69893e4f72
app: remove GimpPickable::get_tiles()
...
and change some legacy places to get their tiles from the buffer
returned by GimpPickable::get_buffer().
2012-05-06 01:01:54 +02:00
012457e81d
libgimpwidgets: port more deprecations to GIMP_DEPRECATED
2012-05-06 00:30:54 +02:00
e7e8c9ef0a
app: don't call gimp_image_flush() when cancelling GimpImageMapTool
...
because the tool might be cancelled from some other place opening an
undo group, so flushing the image would update menus and whatnot while
that other operation is running, with unforeseeable side
effects. Also, flusing the image here is not needed because we didn't
change anything in the image. Instead, make sure manually that the
display is updated correctly after restoring GimpImageMapTool's
temporary editing.
2012-05-05 21:47:17 +02:00
861ea7c354
app: fix comment in gimp_image_convert_precision()
2012-05-05 21:41:20 +02:00
d198c9d85c
app: don't use g_str_has_prefix() for blacklisting GEGL ops
...
so we don't accidentially blacklist things.
2012-05-05 20:49:27 +02:00
af2ad3228f
app: fail less badly in tests
2012-05-05 20:36:54 +02:00
30b4fe8510
app: fix UI tag matching to always work case-insensitively
...
Add gimp_tag_has_prefix() and use it in GimpTagEntry when completing
patrially entered tag names, and fix two uses of strcmp() in
GimpTagPopup to use gimp_tag_compare_with_string().
2012-05-05 18:58:04 +02:00
ec516f1062
Updated POTFILES.in
2012-05-05 13:34:51 +02:00
89dcc5be57
app: oops should also commit the new op files
2012-05-05 03:04:06 +02:00
8200220caa
Fix configure option --with[out]-bzip2
2012-05-05 02:00:12 +02:00
a4beeecf2b
app: make sure Ctrl+E doesn't invoke "Export to" when it's invisible
...
(cherry picked from commit 4c66e50763
)
2012-05-05 00:18:59 +02:00
af0687eb82
app: forgot to set the sensitivity of the filters-semi-flatten action
2012-05-05 00:01:34 +02:00
f1a771439a
Replace the semi-flatten plug-in by a GEGL operation
2012-05-04 23:56:10 +02:00
c16c61f458
app: support GimpParamSpecRGB in generated GEGL UI, not only GeglParamSpecColor
2012-05-04 23:56:10 +02:00
aaceaf055a
Updated Arabic translation
2012-05-04 18:26:50 +02:00
f24445efbc
Replace the threshold-slpha plug-in by a GEGL operation
2012-05-04 17:59:36 +02:00
cdb79427cb
app: move the opaque typedefs of most operations to their resp. headers
...
Keeping them in gimp-gegl-types.h makes no sense because they are
never included by anyone, let alone mentioned in other headers.
2012-05-04 17:36:39 +02:00
5ea928b3df
app: use our gtk_box_new() wrapper instead of gtk_vbox_new()
2012-05-04 17:23:17 +02:00
486e76bdab
libgimp*: use GIMP_API_VERSION in Makefile.am instead of hardcoding 2.0
2012-05-04 15:38:45 +02:00
23896bb7d4
Updated Czech translation
2012-05-04 15:22:08 +02:00
6fdab20680
Updated Czech translation
2012-05-04 14:43:50 +02:00
ae4a33697d
Updated Belarusian translation.
2012-05-04 12:07:20 +03:00
7610e299ae
Use GimpValueArray and GimpParamSpecValueArray
...
instead of the deprecated stuff from GLib.
2012-05-04 00:51:50 +02:00
ffe74bbb02
libgimpbase: add GimpParamSpecValueArray for the same reason
2012-05-04 00:51:50 +02:00
f1a06eafea
libgimpbase: add GimpValueArray, a cleaned up version of GValueArray
...
because GValueArray is now deprecated.
2012-05-04 00:51:50 +02:00
d1c340b650
Updated Slovenian translation
2012-05-03 20:37:38 +02:00
c1259daa54
app: blacklist gegl:sdl-display in the GEGL tool
2012-05-03 15:06:45 +02:00
0c4c095a57
plug-ins: hide colorify from the menus, we have the colorize tool
2012-05-03 15:02:34 +02:00
84745b48e8
app: add a color button and picker to the colorize tool dialog
2012-05-03 15:02:34 +02:00
9966bcfd13
remove now useless and deprecated g_thread_init
...
Warning
g_thread_init has been deprecated since version 2.32 and should not be used in newly-written code. This function is no longer necessary. The GLib threading system is automatically initialized at the start of your program.
2012-05-03 20:44:07 +09:00
b694141eb7
fix compilation of a test
2012-05-03 20:36:28 +09:00
524d53f9b9
[l10n] Update Japanese translation
2012-05-03 19:03:36 +09:00
bb24454d8b
Updated Greek translation
2012-05-03 12:22:35 +03:00
5d2c7d4690
Updated Greek translation
2012-05-03 12:19:05 +03:00
aeb453e27c
Updated Greek translation
2012-05-03 12:14:46 +03:00
e97a66ff52
Updated Greek translation
2012-05-03 12:14:46 +03:00
623de2f177
Updated Slovenian translation
2012-05-03 11:01:25 +02:00
1ed534fb96
Updated Slovenian translation
2012-05-03 11:01:02 +02:00
8cd5117229
Updated Slovenian translation
2012-05-03 10:58:59 +02:00
1fe7b39dda
plugins: remove map-object from menus
2012-05-03 04:34:08 +02:00
b165893c2b
plugins: hide tile-small from menus
2012-05-03 04:34:08 +02:00
5a851c3c9b
plugins: hide blinds operation
2012-05-03 04:34:07 +02:00
b3776e2591
plugins: hide blur plug-in from menus
2012-05-03 04:34:07 +02:00
1d6a3b337f
plugins: hide sharpen from menus
2012-05-03 04:34:07 +02:00
b3e785e5e5
libgimpcolor: return the right format from gimp_cairo_surface_get_format()
2012-05-03 04:19:41 +02:00
ffa1546853
libgimp: add GEGL branch to gimp_layer_new_from_surface()
2012-05-03 04:13:39 +02:00
00b3a9c745
libgimpcolor: add Cairo <-> GEGL utility functions from app/
2012-05-03 04:07:16 +02:00
d766ec6ae9
libgimpcolor: rename gimpcairocolor.[ch] to gimpcairo.[ch]
2012-05-03 03:56:10 +02:00
48a264ce4b
libgimp: add GEGL branch to gimp_layer_new_from_pixbuf()
...
can't get rid of the legacy impl yet bacause plug-ins need to be able
to run in compat mode.
2012-05-03 03:48:49 +02:00
3ad73b3658
libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions
...
and update tons of includes in libgimp and app.
2012-05-03 03:37:20 +02:00