gimp/plug-ins/script-fu
Sven Neumann d43a0fbf19 Bug 558454 – Plugin Map Color Range disapears from GIMP
2008-11-19  Sven Neumann  <sven@gimp.org>

	Bug 558454 – Plugin Map Color Range disapears from GIMP

	* plug-ins/script-fu/scripts/Makefile.am

	* plug-ins/script-fu/scripts/plug-in-compat.init: new file
	providing compatibility with plug-ins from older GIMP
	versions. Contains a reimplementation of plug-in-color-map based
	on ideas and code from Eric Lamarque.

	* plug-ins/script-fu/scheme-wrapper.c (tinyscheme_init): load 
the
	plug-in-compat.init file.


svn path=/trunk/; revision=27683
2008-11-19 08:17:28 +00:00
..
ftx Test for symlink before testing for other file types. Spotted by David 2008-01-08 06:58:39 +00:00
scripts Bug 558454 – Plugin Map Color Range disapears from GIMP 2008-11-19 08:17:28 +00:00
tinyscheme Applied changes from official version of TinyScheme which adds tests for 2008-09-14 22:59:06 +00:00
Makefile.am plug-ins/script-fu/Makefile.am new files containing script_fu_stresacpe(). 2008-09-20 09:58:30 +00:00
scheme-wrapper.c Bug 558454 – Plugin Map Color Range disapears from GIMP 2008-11-19 08:17:28 +00:00
scheme-wrapper.h reordered and renamed functions to be consistent. Got rid of file-global 2008-09-11 18:00:18 +00:00
script-fu-console.c plugged a memory leak. 2008-09-18 14:12:30 +00:00
script-fu-console.h plug-ins/script-fu/Makefile.am new files split out of 2008-08-21 14:48:29 +00:00
script-fu-enums.h if a plug-in or script registered with a DISPLAY argument after the 2007-04-12 15:56:57 +00:00
script-fu-eval.c reordered and renamed functions to be consistent. Got rid of file-global 2008-09-11 18:00:18 +00:00
script-fu-eval.h plug-ins/script-fu/Makefile.am new files split out of 2008-08-21 14:48:29 +00:00
script-fu-interface.c add new functions script_fu_script_get_title() and 2008-09-19 09:34:35 +00:00
script-fu-interface.h plug-ins/script-fu/script-fu-scripts.c changed to actually return a 2008-08-21 17:35:52 +00:00
script-fu-intl.h require glib-gettextize 2.16. 2008-05-23 13:36:31 +00:00
script-fu-regex.c namespace, copyright headers, indentation, formatting, everything... 2008-09-11 13:33:58 +00:00
script-fu-regex.h namespace, copyright headers, indentation, formatting, everything... 2008-09-11 13:33:58 +00:00
script-fu-script.c plug-ins/script-fu/Makefile.am new files containing script_fu_stresacpe(). 2008-09-20 09:58:30 +00:00
script-fu-script.h rename "menu_path" to "menu_label". Having a full path here is just compat 2008-09-19 19:17:12 +00:00
script-fu-scripts.c plug-ins/script-fu/Makefile.am new files containing script_fu_stresacpe(). 2008-09-20 09:58:30 +00:00
script-fu-scripts.h plug-ins/script-fu/Makefile.am new files containing script_fu_stresacpe(). 2008-09-20 09:58:30 +00:00
script-fu-server.c plugged a memory leak. 2008-09-18 14:12:30 +00:00
script-fu-server.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
script-fu-text-console.c Change Script-Fu error handling to properly use the new error message 2008-09-10 20:33:50 +00:00
script-fu-text-console.h plug-ins/script-fu/Makefile.am new files split out of 2008-08-21 14:48:29 +00:00
script-fu-types.h rename "menu_path" to "menu_label". Having a full path here is just compat 2008-09-19 19:17:12 +00:00
script-fu-utils.c plug-ins/script-fu/Makefile.am new files containing script_fu_stresacpe(). 2008-09-20 09:58:30 +00:00
script-fu-utils.h plug-ins/script-fu/Makefile.am new files containing script_fu_stresacpe(). 2008-09-20 09:58:30 +00:00
script-fu.c renamed "file-new-menu" to "file-create-menu" and changed the menu label 2008-09-19 12:01:12 +00:00
servertest.py plug-ins/script-fu/tinyscheme/scheme.[ch] small changes to tinyscheme - 2007-08-30 00:21:20 +00:00