Commit Graph

31885 Commits

Author SHA1 Message Date
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
105219ecf3 app: remove timer from gimp_apply_operation 2012-05-03 02:38:25 +02:00
7e17a1e42e libgimp: deprecate the entire legacy pixel fiddling api
which generates a gazillion warnings in plug-ins, a perfect guide
where to do porting.
2012-05-03 01:51:39 +02:00
a13765e2a7 remove obsolete workaround for gegl 2012-05-03 01:16:21 +02:00
86f53a3ceb libgimp: make pdbgen generate GIMP_DEPRECATED stuff
instead of GIMP_DISABLE_DEPRECATED.
2012-05-03 01:12:25 +02:00
0d481702c7 libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED
and start using them instead of GIMP_DISABLE_DEPRECATED where possible.
2012-05-03 00:54:21 +02:00
6888304f4a configure: require GLib 2.32.0 for the new G_DEPRECATED macros 2012-05-03 00:49:11 +02:00
7d6ff4dccb pygimp: use g_get_user_special_dir() in pygimp_user_directory() 2012-05-03 00:47:00 +02:00
9f85f35c07 libgimp: don't recurse infinitely in gimp_parasite_detach()
(cherry picked from commit 5b59af7c2e)
2012-05-03 00:35:55 +02:00
3d5758d209 libgimp: fix docs of deprecated functions
(cherry picked from commit 569c122137)
2012-05-03 00:26:26 +02:00
b5842539f5 libgimp: don't recurse infinitely in deprecated gimpvectors functions
(cherry picked from commit f32706a0d1)
2012-05-03 00:26:09 +02:00
1adfcfaf58 app/tests: Build and initialize GEGL
2 tests left that doesn't pass, will fix
2012-05-02 22:32:41 +02:00
563d3c10d6 Make 'make check' compile 2012-05-02 21:53:38 +02:00