Gimp/plug-ins/script-fu
Adrian Likins 1ce7fc6c77 Bug 747407 - Update use of gimp-desaturate PDB.
gimp-desaturate and gimp-brightness-contrast usage
replaced with gimp-drawable-* based calls.

gimp-drawable-desaturate calls updated to use
desaturate mode (DESATURATE-LIGHTNESS) where it
was not specified.

gimp-drawble-brightness-contrast values scaled from
previous -127/+127 range to current -0.5/0.5 range.
2015-06-03 22:31:20 -04:00
..
ftx Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
scripts Bug 747407 - Update use of gimp-desaturate PDB. 2015-06-03 22:31:20 -04:00
tinyscheme Bug 738952 - Invalid syntax for (cond) causes a segfault 2015-05-04 20:04:13 +02:00
.gitignore
Makefile.am */Makefile.am: merge INCLUDES into AM_CPPFLAGS 2013-06-05 20:48:37 +02:00
scheme-wrapper.c Bug 739457 - Some errors not detected for GIMP_PDB_COLOR arguments 2014-11-30 18:32:15 +01: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
script-fu-enums.h
script-fu-eval.c
script-fu-eval.h
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
script-fu-intl.h
script-fu-regex.c
script-fu-regex.h
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
script-fu-scripts.c fix some precedence errors 2014-08-16 00:37:13 +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
script-fu-text-console.c
script-fu-text-console.h
script-fu-types.h
script-fu-utils.c
script-fu-utils.h
script-fu.c script-fu: port script loading to GFileEnumerator 2014-08-03 21:49:20 +02:00
servertest.py