Michael Natterer
ac5cd62af5
plug-ins: don't use %ld to print simple integer values
...
I have no clue why %ld was used here, the values are really small...
2011-03-17 15:58:46 +01:00
Michael Natterer
e26c2777c5
plug-ins: use GimpImageType instead of GimpImageBaseType in value-propagate
...
This has been wrong forever.
2011-03-17 15:57:46 +01:00
Michael Natterer
d7c1788f2c
plug-ins: use gdk_window_get_width/height() on GTK+ >= 2.24
2011-03-17 15:56:53 +01:00
Michael Natterer
98e5c32f00
plug-ins: compare gimp_image_base_type() to GIMP_RGB, not GIMP_RGB_IMAGE
...
because the latter is from the wrong enum.
2011-03-17 15:44:47 +01:00
Michael Natterer
d23c0d3fdf
plug-ins: add a typedef for IfsCompose's token enum
...
and don't treat its values as GTokenType.
2011-03-17 15:29:43 +01:00
Michael Natterer
c6e35435ad
libgimpwidgets: don't treat -1 as value of enum PangoAttrType
2011-03-17 15:28:41 +01:00
Michael Natterer
075c7d4a4d
app: avoid the deprecated gdk_drawable_get_size() on GTK+ >= 2.24
...
Use gdk_window_get_width/height() instead.
2011-03-17 15:10:17 +01:00
Michael Natterer
fdde231869
app: use gtk_widget_get_allocation() instead of gdk_drawable_get_size()
2011-03-17 15:09:19 +01:00
Michael Natterer
42b2498a06
app: add a cast when comparing GdkCursorType with GimpCursorType
2011-03-17 14:42:44 +01:00
Michael Natterer
b725eaa682
libgimpwidgets: don't mix GimpWidgetHelpType and GtkWidgetHelpType
...
Because latest GCC warns about it.
2011-03-17 14:41:34 +01:00
Michael Natterer
bdf8d3d776
plug-ins: add some GTK_CHECK_VERSION(2,24,0) and use the new GtkComboBoxText
2011-03-17 14:31:39 +01:00
Alexia Death
41b1bd36da
app: Fix smooth intreaction with airbrush
2011-03-16 22:08:19 +02:00
Michael Natterer
c07811f0a3
app: remove unused variables in gimp_drawable_duplicate()
2011-03-16 02:06:21 +01:00
Michael Natterer
9f30550f9a
app: move drawable->type to private
2011-03-16 02:02:47 +01:00
Marco Ciampa
591f029c67
Updated italian translation
2011-03-16 00:38:41 +01:00
Michael Natterer
a62071e9eb
app: remove mamber GimpDrawable::bytes
...
because it's always the same as GIMP_IMAGE_TYPE_BYTES(drawable->type)
2011-03-16 00:16:31 +01:00
Michael Natterer
f4b311d558
devel-docs: add newly generated templates to .gitignore
2011-03-15 22:43:49 +01:00
Michael Natterer
54c7725417
app: GimpTextTool: remove disabled testing code
2011-03-14 14:28:08 +01:00
Michael Natterer
22808b996f
app: GimpTextOptions: implement GimpToolOptions::reset()
...
and avoid resetting the rectangle options, so the text box keeps its
position.
2011-03-14 14:12:43 +01:00
Michael Natterer
90058cded7
app: add missing tooltips in the text style overlay widget
2011-03-14 13:05:30 +01:00
Michael Natterer
75548264d0
app: set the text option's unit menu to "plural"
...
It gets changed to "abbreviation" for the permanently displayed
string automatically.
2011-03-14 12:58:34 +01:00
Claude Paroz
14c4e7cd67
Updated French translation
...
Contributed by Julien Hardelin and Claude Paroz
2011-03-13 20:14:37 +01:00
Michael Natterer
8184296b3c
app: add gimp_container_get_neighbor_of() to GimpContainer
...
instead of gimp_container_get_neighbor_of_active() in gimp-utils.c.
Move the additional GimpContext logic of the old function into the
callers, but use the new function in more places.
2011-03-13 02:14:44 +01:00
Daniel Korostil
183e1e9aae
Uploaded Ukranian
2011-03-11 12:26:07 +02:00
Martin Nordholts
ef06dfd096
Revert "Add distdir to POTFILES.skip"
...
This reverts commit 0656172b3d
.
intltool-update doesn't support $buildir/POTFILES.skip :(
2011-03-10 20:55:50 +01:00
Claude Paroz
a57b27c2c3
Updated French translation
...
Contributed by Julien Hardelin and Claude Paroz
2011-03-10 20:28:32 +01:00
Martin Nordholts
0656172b3d
Add distdir to POTFILES.skip
...
Add the automake distdir to POTFILES.skip so that a make distcheck
followed by a failed make distcheck doesn't fail with
[...]
gimp-2.7.2/tools/gimp-remote-x11.c
gimp-2.7.2/tools/gimp-remote.c
If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
2011-03-10 17:14:40 +01:00
Martin Nordholts
01a52b8d00
Update gimprc
2011-03-10 17:14:39 +01:00
Mikael Magnusson
b81276ca83
app: fix goption warning
...
Using G_OPTION_FLAG_NO_ARG with G_OPTION_ARG_NONE is not a valid combination,
glib 2.28.2 warns about it.
(gimp:20379): GLib-WARNING **: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option "debug-handlers" of type 0
2011-03-09 15:37:18 +01:00
Martin Nordholts
18fd05d33f
libgimp: Update and sort gimp.def with parasite API changes
2011-03-09 07:41:09 +01:00
Massimo Valentini
166c76b62d
Bug 630069 - In single-window mode, canvas badly positioned in all successive tabs
...
The problem is that gimp_image_window_keep_canvas_pos() connects a
signal handler too early, with data not yet valid, the handler is
executed after the canvas position is computed correctly and so
invalid data overrides the valid.
Checks the return value of gtk_widget_translate_coordinates() to avoid
connecting handlers when their execution is considered harmful.
2011-03-09 07:34:27 +01:00
Claude Paroz
50419c855e
Updated French translation
...
Contributed by Julien Hardelin and Claude Paroz
2011-03-08 22:37:30 +01:00
Michael Natterer
62f2ae80c8
app: move GimpItem's width and height members to private
2011-03-08 18:10:59 +01:00
Michael Natterer
f7ce31d62f
app: fake the size of a gruop layer by overriding GimpViewable::get_size()
...
instead of messing with GimpItem's width and height members.
2011-03-08 18:04:23 +01:00
Michael Natterer
5bd1b318af
app: cosmetic cleanup
2011-03-08 17:15:47 +01:00
Michael Natterer
b1d6f1b0fd
app: lose "default" from protected GimpViewRenderer rendering API
...
and rename render_surface() to render_temp_buf().
2011-03-08 17:12:39 +01:00
Michael Natterer
a2d27983d6
app: remove widget parameter from gimp_view_renderer_default_render_surface()
2011-03-08 17:03:30 +01:00
Michael Natterer
2281645f5b
app: remove unused function temp_buf_new_check()
2011-03-08 16:50:58 +01:00
Michael Natterer
3e93f45703
app: keep the preview TempBuf and GdkPixbuf in GimpViewablePrivate
...
instead of attaching them as object data.
2011-03-08 16:38:25 +01:00
Michael Natterer
383cc27f30
app: move all GimpViewable members to private
2011-03-08 16:23:53 +01:00
Michael Natterer
bb6436cb44
libgimp: deprecate and rename the global pararasite functions
...
just as it was done for items and images. Remove the "parasite" PDB
group completely.
2011-03-08 14:31:04 +01:00
Michael Natterer
db6f3dfe89
plug-ins: fix glitch in image parasite function renaming
2011-03-08 14:21:57 +01:00
Michael Natterer
7fae2b2d40
libgimp: rename the "misc" pdb group to "gimp"
...
So we finally have a proper place for PDB procedures that don't act on
an object like image, item, ...
2011-03-08 13:58:56 +01:00
Michael Natterer
95e498e0c0
libgimp: rename gimp_pdb.h to gimp_pdb_headers.h
2011-03-08 13:42:05 +01:00
Michael Natterer
87646e9ace
libgimp: deprecate and rename the image parasite functions
...
in exactly the way the drawable functios were turned into item ones.
2011-03-08 13:19:21 +01:00
Michael Natterer
e69ecba237
app: move all GimpSettingsBox members to private
2011-03-08 11:32:49 +01:00
Michael Natterer
b8d148283b
app: move all GimpSettingsEditor members to private
2011-03-08 02:32:14 +01:00
Michael Natterer
fcfb7cf160
Use the new g_[s]list_free_full() instead of foreach() and free()
2011-03-07 17:11:28 +01:00
Michael Natterer
514a5548cd
configure: require GLib >= 2.28.1
2011-03-07 17:11:28 +01:00
Michael Natterer
801405d097
devel-docs: fix the build of the scanner binaries
2011-03-07 17:11:28 +01:00