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
10877b4e88
Added support for persistant GIF Comments through the GIMP 1.1 Parasite
...
* plug-ins/gif/gif.c: Added support for persistant GIF
Comments through the GIMP 1.1 Parasite mechanism where available.
Did some user-interface tweaks. Fixed a bug when trying to save
a GIF smaller than five pixels high as interlaced.
* app/convert.c: Minor text amendment
* docs/parasites.txt: Started a central list of parasite types
and their creators.
1998-10-09 18:01:35 +00:00
6f9fed4789
Fixed an uninitialized variable bug which was making TigerT's gifs blow
...
Mon Sep 28 18:08:14 BST 1998 Adam D. Moss <adam@gimp.org >
* plug-ins/gif.c: Fixed an uninitialized variable bug
which was making TigerT's gifs blow up. Sigh!
1998-09-28 17:14:29 +00:00
31088f3c96
The facility to specify the background colour of a transparent/animated
...
Tue Sep 15 21:27:10 BST 1998 Adam D. Moss <adam@gimp.org >
* plug-ins/gif.c:
The facility to specify the background colour of
a transparent/animated GIF for non-transparent
viewers now works very much more consistantly.
The only situations in which it will fail to work
as expected now are those where file size can be reduced
(abeit not by much, as the plugin is sometimes more pessimistic
than it need be) by re-using an existing unused colour
index rather than using another bit per pixel in the
encoded file. That will never be an issue with an image
which was freshly converted from RGB to INDEXED with the
Quantize option, as that option removes any unused colours
from the image.
Let me know if you find the consistancy/size tradeoff more
annoying than helpful and I can adjust it. IMHO it is too
arcane a feature to present to any user as a runtime option.
* app/ink.c: #include <string.h> for a memset
1998-09-15 20:34:30 +00:00
8612d50ec1
compile everything with -D_REENTRANT
...
* configure.in: compile everything with -D_REENTRANT
* app/menus.c: fix for default accel (wrong X char)
* libgimp/gimpenums.h: make DIVIDE_MODE visible
* plug-ins/gif/gif.c: make it less verbose again
-Yosh
1998-06-24 05:31:18 +00:00
757044c137
implemented PDB interface for changing the g_message handler
...
* plug-ins/gif/gif.c: g_printized "no comment" warning
-Yosh
1998-06-19 23:45:54 +00:00
df89c082ba
don't pop up dialog for informational "Too many colors?" message
...
* plug-ins/gif/gif.c: don't pop up dialog for informational "Too many colors?"
message
-Yosh
1998-06-14 07:51:52 +00:00
6ddbb705a3
more g_message changes
...
* more g_message changes
* CEL plugin update
* INSTALL: info on why plugins don't get built
-Yosh
1998-05-30 07:32:37 +00:00
5fc903b216
updated Adam's stuff
...
* updated Adam's stuff
* app/app_procs.c: squleched warning
* gimptool.in: quote stuff to be flexible about our CC settings
-Yosh
1998-05-21 20:26:06 +00:00
bb7b1ae3d2
Updates from Adam
...
-Yosh
1998-04-29 10:48:02 +00:00
5e5dd448dd
*AlienMap/AlienMap.c CEL/CEL.c CML_explorer/CML_explorer.c
...
align_layers/align_layers.c animationplay/animationplay.c
bmp/bmpwrite.c dbbrowser/dbbrowser.c emboss/emboss.c
exchange/exchange.c faxg3/faxg3.c faxg3/g3.c gbr/gbr.c
gif/gif.c gqbist/gqbist.c hot/hot.c ifscompose/ifscompose.c
iwarp/iwarp.c max_rgb/max_rgb.c maze/maze_face.c
megawidget/megawidget.c mpeg/mpeg.c nlfilt/nlfilt.c pcx/pcx.c
plasma/plasma.c pnm/pnm.c print/print-escp2.c
print/print-pcl.c print/print.c scatter_hsv/scatter_hsv.c
script-fu/script-fu-scripts.c script-fu/script-fu.c
sinus/sinus.c tga/tga.c tileit/tileit.c
vpropagate/vpropagate.c xpm/xpm.c: More picky picky ansi type
stuff from gimp-hpux-980316.patch.
isnt big patches fun?
-adrian
1998-03-19 02:11:53 +00:00
29e9112114
plugin update
...
-Yosh
1998-03-17 09:39:40 +00:00
a229c9606a
Updated animationplay and gif plugins.
...
-Yosh
1998-03-16 10:05:41 +00:00
77fa41ad2b
Updated Adam's gif and animationplay plugins
...
-Yosh
1997-12-12 10:01:21 +00:00
769274a562
Removed a dangling parenthesis from the alien-glow-* scripts
...
fixed refract.c to look for megawidget.h in the properplace
fixed the plugins/script-fu/scripts/Makefile.am to instlal the texture files
1997-12-08 00:22:45 +00:00
32cefec8f7
Initial revision
1997-11-24 22:05:25 +00:00