Commit Graph

31885 Commits

Author SHA1 Message Date
3e59e05be2 Updated Slovenian translation 2012-05-08 20:00:09 +02:00
4b8a46aa26 Updated Spanish translation 2012-05-08 14:03:01 +02:00
62d4d946e4 Updated Spanish translation 2012-05-08 14:01:58 +02:00
54bb3c4473 plug-ins: port screenshot cursor drawing to GEGL 2012-05-08 01:44:13 +02:00
e30d5512e2 app: fix the build on OSX 2012-05-07 23:04:59 +02:00
20f3cba2b6 app: rename gimp_image_base_type() to gimp_image_get_base_type() 2012-05-07 21:57:33 +02:00
94da46c373 app: add precision argument to gimp_image_get_format()
and use it instead of gimp_babl_format() in some places where indexed
formats can occur. Also fix some places using gimp_babl_format() to
special case indexed formats correctly.
2012-05-07 21:46:47 +02:00
047ca612f5 Updated POTFILES.in 2012-05-07 17:57:07 +02:00
bfb8757559 app: set GIMP_CONFIG_PARAM_IGNORE on "confirm-on-close" 2012-05-07 14:07:43 +02:00
e2c8a60665 app: remove the "confirm-on-close" preference
the warning dialog cannot be disabled any longer now.
2012-05-07 14:02:36 +02:00
6c3372cefb plugins: remove mail plug-in from menus 2012-05-07 12:21:13 +02:00
37127d79cb plugins: hide gimpressionist from menus 2012-05-07 09:37:26 +02:00
54db741e1b plugins: remove sphere designer from menus 2012-05-07 09:36:51 +02:00
f8716b3949 app: use a native GeglBuffer in gimp_convolve_motion(), and don't leak it 2012-05-07 02:48:11 +02:00
47c495a8f9 app: don't leak all buffers in gimp_brush_core_replace_canvas() 2012-05-07 02:47:39 +02:00
87e266a94b app: port gimp_gegl_replace() to float 2012-05-07 02:35:21 +02:00
4b24194907 Bug 588936 - a visual feedback should be produced after screenshot is done
Beep after a screenshot with delay was taken.
2012-05-07 02:18:32 +02:00
7517c351f4 themes: fix whitespace in Makefile.am 2012-05-07 01:58:57 +02:00
09da2bce4b gimp.pc.in: depend on gegl-0.2.pc now 2012-05-07 00:51:49 +02:00
1c125a15e7 app: use gegl_buffer_new() in gimp_drawable_real_replace_buffer()
not a wrapper buffer around a GimpTempBuf.
2012-05-06 23:04:19 +02:00
dd9b132d8f app: add a new gimp_gegl_combine_mask() which does what it says
which is combining two masks. Use it in gimp_drawable_real_replace_buffer()
instead of gimp_gegl_apply_mask() which does the wrong thing.
2012-05-06 22:51:11 +02:00
5738c866a1 app: rename gimp_gegl_combine_mask() to gimp_gegl_combine_mask_weird()
because it is.
2012-05-06 22:51:11 +02:00
0215e76acf app: remove combine_regions_replace() 2012-05-06 22:51:11 +02:00
b2c4bd5d3f app: add gimp_gegl_replace() as replacement for combine_regions_replace()
and use it in gimp_drawable_real_replace_buffer(). The new GEGL loop
is a stupid 1:1 copy of legacy and needs improvement.
2012-05-06 22:51:11 +02:00
d96cab20d7 plugins: remove warp plug-in from menus 2012-05-06 21:44:43 +02:00
1be09c737e plugins: remove paper tile from menus 2012-05-06 21:42:39 +02:00
c938e4c85c plugins: remove laplace/sobel from menu
The generic edge detect plug-in convers both _and_ is more configurable.
For GEGL it _might_ make sense to internally have laplace/sobel, though
it is not important to have it visible in a end user/photographer menu.
2012-05-06 21:33:48 +02:00
96ab6aa88e scripts: remove the entries registered in the create menu 2012-05-06 21:16:40 +02:00
77f76728f5 plugins: remove filter-pack from menus 2012-05-06 21:16:40 +02:00
8f640e8084 plugins: remove max-rgb from menus 2012-05-06 21:06:12 +02:00
5dbbb02bfb plugins: remove colorcube-analysis from menus 2012-05-06 20:47:40 +02:00
273102b61f Updated Korean translation 2012-05-07 01:43:15 +09:00
ccdd05b7d8 pixel-processor: fix GCond related deprecation 2012-05-06 21:38:37 +09:00
c12a65d277 pixel-processor: fix GMutex related deprecation 2012-05-06 21:38:37 +09:00
99d5874b65 tile-cache: fix GMutex related deprecation 2012-05-06 21:38:23 +09:00
2a982029ad fix autogen.sh to work with automake 1.12 2012-05-06 16:42:55 +09:00
010418d874 app: remove gimp_drawable_get_tiles() 2012-05-06 04:39:23 +02:00
1319ad65ce update translations 2012-05-06 03:46:09 +02:00
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