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
jaycox
e2a601d444
Modified Files: ChangeLog app/Makefile.am app/channel.c
...
Modified Files:
ChangeLog app/Makefile.am app/channel.c app/drawable_cmds.c
app/drawable_cmds.h app/gimage_cmds.c app/gimage_cmds.h
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/plug_in.c
app/procedural_db.c app/procedural_db.h libgimp/Makefile.am
libgimp/gimp.c libgimp/gimp.h libgimp/gimpdrawable.c
libgimp/gimpenums.h libgimp/gimpimage.c libgimp/gimpprotocol.c
libgimp/gimpprotocol.h plug-ins/dbbrowser/dbbrowser_utils.c
plug-ins/script-fu/script-fu.c plug-ins/tiff/tiff.c
Added Files:
app/parasite.c app/parasite.h app/parasiteF.h app/parasiteP.h
app/parasite_cmds.c app/parasite_cmds.h libgimp/gimpparasite.c
libgimp/gimpparasite.h
Allow plug-ins (and scripts) to attach arbitrary data
(parasites) to images, layers and channels that can be read
back at a later time.
1998-10-08 08:15:21 +00:00
Manish Singh
17e6fb3043
install gimp.m4 too
...
* Makefile.am: install gimp.m4 too
* libgimp/gimpprotocol.[ch]
* libgimp/gimp.c
* app/plug_in.[ch]
* app/procedural_db.c: exported the gdisplay ID to the plugins, so they can
be smart about hooking on to status bars in the appropriate display shell
* libgimp/Makefile.am
* libgimp/gimp.c: make the plugins aware of $gimpdir for gtkrc parsing
-Yosh
1998-06-14 04:33:27 +00:00
Manish Singh
84abd5d700
Have fun recompiling gimp everyone. It's the great FSF address change!
...
-Yosh
1998-04-13 05:44:11 +00:00
Manish Singh
2afd3ffb75
From the Changelog:
...
* Makefile.am: don't do docs generation by default
* configure.in: -lXt for webbrowser plugin
* libgimp/gimp.c
* libgimp/gimpprotocol.c
* libgimp/gimptile.c
* libgimp/gimpwire.c
* app/plug_in.c: applied memory leak patch from Mattias Gronlund
* app/eraser.c
* app/eraser.h
* app/internal_procs.c
* app/paintbrush.c
* app/paintbrush.h: incremental modes for eraser and paintbrush,
as well as a "hard eraser"
* plug-ins/ifscompose/ifscompose.c: pixmap visual fixups
-Yosh
1998-03-01 01:18:45 +00:00
Manish Singh
92ab4b4278
Placed libgimp under LGPL
...
-Yosh
1998-01-25 10:26:47 +00:00
Elliot Lee
32cefec8f7
Initial revision
1997-11-24 22:05:25 +00:00