CVSROOT:        /cvs/gnome
Module name:    gimp
Changes by:     mitch   06/04/02 12:03:32

Modified files:
        .              : ChangeLog 
        app/pdb        : brush_cmds.c brush_select_cmds.c brushes_cmds.c 
                         buffer_cmds.c channel_cmds.c color_cmds.c 
                         context_cmds.c convert_cmds.c display_cmds.c 
                         drawable_cmds.c drawable_transform_cmds.c 
                         edit_cmds.c fileops_cmds.c floating_sel_cmds.c 
                         font_select_cmds.c fonts_cmds.c gimpargument.c 
                         gimpprocedure.h gimprc_cmds.c gradient_cmds.c 
                         gradient_select_cmds.c gradients_cmds.c 
                         grid_cmds.c guides_cmds.c help_cmds.c 
                         image_cmds.c layer_cmds.c message_cmds.c 
                         misc_cmds.c paint_tools_cmds.c palette_cmds.c 
                         palette_select_cmds.c palettes_cmds.c 
                         parasite_cmds.c paths_cmds.c pattern_cmds.c 
                         pattern_select_cmds.c patterns_cmds.c 
                         plug_in_cmds.c procedural_db_cmds.c 
                         progress_cmds.c selection_cmds.c 
                         selection_tools_cmds.c text_tool_cmds.c 
                         transform_tools_cmds.c undo_cmds.c unit_cmds.c 
                         vectors_cmds.c 
        app/xcf        : xcf.c 
        libgimp        : gimpparasite_pdb.c gimpparasite_pdb.h 
        tools/pdbgen   : app.pl lib.pl pdb.pl 
        tools/pdbgen/pdb: paint_tools.pdb paths.pdb 

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

* tools/pdbgen/pdb.pl: added a const_type member to all PDB types,
Removed casts from all get_value_funcs which return const
pointers, they can stay const now.

* tools/pdbgen/app.pl: use the const_type to declare input args.

* app/pdb/gimpprocedure.h: pass const arguments to the internal
marshallers.

* app/xcf/xcf.c: changed accordingly.

* tools/pdbgen/pdb/paint_tools.pdb
* tools/pdbgen/pdb/paths.pdb: added some const qualifiers.

* tools/pdbgen/lib.pl: use the const_type for input args instead
of adding the const qualifier based on the type.

* app/pdb/_cmds.c
* libgimp/gimpparasite_pdb.[ch]: regenerated.

Unrelated:

* app/pdb/gimpargument.c (gimp_arguments_destroy): no need any
more to destroy the argument array in reverse order (we don't need
access to the previous element because arrays in GValues memory
manage themselves now).

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gimp&who=mitch&date=explicit&mindate=2006-04-02%2012:02&maxdate=2006-04-02%2012:04

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

Reply via email to