Commit Graph

31806 Commits

Author SHA1 Message Date
Øyvind Kolås 8f640e8084 plugins: remove max-rgb from menus 2012-05-06 21:06:12 +02:00
Øyvind Kolås 5dbbb02bfb plugins: remove colorcube-analysis from menus 2012-05-06 20:47:40 +02:00
Sebul 273102b61f Updated Korean translation 2012-05-07 01:43:15 +09:00
Michael Muré ccdd05b7d8 pixel-processor: fix GCond related deprecation 2012-05-06 21:38:37 +09:00
Michael Muré c12a65d277 pixel-processor: fix GMutex related deprecation 2012-05-06 21:38:37 +09:00
Michael Muré 99d5874b65 tile-cache: fix GMutex related deprecation 2012-05-06 21:38:23 +09:00
Michael Muré 2a982029ad fix autogen.sh to work with automake 1.12 2012-05-06 16:42:55 +09:00
Michael Natterer 010418d874 app: remove gimp_drawable_get_tiles() 2012-05-06 04:39:23 +02:00
Øyvind Kolås 1319ad65ce update translations 2012-05-06 03:46:09 +02:00
Michael Natterer 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
Michael Natterer 012457e81d libgimpwidgets: port more deprecations to GIMP_DEPRECATED 2012-05-06 00:30:54 +02:00
Michael Natterer 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
Michael Natterer 861ea7c354 app: fix comment in gimp_image_convert_precision() 2012-05-05 21:41:20 +02:00
Michael Natterer 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
Michael Natterer af2ad3228f app: fail less badly in tests 2012-05-05 20:36:54 +02:00
Michael Natterer 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
Piotr Drąg ec516f1062 Updated POTFILES.in 2012-05-05 13:34:51 +02:00
Michael Natterer 89dcc5be57 app: oops should also commit the new op files 2012-05-05 03:04:06 +02:00
Sebastian Pipping 8200220caa Fix configure option --with[out]-bzip2 2012-05-05 02:00:12 +02:00
Michael Natterer 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
Michael Natterer af0687eb82 app: forgot to set the sensitivity of the filters-semi-flatten action 2012-05-05 00:01:34 +02:00
Michael Natterer f1a771439a Replace the semi-flatten plug-in by a GEGL operation 2012-05-04 23:56:10 +02:00
Michael Natterer c16c61f458 app: support GimpParamSpecRGB in generated GEGL UI, not only GeglParamSpecColor 2012-05-04 23:56:10 +02:00
Khaled Hosny aaceaf055a Updated Arabic translation 2012-05-04 18:26:50 +02:00
Michael Natterer f24445efbc Replace the threshold-slpha plug-in by a GEGL operation 2012-05-04 17:59:36 +02:00
Michael Natterer 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
Michael Natterer 5ea928b3df app: use our gtk_box_new() wrapper instead of gtk_vbox_new() 2012-05-04 17:23:17 +02:00
Michael Natterer 486e76bdab libgimp*: use GIMP_API_VERSION in Makefile.am instead of hardcoding 2.0 2012-05-04 15:38:45 +02:00
Marek Černocký 23896bb7d4 Updated Czech translation 2012-05-04 15:22:08 +02:00
Marek Černocký 6fdab20680 Updated Czech translation 2012-05-04 14:43:50 +02:00
Hleb Valoshka ae4a33697d Updated Belarusian translation. 2012-05-04 12:07:20 +03:00
Michael Natterer 7610e299ae Use GimpValueArray and GimpParamSpecValueArray
instead of the deprecated stuff from GLib.
2012-05-04 00:51:50 +02:00
Michael Natterer ffe74bbb02 libgimpbase: add GimpParamSpecValueArray for the same reason 2012-05-04 00:51:50 +02:00
Michael Natterer f1a06eafea libgimpbase: add GimpValueArray, a cleaned up version of GValueArray
because GValueArray is now deprecated.
2012-05-04 00:51:50 +02:00
Martin Srebotnjak d1c340b650 Updated Slovenian translation 2012-05-03 20:37:38 +02:00
Michael Natterer c1259daa54 app: blacklist gegl:sdl-display in the GEGL tool 2012-05-03 15:06:45 +02:00
Michael Natterer 0c4c095a57 plug-ins: hide colorify from the menus, we have the colorize tool 2012-05-03 15:02:34 +02:00
Michael Natterer 84745b48e8 app: add a color button and picker to the colorize tool dialog 2012-05-03 15:02:34 +02:00
Michael Muré 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
Michael Muré b694141eb7 fix compilation of a test 2012-05-03 20:36:28 +09:00
Kiyotaka NISHIBORI 524d53f9b9 [l10n] Update Japanese translation 2012-05-03 19:03:36 +09:00
Dimitris Spingos bb24454d8b Updated Greek translation 2012-05-03 12:22:35 +03:00
Dimitris Spingos 5d2c7d4690 Updated Greek translation 2012-05-03 12:19:05 +03:00
Dimitris Spingos aeb453e27c Updated Greek translation 2012-05-03 12:14:46 +03:00
Dimitris Spingos e97a66ff52 Updated Greek translation 2012-05-03 12:14:46 +03:00
Martin Srebotnjak 623de2f177 Updated Slovenian translation 2012-05-03 11:01:25 +02:00
Martin Srebotnjak 1ed534fb96 Updated Slovenian translation 2012-05-03 11:01:02 +02:00
Martin Srebotnjak 8cd5117229 Updated Slovenian translation 2012-05-03 10:58:59 +02:00
Øyvind Kolås 1fe7b39dda plugins: remove map-object from menus 2012-05-03 04:34:08 +02:00
Øyvind Kolås b165893c2b plugins: hide tile-small from menus 2012-05-03 04:34:08 +02:00