CVSROOT:        /cvs/gnome
Module name:    gimp
Changes by:     mitch   06/04/06 06:00:56

Modified files:
        .              : ChangeLog 
        app/dialogs    : file-save-dialog.c 
        app/pdb        : Makefile.am 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 gimp-pdb.c 
                         gimppluginprocedure.c gimppluginprocedure.h 
                         gimpprocedure.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 pdb-types.h 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/plug-in    : Makefile.am plug-in-def.c plug-in-message.c 
                         plug-in-progress.c plug-in-rc.c plug-in-run.c 
                         plug-in-types.h plug-in.c plug-ins-query.c 
                         plug-ins.c 
        app/actions    : plug-in-actions.c plug-in-commands.c 
        app/core       : gimp-gui.c 
        app/file       : file-open.c file-save.c file-utils.c 
        app/menus      : plug-in-menus.c 
        app/widgets    : gimpfiledialog.c gimpfileprocview.c 
                         gimppluginaction.c 
        app/xcf        : xcf.c 
        tools/pdbgen   : app.pl 
        tools/pdbgen/pdb: fileops.pdb plug_in.pdb 
Added files:
        app/pdb        : gimptemporaryprocedure.c 
                         gimptemporaryprocedure.h 
Removed files:
        app/plug-in    : plug-in-proc-def.c plug-in-proc-def.h 

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

* app/plug-in/Makefile.am
* app/plug-in/plug-in-types.h
* app/plug-in/plug-in-proc-def.[ch]: removed...

* app/pdb/Makefile.am
* app/pdb/pdb-types.h
* app/pdb/gimppluginprocedure.[ch]: ...and added here. Virtualized
get_progname().

* app/pdb/gimptemporaryprocedure.[ch]: new class derived from
GimpPlugInProcedure.

* app/pdb/gimpprocedure.[ch] (struct GimpProcedure): remove union
exec_method and all the structs it needed. Procedure execution is
properly virtualized now. Removed gimp_procedure_initialize() and
grow the args and values arrays dynamically in
gimp_procedure_add_argument()/return_value(). Added marshal_func
parameter to gimp_procedure_new().

* app/actions/plug-in-actions.c
* app/actions/plug-in-commands.c
* app/core/gimp-gui.c
* app/dialogs/file-save-dialog.c
* app/file/file-open.c
* app/file/file-save.c
* app/file/file-utils.c
* app/gui/gui-vtable.c
* app/menus/plug-in-menus.c
* app/plug-in/plug-in-def.c
* app/plug-in/plug-in-message.c
* app/plug-in/plug-in-progress.c
* app/plug-in/plug-in-rc.c
* app/plug-in/plug-in-run.c
* app/plug-in/plug-in.c
* app/plug-in/plug-ins-query.c
* app/plug-in/plug-ins.c
* app/widgets/gimpfiledialog.c
* app/widgets/gimpfileprocview.c
* app/widgets/gimppluginaction.c
* app/xcf/xcf.c
* tools/pdbgen/pdb/fileops.pdb
* tools/pdbgen/pdb/plug_in.pdb
* tools/pdbgen/app.pl: changed accordingly.

* app/pdb/*_cmds.c: regenerated.

* app/pdb/gimp-pdb.c: added uglyness to make the app link again.

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

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

Reply via email to