Gimp/plug-ins/common
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
..
aa.c new, improved, still buggy iscissors! correctly hide the file selector a 1998-03-15 02:46:15 +00:00
align_layers.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
animationplay.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
animoptimize.c updated Adam's stuff 1998-05-21 20:26:06 +00:00
apply_lens.c initialize progress_gdisp_ID field in plug_in_new so things don't crash 1998-06-15 19:48:57 +00:00
autocrop.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
autostretch_hsv.c corrected progress display caption 1998-07-05 06:02:56 +00:00
blinds.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
blur.c check for inline by ourselves if it's not defined in glibconfig.h. So 1998-07-14 06:15:10 +00:00
bumpmap.c minor unused variable warning cleanup 1998-06-28 06:33:38 +00:00
bz2.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
c_astretch.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
CEL.c acconfig.h configure.in added check for putenv and #ifdefed it's usage 1998-08-28 23:01:46 +00:00
checkerboard.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
CML_explorer.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
colorify.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
compose.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
compressor.c more g_message changes 1998-05-30 07:32:37 +00:00
convmatrix.c fix width > height case 1998-04-29 23:08:49 +00:00
cubism.c Speed up cubism by 2x (I think) and mosaic something along the same vein. 1998-10-12 04:33:20 +00:00
decompose.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
deinterlace.c Sun May 31 21:50:12 EDT 1998 1998-06-01 01:54:02 +00:00
depthmerge.c plug-ins/depthmerge.c plug-ins/fli.[ch] updates from the registry 1998-08-24 16:36:18 +00:00
despeckle.c adding Lighting plugin 1998-06-06 23:22:22 +00:00
destripe.c check for inline by ourselves if it's not defined in glibconfig.h. So 1998-07-14 06:15:10 +00:00
diffraction.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
displace.c Patch from sjburges to fix a GUI problem. 1998-05-23 22:41:02 +00:00
edge.c *plug-ins/ edge.c added a check so it woudlnt segfault when passed a 1998-02-01 01:58:47 +00:00
emboss.c check for inline by ourselves if it's not defined in glibconfig.h. So 1998-07-14 06:15:10 +00:00
engrave.c Updated engrave and oilify using the patches Torsten sent to gimp-devel. Had 1998-04-26 15:58:14 +00:00
exchange.c Updated blur, randomize, and exchange plugins (not sure if they should go 1998-07-02 18:06:30 +00:00
film.c make text entry for function name read-only 1998-04-18 18:42:24 +00:00
flarefx.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
fp.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
fractaltrace.c plug-ins/depthmerge.c plug-ins/fli.[ch] updates from the registry 1998-08-24 16:36:18 +00:00
gauss_iir.c correct test for restoring old foundry in callback (from Trent Piepho) 1998-09-21 09:08:54 +00:00
gauss_rle.c correct test for restoring old foundry in callback (from Trent Piepho) 1998-09-21 09:08:54 +00:00
gbr.c Added Version 1 support for gbr plug-in 1998-07-06 22:19:56 +00:00
gee.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
gicon.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gif.c Modified Files: ChangeLog app/Makefile.am app/channel.c app/channel.h 1998-10-14 02:54:02 +00:00
glasstile.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gqbist.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gradmap.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
grid.c fix a comment. :) fix my last entry --Matt 1998-06-01 05:07:31 +00:00
gtm.c Added some includes. 1998-06-08 08:38:16 +00:00
guillotine.c rest of commit 1998-09-01 22:22:59 +00:00
gz.c more g_message changes 1998-05-30 07:32:37 +00:00
header.c Initial revision 1997-11-24 22:05:25 +00:00
hot.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
hrz.c added -std1 check for DU4 1998-09-09 10:07:21 +00:00
illusion.c define DIVIDE here too (auf, script-fu sucks) 1998-06-26 18:09:55 +00:00
iwarp.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
jpeg.c libgimp/gimp.h plug-ins/jpeg.c applied gimp-austin-981010-0, fixes 1998-10-11 22:50:03 +00:00
laplace.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
mail.c added a text entry to GUMP, so you can now compose real messages. 1998-07-28 22:22:56 +00:00
max_rgb.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
mblur.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
mosaic.c Speed up cubism by 2x (I think) and mosaic something along the same vein. 1998-10-12 04:33:20 +00:00
mpeg.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
nlfilt.c check for inline by ourselves if it's not defined in glibconfig.h. So 1998-07-14 06:15:10 +00:00
noisify.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
normalize.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
nova.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
oilify.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
palette.c acconfig.h configure.in added check for putenv and #ifdefed it's usage 1998-08-28 23:01:46 +00:00
papertile.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
pat.c gimp-joke-980321 1998-03-22 20:44:39 +00:00
pcx.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
pix.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
pixelize.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
plasma.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
png.c The new "Fixed Size" option now works with 1998-07-20 18:19:20 +00:00
pnm.c plug-ins/depthmerge.c plug-ins/fli.[ch] updates from the registry 1998-08-24 16:36:18 +00:00
polar.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
postscript.c check for inline by ourselves if it's not defined in glibconfig.h. So 1998-07-14 06:15:10 +00:00
procedure-browser.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
ps.c check for inline by ourselves if it's not defined in glibconfig.h. So 1998-07-14 06:15:10 +00:00
psd.c Added the ability to load Guides info from PSD files. 1998-09-04 17:55:16 +00:00
randomize.c check for inline by ourselves if it's not defined in glibconfig.h. So 1998-07-14 06:15:10 +00:00
ripple.c added --install-script. Use @INSTALL@ stuff 1998-05-26 08:46:37 +00:00
rotate.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
rotators.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
scatter_hsv.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
screenshot.c changed it back, things work now 1998-06-06 21:25:10 +00:00
semiflatten.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
sharpen.c adding Lighting plugin 1998-06-06 23:22:22 +00:00
shift.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
smooth_palette.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
snoise.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
sobel.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
sparkle.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
spread.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
sunras.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
tga.c added --install-script. Use @INSTALL@ stuff 1998-05-26 08:46:37 +00:00
threshold_alpha.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
tiff.c Modified Files: ChangeLog app/Makefile.am app/channel.c app/channel.h 1998-10-14 02:54:02 +00:00
tile.c Fixed up some PDB bugs in tile plug-in 1998-10-07 02:55:17 +00:00
tileit.c acconfig.h config.h.in added --with-threads (taken from gtk+ configure.in) 1998-06-19 01:45:03 +00:00
tiler.c fix width > height case 1998-04-29 23:08:49 +00:00
url.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
video.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
vinvert.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
vpropagate.c Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
waves.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
whirlpinch.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
xpm.c add declaration to get interface.c to compile 1998-06-09 11:41:13 +00:00
xwd.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00
zealouscrop.c Upgraded to libtool 1.2b 1998-09-20 23:04:33 +00:00