CVSROOT:        /cvs/gnome
Module name:    gimp
Changes by:     mitch   06/03/31 20:33:29

Modified files:
        .              : ChangeLog 
        app            : batch.c 
        app/dialogs    : about-dialog.c 
        app/actions    : plug-in-commands.c vectors-commands.c 
        app/core       : gimpparamspecs.c gimpparamspecs.h 
                         gimppdbprogress.c 
        app/file       : file-open.c file-save.c 
        app/pdb        : brush_cmds.c brushes_cmds.c buffer_cmds.c 
                         color_cmds.c drawable_cmds.c fileops_cmds.c 
                         fonts_cmds.c gimpargument.c gimpargument.h 
                         gimpprocedure.c gradient_cmds.c 
                         gradients_cmds.c image_cmds.c 
                         paint_tools_cmds.c palettes_cmds.c 
                         parasite_cmds.c paths_cmds.c pattern_cmds.c 
                         patterns_cmds.c plug_in_cmds.c procedural_db.c 
                         procedural_db_cmds.c selection_tools_cmds.c 
                         vectors_cmds.c 
        app/plug-in    : plug-in-message.c plug-in-params.c 
                         plug-in-run.c plug-ins.c 
        app/widgets    : gimphelp.c gimppdbdialog.c 
        tools/pdbgen   : app.pl pdb.pl 
        tools/pdbgen/pdb: fileops.pdb 

Log message:
2006-04-01  Michael Natterer  <[EMAIL PROTECTED]>

* app/core/gimpparamspecs.[ch]: added struct GimpArray which can
keep static or allocated data. Added boxed types GIMP_TYPE_ARRAY
and GIMP_TYPE_STRING_ARRAY. Added GParamSpecs for PDB int32,
int16, int8, float and string arrays. Added functions to get, dup,
set and set_static the various arrays from/to GValues.

* app/pdb/gimpprocedure.c
* app/pdb/procedural_db.c
* app/plug-in/plug-in-params.c
* tools/pdbgen/app.pl
* tools/pdbgen/pdb.pl: use the new param pspecs and gimp_value
functions to keep arrays in GimpArguments.

* app/pdb/gimpargument.[ch] (gimp_arguments_destroy): removed
parameter "gboolean full_destroy". It's not needed any longer
because the GValues fully memory-manage all their data now.

* app/batch.c
* app/actions/plug-in-commands.c
* app/actions/vectors-commands.c
* app/core/gimppdbprogress.c
* app/dialogs/about-dialog.c
* app/dialogs/print-size-dialog.c
* app/dialogs/resize-dialog.c
* app/display/gimpdisplayshell-handlers.c
* app/file/file-open.c
* app/file/file-save.c
* app/plug-in/plug-in-message.c
* app/plug-in/plug-in-run.c
* app/plug-in/plug-ins.c
* app/widgets/gimphelp.c
* app/widgets/gimppdbdialog.c
* tools/pdbgen/pdb/fileops.pdb: changed accordingly.

* app/pdb/brush_cmds.c
* app/pdb/brushes_cmds.c
* app/pdb/buffer_cmds.c
* app/pdb/color_cmds.c
* app/pdb/drawable_cmds.c
* app/pdb/fileops_cmds.c
* app/pdb/fonts_cmds.c
* app/pdb/gimpargument.c
* app/pdb/gimpargument.h
* app/pdb/gimpprocedure.c
* app/pdb/gradient_cmds.c
* app/pdb/gradients_cmds.c
* app/pdb/image_cmds.c
* app/pdb/paint_tools_cmds.c
* app/pdb/palettes_cmds.c
* app/pdb/parasite_cmds.c
* app/pdb/paths_cmds.c
* app/pdb/pattern_cmds.c
* app/pdb/patterns_cmds.c
* app/pdb/plug_in_cmds.c
* app/pdb/procedural_db.c
* app/pdb/procedural_db_cmds.c
* app/pdb/selection_tools_cmds.c
* app/pdb/vectors_cmds.c: regenerated.

... and ported everything to perl btw...

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=mitch&date=explicit&mindate=2006-03-31%2020:32&maxdate=2006-03-31%2020:34

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to