Commit Graph

31806 Commits

Author SHA1 Message Date
Michael Natterer ba4034f8dc app: fix tests: must not link against libgimp 2012-05-10 22:48:37 +02:00
Martin Nordholts d7db79c2f2 app: Make tests build
In particular: link.
2012-05-10 22:12:58 +02:00
Simon Budig 8f40eba702 change the pow() workaround to be more HDR safe 2012-05-10 21:41:56 +02:00
Michael Natterer 7ccd10748d app: fix typo in Makefile.am: s/SYNPREFIX/SYMPREFIX/ 2012-05-10 21:36:24 +02:00
Michael Natterer 43dc848dfb app: remove duplicate typedefs from gimp-gegl-types.h 2012-05-10 21:31:40 +02:00
Michael Natterer 7101ee191a app: move all GEGL operations to new directory app/operations/ 2012-05-10 21:22:44 +02:00
Ville Sokk c41ac185b5 app: added initial gegl hue blending mode 2012-05-10 21:54:48 +03:00
Piotr Drąg ea135abc54 Updated Polish translation 2012-05-10 20:08:39 +02:00
Michael Natterer ffb559547c app: make the popup previews transient to their parent's toplevel
so they don't appear below the dock. Seems to happen on OSX only,
but is the right things to do on all platforms.
2012-05-10 19:43:48 +02:00
Michael Henning 2d34092f48 app: Fix heal tool behavior at top and left edge (Bug 568098)
Fixes calculation of the mask buffer's rectangle.
2012-05-10 20:43:32 +03:00
Khaled Hosny 0569ca7137 Fix Arabic translation of tags-locale 2012-05-10 10:14:09 +02:00
Michael Natterer 57d4680ab3 Bug 675399 - Mention that the image was at least exported in the close...
If the image was exported, mention it in the close warning dialog.
2012-05-10 01:10:27 +02:00
Michael Natterer 8a53c7d29b app: fix crashing brain damage when getting the projection's buffer
Introduced when removing gimp_pickable_get_tiles().
2012-05-09 15:30:30 +02:00
Simon Budig 8482fb9cf6 fix NaN issue in gimpoperationlevels.c 2012-05-09 02:24:12 +02:00
Michael Natterer bd3f892f79 Bug 630173 - a dockable open from an existing one appears under it
Show the new dock with gtk_widget_show_now(), which waits until it's
mapped, then call gdk_window_raise() explicitly. How sick...
2012-05-09 00:21:22 +02:00
Marek Černocký 1e6d5ee9e4 Updated Czech translation 2012-05-08 21:50:54 +02:00
Michael Natterer 3545140ad8 app: make GimpContainerPopup transient to its parent toplevel
so it doesn't appear under the dock it's invoked from. Only
needed on OSX, but the right thing to do on all platforms.
2012-05-08 21:32:09 +02:00
Øyvind Kolås 7cfb9b2012 plugins: remove diffraction pattern from menus 2012-05-08 21:07:25 +02:00
Øyvind Kolås 7e6b27609e plugins: remove smooth-palette from menus 2012-05-08 21:07:25 +02:00
Jordi Mallach 1d4a4cf567 Fix Catalan translation for “tags-locale”. 2012-05-08 20:22:15 +02:00
Martin Srebotnjak b64cb146ae Updated Slovenian translation 2012-05-08 20:08:31 +02:00
Martin Srebotnjak 3e59e05be2 Updated Slovenian translation 2012-05-08 20:00:09 +02:00
Daniel Mustieles 4b8a46aa26 Updated Spanish translation 2012-05-08 14:03:01 +02:00
Daniel Mustieles 62d4d946e4 Updated Spanish translation 2012-05-08 14:01:58 +02:00
Michael Natterer 54bb3c4473 plug-ins: port screenshot cursor drawing to GEGL 2012-05-08 01:44:13 +02:00
Michael Natterer e30d5512e2 app: fix the build on OSX 2012-05-07 23:04:59 +02:00
Michael Natterer 20f3cba2b6 app: rename gimp_image_base_type() to gimp_image_get_base_type() 2012-05-07 21:57:33 +02:00
Michael Natterer 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
Piotr Drąg 047ca612f5 Updated POTFILES.in 2012-05-07 17:57:07 +02:00
Michael Natterer bfb8757559 app: set GIMP_CONFIG_PARAM_IGNORE on "confirm-on-close" 2012-05-07 14:07:43 +02:00
Michael Natterer 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
Øyvind Kolås 6c3372cefb plugins: remove mail plug-in from menus 2012-05-07 12:21:13 +02:00
Øyvind Kolås 37127d79cb plugins: hide gimpressionist from menus 2012-05-07 09:37:26 +02:00
Øyvind Kolås 54db741e1b plugins: remove sphere designer from menus 2012-05-07 09:36:51 +02:00
Michael Natterer f8716b3949 app: use a native GeglBuffer in gimp_convolve_motion(), and don't leak it 2012-05-07 02:48:11 +02:00
Michael Natterer 47c495a8f9 app: don't leak all buffers in gimp_brush_core_replace_canvas() 2012-05-07 02:47:39 +02:00
Michael Natterer 87e266a94b app: port gimp_gegl_replace() to float 2012-05-07 02:35:21 +02:00
Michael Natterer 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
Michael Natterer 7517c351f4 themes: fix whitespace in Makefile.am 2012-05-07 01:58:57 +02:00
Michael Natterer 09da2bce4b gimp.pc.in: depend on gegl-0.2.pc now 2012-05-07 00:51:49 +02:00
Michael Natterer 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
Michael Natterer 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
Michael Natterer 5738c866a1 app: rename gimp_gegl_combine_mask() to gimp_gegl_combine_mask_weird()
because it is.
2012-05-06 22:51:11 +02:00
Michael Natterer 0215e76acf app: remove combine_regions_replace() 2012-05-06 22:51:11 +02:00
Michael Natterer 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
Øyvind Kolås d96cab20d7 plugins: remove warp plug-in from menus 2012-05-06 21:44:43 +02:00
Øyvind Kolås 1be09c737e plugins: remove paper tile from menus 2012-05-06 21:42:39 +02:00
Øyvind Kolås 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
Øyvind Kolås 96ab6aa88e scripts: remove the entries registered in the create menu 2012-05-06 21:16:40 +02:00
Øyvind Kolås 77f76728f5 plugins: remove filter-pack from menus 2012-05-06 21:16:40 +02:00