Gimp/plug-ins/script-fu
jaycox c5a8b43846 Modified Files: ChangeLog app/Makefile.am app/channel.c app/channel.h
Modified Files:
 	ChangeLog app/Makefile.am app/channel.c app/channel.h
 	app/channel_cmds.c app/channel_cmds.h app/drawable_cmds.c
 	app/gimage_cmds.c app/gimpdrawable.c app/gimpdrawable.h
 	app/gimpdrawableP.h app/gimpimage.c app/gimpimage.h
 	app/gimpimageP.h app/internal_procs.c app/layer.c app/layer.h
 	app/layer_cmds.c app/layer_cmds.h app/parasite_cmds.c
 	app/perspective_tool.c app/plug_in.c app/procedural_db.c
 	app/rotate_tool.c app/scale_tool.c app/shear_tool.c
 	app/transform_core.c app/transform_core.h docs/parasites.txt
 	libgimp/Makefile.am libgimp/gimp.c libgimp/gimp.h
 	libgimp/gimpdrawable.c libgimp/gimpimage.c
 	libgimp/gimpprotocol.c libgimp/gimpprotocol.h
 	plug-ins/gif/gif.c plug-ins/script-fu/script-fu.c
 	plug-ins/tiff/tiff.c
 Added Files:
 	libgimp/gimpmatrix.c libgimp/gimpmatrix.h libgimp/parasite.c
 	libgimp/parasite.h libgimp/parasiteF.h libgimp/parasiteP.h
 Removed Files:
 	app/parasite.c app/parasite.h app/parasiteF.h app/parasiteP.h
 	libgimp/gimpparasite.c libgimp/gimpparasite.h

Tue Oct 13 19:24:03 1998  Jay Cox  (jaycox@earthlink.net)

        * app/parasite.c
        * app/parasite.h
        * app/parasiteF.h
        * app/parasiteP.h : use a single name field instead of seperate
        creator/type fields.  moved to libgimp/parasite*

        * libgimp/Makefile.am
        * libgimp/gimp.c
        * libgimp/gimp.h
        * libgimp/gimpdrawable.c
        * libgimp/gimpimage.c
        * libgimp/gimpprotocol.c
        * libgimp/gimpprotocol.h
        * app/Makefile.am
        * app/channel.c
        * app/channel.h
        * app/channel_cmds.c
        * app/channel_cmds.h
        * app/drawable_cmds.c
        * app/gimage_cmds.c
        * app/gimpdrawable.c
        * app/gimpdrawable.h
        * app/gimpdrawableP.h
        * app/gimpimage.c
        * app/gimpimage.h
        * app/gimpimageP.h
        * app/internal_procs.c
        * app/layer.c
        * app/layer.h
        * app/layer_cmds.c
        * app/layer_cmds.h
        * app/parasite_cmds.c
        * app/plug_in.c
        * app/procedural_db.c: Add tattoos to layers and drawables.
        Use new style parasites.

        * libgimp/gimpmatrix.c
        * libgimp/gimpmatrix.h: new files for matrix math.

        * app/perspective_tool.c
        * app/rotate_tool.c
        * app/scale_tool.c
        * app/shear_tool.c
        * app/transform_core.c
        * app/transform_core.h: use GimpMatrix instead of the old matrix
        code from transform_core.

        * ligimp/gimpparasite*: removed.  now useing the same source
        for plug-ins and the core.

        * plug-ins/script-fu/script-fu.c
        * plug-ins/tiff/tiff.c
        * plug-ins/gif/gif.c: updated to use new style parasites.
1998-10-14 02:54:02 +00:00
..
scripts Changed PDB_CHANNEL return type to PDB_INT32 for "is_floating_sel", 1998-10-06 04:27:54 +00:00
siod Changed the link to script-fu resources to point to www.gimp.org. 1998-04-16 17:49:19 +00:00
.cvsignore Finally a font-selector. 1998-08-10 15:06:58 +00:00
convert-script Might be useful ... 1998-08-05 21:38:27 +00:00
interp_md5.c Initial revision 1997-11-24 22:05:25 +00:00
interp_md5.h Initial revision 1997-11-24 22:05:25 +00:00
interp_regex.c fix jpeg check. Add config for sendmail 1998-04-09 09:00:27 +00:00
interp_slib.c Changed the link to script-fu resources to point to www.gimp.org. 1998-04-16 17:49:19 +00:00
interp_sliba.c fix jpeg check. Add config for sendmail 1998-04-09 09:00:27 +00:00
interp_trace.c fixed up idle handler for file open (look like testgtk idle demo) 1998-04-11 05:07:52 +00:00
Makefile.am Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
regex.c gimp_message. libgimp also overrides g_message for all plugins. Converted 1998-05-28 09:03:57 +00:00
regex.h gimp_message. libgimp also overrides g_message for all plugins. Converted 1998-05-28 09:03:57 +00:00
regexrepl.c gimp_message. libgimp also overrides g_message for all plugins. Converted 1998-05-28 09:03:57 +00:00
regexrepl.h gimp_message. libgimp also overrides g_message for all plugins. Converted 1998-05-28 09:03:57 +00:00
script-fu-console.c plug-ins/script-fu/script-fu.c added an eval PDB interface for running 1998-09-10 19:03:20 +00:00
script-fu-console.h plug-ins/script-fu/script-fu.c added an eval PDB interface for running 1998-09-10 19:03:20 +00:00
script-fu-enums.h app/patterns.c app/pattern_select.c app/internal_procs.c app/patterns.h 1998-10-01 22:09:01 +00:00
script-fu-interface.c app/patterns.c app/pattern_select.c app/internal_procs.c app/patterns.h 1998-10-01 22:09:01 +00:00
script-fu-scripts.c app/patterns.c app/pattern_select.c app/internal_procs.c app/patterns.h 1998-10-01 22:09:01 +00:00
script-fu-scripts.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
script-fu-server.c see if CC needs -posix (for NeXTStep) 1998-09-06 20:05:06 +00:00
script-fu-server.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
script-fu.c Modified Files: ChangeLog app/Makefile.am app/channel.c app/channel.h 1998-10-14 02:54:02 +00:00
siod.h fix jpeg check. Add config for sendmail 1998-04-09 09:00:27 +00:00
siodp.h Initial revision 1997-11-24 22:05:25 +00:00