Commit Graph

6736 Commits

Author SHA1 Message Date
Massimo Valentini cac0504f29 Bug 675981: Export as JPEG "save defaults" "load defaults" doesn't work
oversight
2012-05-18 17:20:52 +02:00
Øyvind Kolås 9b7860cbfc plug-ins: remove normalize plugin from menus
This is the same as auto-levels
2012-05-14 19:13:10 +02:00
Alexandre Prokoudine eb48617a38 Replaced old Difference of Gaussians, Laplace and Sobel filters with new GEGL operations 2012-05-13 06:41:19 +04:00
Alexandre Prokoudine ac85c84a0f Replaced old Ripple and Lens Distortion filters with new GEGL operations 2012-05-13 06:15:24 +04:00
Alexandre Prokoudine 20ae491b21 Replaced the old Unsharp Mask filter with the new GEGL operation 2012-05-13 05:38:24 +04: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
Michael Natterer 54bb3c4473 plug-ins: port screenshot cursor drawing to GEGL 2012-05-08 01:44:13 +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 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
Ø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
Ø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
Michael Natterer f1a771439a Replace the semi-flatten plug-in by a GEGL operation 2012-05-04 23:56:10 +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 0c4c095a57 plug-ins: hide colorify from the menus, we have the colorize tool 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
Ø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
Øyvind Kolås 5a851c3c9b plugins: hide blinds operation 2012-05-03 04:34:07 +02:00
Øyvind Kolås b3776e2591 plugins: hide blur plug-in from menus 2012-05-03 04:34:07 +02:00
Øyvind Kolås 1d6a3b337f plugins: hide sharpen from menus 2012-05-03 04:34:07 +02:00
Michael Natterer 3ad73b3658 libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions
and update tons of includes in libgimp and app.
2012-05-03 03:37:20 +02:00
Simon Budig a13765e2a7 remove obsolete workaround for gegl 2012-05-03 01:16:21 +02:00
Michael Natterer 7d6ff4dccb pygimp: use g_get_user_special_dir() in pygimp_user_directory() 2012-05-03 00:47:00 +02:00
Simon Budig 97d4307891 file-gegl: implement saving 2012-05-02 17:51:22 +02:00
Simon Budig 28f70039ab file-gegl: a simple gegl based file loading plugin 2012-05-02 17:51:22 +02:00
Simon Budig ab1bf6fcee clean up png plugin some more. 2012-05-02 17:51:22 +02:00
Simon Budig 87abc72832 file-png: use gegl iterators for some of the code 2012-05-02 17:51:21 +02:00
Simon Budig 7f45819202 ==== remove obsolete warning ==== 2012-05-02 17:51:21 +02:00
Simon Budig 641848ea0b Fix the palette handling in gimp_drawable_get_format() 2012-05-02 17:51:21 +02:00
Simon Budig 1549dd00ba file-png: implement PNG indexed saving/loading 2012-05-02 17:51:20 +02:00
Michael Natterer fa0faf4254 app: replace the polar-coords plug-in by gegl:polar-coordinates 2012-05-02 17:51:19 +02:00
Simon Budig 89113fed51 code formatting fixes, some simplifications 2012-05-02 17:51:18 +02:00
Simon Budig 64ad69e331 first shot at GEGL-based png-save 2012-05-02 17:51:18 +02:00
Simon Budig 5edf1b1972 first shot at PNG loading with GEGL
Doesn't work yet for 16bit PNGs, there is a weird crash in libgimp
but I didn't do anything...

This closely follows the old pixel region based code, which might
be suboptimal for gegl, but has the advantage of keeping metadata intact.

Indexed currently is disabled, needs resurrecting.
2012-05-02 17:51:17 +02:00
Michael Natterer f888792a77 plug-ins: return image type and #layers from the JPEG thumbnail procedure 2012-05-02 17:51:03 +02:00
Michael Natterer d180c894be plug-ins: port file-pat to GEGL, as a file plug-in example 2012-05-02 17:50:55 +02:00
Michael Natterer 95b1c0617b Replace the value-invert plug-in by its GEGL counterpart 2012-05-02 17:50:52 +02:00
Michael Natterer 609e2d8cda Replace the color-to-alpha plug-in by GEGL filter dialog 2012-05-02 17:50:49 +02:00
Michael Natterer 8c1990025e plug-ins: remove the pixelize plug-in 2012-05-02 17:50:48 +02:00
Michael Natterer 3e119c5af7 libgimpcolor: add gimp_rgb[a]_set,get_pixel()
which converts from/to any pixel format using Babl. Added tons of
includes and CFLAGS now that libgimpcolor publically uses Babl.
2012-05-02 17:50:43 +02:00
Øyvind Kolås 52f92de6e0 plugins/newsprint: remove assumption that tiles are square 2012-05-02 17:50:37 +02:00
Michael Natterer 1abf5d8e90 plug-ins: clean up goat-exercise.c so it is a better example 2012-05-02 17:46:08 +02:00