gimp/app/plug-in
Michael Natterer 3cb830519c added new member "gboolean static_strings", so the ProcRecord struct and
2006-03-31  Michael Natterer  <mitch@gimp.org>

	* app/pdb/gimpprocedure.h (struct ProcRecord): added new member
	"gboolean static_strings", so the ProcRecord struct and its
	strings can be marked as static separately.

	* app/pdb/gimpprocedure.[ch] (gimp_procedure_dispose): removed.

	(gimp_procedure_free): don't free the struct if it's static.

	(gimp_procedure_set_strings)
	(gimp_procedure_set_static_strings)
	(gimp_procedure_take_strings): new functions to set a procedure's
	strings.

	* app/pdb/procedural_db.c (procedural_db_free_entry): simply call
	gimp_procedure_free() on all procedures, the memory-manage
	themselves now.

	* app/plug-in/plug-in-message.c (plug_in_handle_proc_install): use
	gimp_procedure_set_strings() instead of setting them manually.

	* app/xcf/xcf.c: register gimp-xcf-load and gimp-xcf-save
	dynamically so further ProcRecord struct changes don't affect this
	file.

	* tools/pdbgen/app.pl: set "static_proc" to TRUE for static procs.

	* app/pdb/*_cmds.c: regenerated.
2006-03-31 16:17:07 +00:00
..
.cvsignore added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
Makefile.am app/base/base-enums.h app/core/core-enums.h register some more enums. 2006-03-27 13:49:19 +00:00
gimpenvirontable.c app/config/*.c app/core/*.c app/display/*.c app/text/*.c port to 2005-12-10 19:24:36 +00:00
gimpenvirontable.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpinterpreterdb.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpinterpreterdb.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpplugin-context.c removed assertion about proc_rec != NULL because that happens when 2004-09-22 16:22:43 +00:00
gimpplugin-context.h tools/pdbgen/Makefile.am new files that will hold context related PDB 2004-09-22 15:26:58 +00:00
gimpplugin-message.c added new member "gboolean static_strings", so the ProcRecord struct and 2006-03-31 16:17:07 +00:00
gimpplugin-message.h let the private wire methods live in the GIMP namespace. Declare internal 2005-12-13 14:11:56 +00:00
gimpplugin-progress.c app/pdb/Makefile.am new files containing the functions operating on *one* 2006-03-31 09:15:08 +00:00
gimpplugin-progress.h app/core/gimp-gui.[ch] app/gui/gui-vtable.c pass displays around as 2006-03-23 21:56:13 +00:00
gimpplugin.c added gimp_procedure_new() and gimp_procedure_free() functions. 2006-03-31 11:49:22 +00:00
gimpplugin.h app/plug-in/plug-in.[ch] moved code from the PDB wrapper to a utility 2006-01-11 19:41:25 +00:00
gimpplugindebug.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimpplugindebug.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
gimppluginmanager-call.c added gimp_procedure_new() and gimp_procedure_free() functions. 2006-03-31 11:49:22 +00:00
gimppluginmanager-call.h replace the value union by a GValue. 2006-03-29 23:56:07 +00:00
gimppluginmanager-data.c app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
gimppluginmanager-data.h app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
gimppluginmanager-query.c added gimp_procedure_new() and gimp_procedure_free() functions. 2006-03-31 11:49:22 +00:00
gimppluginmanager-query.h app/plug-in/Makefile.am new files containing plug_ins_query(). 2005-04-05 21:10:55 +00:00
gimppluginmanager-run.c added gimp_procedure_new() and gimp_procedure_free() functions. 2006-03-31 11:49:22 +00:00
gimppluginmanager-run.h replace the value union by a GValue. 2006-03-29 23:56:07 +00:00
gimppluginmanager.c added gimp_procedure_new() and gimp_procedure_free() functions. 2006-03-31 11:49:22 +00:00
gimppluginmanager.h Added API to explicitly register dynamic menu items hierarchies. Fixes bug 2005-03-24 16:08:04 +00:00
gimppluginprocedure.c changed "icon_data" from gchar* to guint8*. 2006-03-31 14:34:02 +00:00
gimppluginprocedure.h changed "icon_data" from gchar* to guint8*. 2006-03-31 14:34:02 +00:00
gimppluginprocframe.c made plug_in_proc_frame_free() a static function. 2004-12-23 15:13:51 +00:00
gimppluginprocframe.h made plug_in_proc_frame_free() a static function. 2004-12-23 15:13:51 +00:00
gimppluginshm.c libgimp/gimp.c close the shm_open fd in the POSIX shm case. We were 2004-03-25 09:02:28 +00:00
gimppluginshm.h renamed plug_in->busy to plug_in->in_temp_proc. Added a stack of 2003-01-30 11:20:12 +00:00
makefile.msc updated 2006-02-26 19:00:33 +00:00
plug-in-context.c removed assertion about proc_rec != NULL because that happens when 2004-09-22 16:22:43 +00:00
plug-in-context.h tools/pdbgen/Makefile.am new files that will hold context related PDB 2004-09-22 15:26:58 +00:00
plug-in-data.c app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
plug-in-data.h app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
plug-in-debug.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
plug-in-debug.h automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
plug-in-def.c new function which finds a proc_def in a GSList by its procedure name. 2005-05-04 18:53:58 +00:00
plug-in-def.h app/plug-in/Makefile.am removed... ...and added with a new name. 2004-09-22 15:12:24 +00:00
plug-in-enums.c app/base/base-enums.h app/core/core-enums.h register some more enums. 2006-03-27 13:49:19 +00:00
plug-in-enums.h app/base/base-enums.h app/core/core-enums.h register some more enums. 2006-03-27 13:49:19 +00:00
plug-in-message.c added new member "gboolean static_strings", so the ProcRecord struct and 2006-03-31 16:17:07 +00:00
plug-in-message.h let the private wire methods live in the GIMP namespace. Declare internal 2005-12-13 14:11:56 +00:00
plug-in-params.c renamed member "arg_type" to "type". 2006-03-30 10:06:54 +00:00
plug-in-params.h replace the value union by a GValue. 2006-03-29 23:56:07 +00:00
plug-in-proc-def.c changed "icon_data" from gchar* to guint8*. 2006-03-31 14:34:02 +00:00
plug-in-proc-def.h changed "icon_data" from gchar* to guint8*. 2006-03-31 14:34:02 +00:00
plug-in-proc-frame.c made plug_in_proc_frame_free() a static function. 2004-12-23 15:13:51 +00:00
plug-in-proc-frame.h made plug_in_proc_frame_free() a static function. 2004-12-23 15:13:51 +00:00
plug-in-progress.c app/pdb/Makefile.am new files containing the functions operating on *one* 2006-03-31 09:15:08 +00:00
plug-in-progress.h app/core/gimp-gui.[ch] app/gui/gui-vtable.c pass displays around as 2006-03-23 21:56:13 +00:00
plug-in-rc.c changed "icon_data" from gchar* to guint8*. 2006-03-31 14:34:02 +00:00
plug-in-rc.h app/plug-in/Makefile.am removed... ...and added with a new name. 2004-09-22 15:12:24 +00:00
plug-in-run.c added gimp_procedure_new() and gimp_procedure_free() functions. 2006-03-31 11:49:22 +00:00
plug-in-run.h replace the value union by a GValue. 2006-03-29 23:56:07 +00:00
plug-in-shm.c libgimp/gimp.c close the shm_open fd in the POSIX shm case. We were 2004-03-25 09:02:28 +00:00
plug-in-shm.h renamed plug_in->busy to plug_in->in_temp_proc. Added a stack of 2003-01-30 11:20:12 +00:00
plug-in-types.h Added API to explicitly register dynamic menu items hierarchies. Fixes bug 2005-03-24 16:08:04 +00:00
plug-in.c added gimp_procedure_new() and gimp_procedure_free() functions. 2006-03-31 11:49:22 +00:00
plug-in.h app/plug-in/plug-in.[ch] moved code from the PDB wrapper to a utility 2006-01-11 19:41:25 +00:00
plug-ins-query.c added gimp_procedure_new() and gimp_procedure_free() functions. 2006-03-31 11:49:22 +00:00
plug-ins-query.h app/plug-in/Makefile.am new files containing plug_ins_query(). 2005-04-05 21:10:55 +00:00
plug-ins.c added gimp_procedure_new() and gimp_procedure_free() functions. 2006-03-31 11:49:22 +00:00
plug-ins.h Added API to explicitly register dynamic menu items hierarchies. Fixes bug 2005-03-24 16:08:04 +00:00