Manish Singh
45842e262a
added 2000 to the copyrights
...
* tools/pdbgen/*.pl: added 2000 to the copyrights
* tools/pdbgen/lib.pl: it's foo_pdb.[ch] now
* tools/pdbgen/pdb/drawable.pdb
* tools/pdbgen/pdb/parasite.pdb: reenabled sanity checks for the
drawable IDs and the parasite names
* app/drawable.c
* app/gimpdrawable.c: added a bunch of g_return_if_fail's, instead
of the silent check and return in many functions. This should also
be done in gimpimage.c and the like too.
* app/gimpdrawable.h
* app/layer.c: cosmetic code fix
-Yosh
2000-02-17 11:44:27 +00:00
Marc Lehmann
b2773c790e
pdb renames
1999-10-27 20:23:04 +00:00
Manish Singh
7db44664a6
sync the names with the last API patch
...
-Yosh
1999-10-22 22:57:03 +00:00
Marc Lehmann
ec40ac728b
API PATCH #2 or so
1999-10-17 00:07:55 +00:00
Manish Singh
8b11c6c1fc
listed tools first in SUBDIRS, so xgettext can grab the autogenned files
...
* Makefile.am: listed tools first in SUBDIRS, so xgettext can grab
the autogenned files
* acconfig.h: removed unused HAVE_XSHM_H
* tools/pdbgen/app.pl: added proc invoke method, nicer header
formatting
* tools/pdbgen/pdb/layer.pdb: use layer_mask type for return value
for layer_create_mask
* tools/pdbgen/pdb/misc.pdb: added quit proc
* tools/pdbgen/pdb/tools.pdb: added ink proc, but not added to @procs
since it's incomplete
* tools/pdbgen/pdb/fileops.pdb: new file
* app/Makefile.am: added fileops_cmds.c
* app/app_procs.c
* app/fileops.c
* app/ink.c: removed PDB procs (the one in ink.c was incomplete)
* app/fileops.h: exported load_procs, save_procs, and file_proc_find()
* app/plug_in.h: exported enum, #include <sys/types.h>
* app/brushes_cmds.c
* app/fileops_cmds.c
* app/layer_cmds.c
* app/misc_cmds.c
* app/parasite_cmds.c
* app/patterns_cmds.c
* app/procedural_db_cmds.c
* app/text_tool_cmds.c
* app/internal_procs.c: pdbgen updates
* app/paint_funcs.c: the glibc 2.1 docs say using SVID threadsafe
random functions are preferable to rand_r, so use them instead of
a mutex
-Yosh
1999-04-30 21:11:27 +00:00
Manish Singh
80de6ea79c
app/gimage_cmds.c pdbgenned files
...
* app/gimage_cmds.c
* app/guides_cmds.c: pdbgenned files
* app/parasite_cmds.c: added image parasite cmds
* app/gimpimage.h: capitalized ChannelType and MergeType enums,
made HORIZONTAL_GUIDE and VERTICAL_GUIDE an enum
* app/layer.h: made APPLY and DISCARD an enum
* app/internal_procs.[ch]: finally pdbgenned
* app/channels_dialog.c
* app/fileops.c
* app/gimpimage.c
* app/layers_dialog.c: ChannelType, MergeType enum changes
* app/commands.c: remove gimage_cmds.h #include
* app/cursorutil.h: #include <gdk/gdktypes.h>
* app/paint_funcs.h: cosmetic change for PDB help
* app/brush_select_cmds.c
* app/brushes_cmds.c
* app/layer_cmds.c
* app/tools_cmds.c: pdbgen updates
* app/Makefile.am: removed gimage_cmds.h, added guides_cmds.c
* plug-ins/Lighting/lighting_main.c
* plug-ins/MapObject/mapobject_main.c
* plug-ins/rcm/rcm.c
* plug-ins/xbm/xbm.c: removed trailing ";" from MAIN ()
-Yosh
1999-04-27 04:57:59 +00:00
Manish Singh
b8c19394dc
gave parasite undo a MISC_UNDO class for now so it compiles
...
* app/gimpdrawable.c: gave parasite undo a MISC_UNDO class for now
so it compiles
* app/tools_cmds.c: fix crop invoker to give correct args to
crop_image
* app/color_cmds.c: s/GRAY/GRAY_LUT/g;
* app/brush_select.[ch]: removed PDB procs, export brush_active_dialogs,
brush_select_dialog, s/active_dialogs/brush_active_dialogs/
* app/gimage_cmds.[ch]
* app/channel_ops.[ch]: removed channel ops PDB procs, moved duplicate
function from gimage_cmds to channel_ops, export offset and duplicate
* app/gimpbrushlist.[ch]: removed PDB procs
* app/gradient.[ch]: removed PDB procs,
* app/gradient_header.h: exported G_SAMPLE, GradSelect, num_gradients,
grad_active_dialogs, gradient_select_dialog
* app/gradient_select.c: removed PDB procs,
s/active_dialogs/grad_active_dialogs/
* app/patterns.[ch]: removed PDB procs
* app/pattern_select.[ch]: removed PDB procs,
s/active_dialogs/pattern_active_dialogs/
* app/procedural_db.c: removed PDB procs and supporting functions
* app/procedrual_db.h: fiddled with enums
* app/channel_cmds.[ch]
* app/drawable_cmds.[ch]
* app/parasite_cmds.[ch]: pdbgenned now, removed header files
* app/gimpparasite.c: minor cleanup
* app/internal_procs.c: use pdbgen stuff
* app/tools_cmds.c
* app/text_tool_cmds.c: updated from pdbgen
* app/brushes_cmds.c
* app/brush_select_cmds.c
* app/gradient_cmds.c
* app/gradient_select_cmds.c
* app/patterns_cmds.c
* app/pattern_select_cmds.c
* app/procedural_db_cmds.c: new pdbgen files
* app/Makefile.am: file shuffle (see above)
-Yosh
1999-04-23 20:54:02 +00:00
Marc Lehmann
446a11e938
*** empty log message ***
1999-02-13 18:19:44 +00:00
jaycox
5267f6014f
app/drawable_cmds.c, app/gimage_cmds.c app/parasite_cmds.c,
...
* app/drawable_cmds.c, app/gimage_cmds.c
* app/parasite_cmds.c, libgimp/parasite.[ch],
* libgimp/gimp.c, libgimp/gimpprotocol.c
* tiff.c, gif.c, script-fu.c: removed all references to
parasite_error() and parasite_is_error(). Enable the
passing of null parasites in the pdb. Return a copy of the
parasite instead of the orginal in all pdb functions.
1998-11-13 04:00:54 +00:00
jaycox
682b1f3c65
Modified Files: ChangeLog app/Makefile.am app/app_procs.c app/channel.c
...
Modified Files:
ChangeLog app/Makefile.am app/app_procs.c app/channel.c
app/channel.h app/file_new_dialog.c app/gimage_cmds.c
app/gimage_cmds.h app/gimpdrawable.c app/gimpdrawable.h
app/gimpdrawableP.h app/gimpimage.c app/gimpimage.h
app/gimpimageF.h app/gimpimageP.h app/internal_procs.c
app/layer.c app/layer.h app/parasite_cmds.c
app/parasite_cmds.h app/plug_in.c app/preferences_dialog.c
libgimp/Makefile.am libgimp/gimp.h libgimp/gimpdrawable.c
libgimp/gimpfeatures.h.in libgimp/gimpimage.c
libgimp/gimpmatrix.h libgimp/parasite.c libgimp/parasite.h
plug-ins/script-fu/script-fu-console.c
plug-ins/script-fu/script-fu.c
Added Files:
app/gimpparasite.c app/gimpparasite.h app/parasitelist.c
app/parasitelist.h app/parasitelistF.h app/parasitelistP.h
libgimp/gimpparasite.c
lots of parasite related changes.
1998-10-30 10:21:33 +00:00
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