Gimp/libgimpbase
Michael Natterer 68a9835d56 Bug 756822 - Colors/Desaturate/Luminosity should operate on linear RGB
Add GIMP_DESATURATE_LUMINANCE to enum GimpDesaturateMode and rename
GIMP_DESATURATE_LUMINOSITY to GIMP_DESATURATE_LUMA.

Keep GIMP_DESATURATE_LUMINOSITY as deprecated compat value and add it
to the script-fo and pygimp compat constants.

Change GimpOperationDesaturate to process GIMP_DESATURATE_LUMINANCE
with linear "RGBA float".
2015-10-22 19:50:56 +02:00
..
.gitignore Add automake 1.13+ test outputs to .gitignore 2014-01-10 15:31:34 -08:00
gimpbase-private.c
gimpbase-private.h
gimpbase.def Bug 492048 - Detect color space in Exif 2.21/DCF 2.0 option files 2015-09-30 20:51:40 +02:00
gimpbase.h
gimpbaseenums.c Bug 756822 - Colors/Desaturate/Luminosity should operate on linear RGB 2015-10-22 19:50:56 +02:00
gimpbaseenums.h Bug 756822 - Colors/Desaturate/Luminosity should operate on linear RGB 2015-10-22 19:50:56 +02:00
gimpbasetypes.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpbasetypes.h
gimpchecks.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpchecks.h
gimpcpuaccel.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpcpuaccel.h
gimpdatafiles.c
gimpdatafiles.h libgimpbase: deprecate the gimp_datafiles functions 2014-08-04 03:41:45 +02:00
gimpenv.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpenv.h libgimpbase, app: add variants of gimp_$foo_directory() which return GFiles 2014-07-28 02:04:01 +02:00
gimplimits.h
gimpmemsize.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpmemsize.h
gimpmetadata.c Bug 492048 - Detect color space in Exif 2.21/DCF 2.0 option files 2015-10-06 21:32:12 +02:00
gimpmetadata.h Bug 492048 - Detect color space in Exif 2.21/DCF 2.0 option files 2015-09-30 20:51:40 +02:00
gimpparam.h Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpparasite.c libgimpbase: don't allow parasites with zero-length names 2014-03-22 00:18:48 +01:00
gimpparasite.h
gimpparasiteio.c
gimpparasiteio.h
gimpprotocol.c app, libgimp: pass "use-opencl" to plug-ins 2014-02-25 21:25:40 +01:00
gimpprotocol.h app, libgimp: pass "use-opencl" to plug-ins 2014-02-25 21:25:40 +01:00
gimprectangle.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimprectangle.h
gimpreloc.c Bug 729326 - Errors found using a static code analysis program cppcheck 2014-05-05 10:34:08 +02:00
gimpreloc.h
gimpsignal.c
gimpsignal.h
gimpunit.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpunit.h
gimputils.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimputils.h libgimpbase, app: implement File -> Show in File Manager 2015-02-16 18:40:26 +01:00
gimpvaluearray.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpvaluearray.h Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpwin32-io.h
gimpwire.c fix bogus checks against unsigned variables. 2014-08-16 00:37:13 +02:00
gimpwire.h libgimpbase: indentation in gimpwire.h 2015-06-10 18:58:32 +02:00
Makefile.am Makefile: fix VPATH builds for win32. 2014-09-14 18:28:26 +02:00
test-cpu-accel.c