Gimp/plug-ins/script-fu
Michael Natterer 80997a8646 Remove most GTK_ADJUSTMENT() and (GtkAdjutment *) casts
they are obsolete in GTK+ 3.x because GtkAdjustment cannot be passed
around as GtkObject any longer, GtkObject is gone.
2018-06-24 18:15:16 +02:00
..
ftx Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
scripts plug-ins: increase input precision in guides-new-percent.scm 2018-06-01 10:53:06 -04:00
tinyscheme Bug 795557 - Misc. typo fixes in source, comments and doxygen (pt3) 2018-04-25 23:49:06 +02:00
.gitignore
Makefile.am plug-ins: install plug-ins in subfolder. 2018-05-20 21:06:35 +02:00
scheme-wrapper.c Bug 761170: Warnings building with clang 2017-07-15 21:05:56 +02:00
scheme-wrapper.h
script-fu-console.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
script-fu-console.h
script-fu-enums.h
script-fu-eval.c
script-fu-eval.h
script-fu-interface.c Remove most GTK_ADJUSTMENT() and (GtkAdjutment *) casts 2018-06-24 18:15:16 +02:00
script-fu-interface.h
script-fu-intl.h
script-fu-regex.c script-fu: make regex matching return character indexes 2016-05-25 20:18:34 +02:00
script-fu-regex.h
script-fu-script.c
script-fu-script.h
script-fu-scripts.c
script-fu-scripts.h
script-fu-server.c Use the new macros from the last commit in all files 2018-05-20 21:06:34 +02:00
script-fu-server.h
script-fu-text-console.c
script-fu-text-console.h
script-fu-types.h app, libgimp*, plug-ins: replace enum GimpLayerModeEffects by GimpLayerMode 2017-01-08 23:00:19 +01:00
script-fu-utils.c
script-fu-utils.h
script-fu.c
servertest.py