gimp/plug-ins/script-fu
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
..
ftx Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
scripts Bug 746467 - 'convert-decimal-to-base' produces erroneous results 2015-08-16 00:08:41 +02:00
tinyscheme Bug 738952 - Invalid syntax for (cond) causes a segfault 2015-05-04 20:04:13 +02:00
.gitignore Adding Microsoft Windows executables to the .gitignore files 2009-06-19 00:14:17 +02:00
Makefile.am */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
scheme-wrapper.c Bug 756822 - Colors/Desaturate/Luminosity should operate on linear RGB 2015-10-22 19:50:56 +02:00
scheme-wrapper.h script-fu: port script loading to GFileEnumerator 2014-08-03 21:49:20 +02:00
script-fu-console.c script-fu: remove unused "input_id" from struct ConsoleInterface 2014-07-03 14:48:11 +02:00
script-fu-console.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-enums.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-eval.c added a newline to the output in the error case. 2009-03-22 20:49:55 +00:00
script-fu-eval.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-interface.c Bug 732072: Image windows created by script-fu plug-ins... 2014-08-21 12:43:51 +02:00
script-fu-interface.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-intl.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-regex.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-regex.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-script.c Only TinyScheme should translate strings in script files. Fixes bug #696790. 2013-04-07 12:58:21 -04:00
script-fu-script.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-scripts.c Bug 754227 - scripts path doesnt search in subfolders 2015-08-30 23:35:21 +02:00
script-fu-scripts.h script-fu: port script loading to GFileEnumerator 2014-08-03 21:49:20 +02:00
script-fu-server.c plug-ins: gtk_image_new_from_stock() -> from_icon_name() 2014-05-12 00:20:48 +02:00
script-fu-server.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-text-console.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-text-console.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-types.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-utils.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu-utils.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
script-fu.c script-fu: port script loading to GFileEnumerator 2014-08-03 21:49:20 +02:00
servertest.py Bug 623045 - script-fu: make server IPv6 aware 2010-06-29 15:47:01 +02:00