Gimp/app/plug-in
Michael Natterer 4d5abb4323 app/plug-in/Makefile.am new files which keep the plug-in data list.
2006-02-21  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/Makefile.am
	* app/plug-in/plug-in-data.[ch]: new files which keep the
	plug-in data list.

	* app/pdb/procedural_db.[ch]: removed here, it only cluttered the
	file with unrelated functionality.

	* app/core/gimp.[ch]
	* app/actions/plug-in-commands.c
	* tools/pdbgen/pdb/procedural_db.pdb: changed accordingly.

	* app/pdb/procedural_db_cmds.c: regenerated.
2006-02-21 11:05:43 +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
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 let the private wire methods live in the GIMP namespace. Declare internal 2005-12-13 14:11:56 +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 Added parent window API to the GimpProgress interface and to the libgimp 2005-09-09 18:07:31 +00:00
gimpplugin-progress.h Added parent window API to the GimpProgress interface and to the libgimp 2005-09-09 18:07:31 +00:00
gimpplugin.c app/plug-in/plug-in.[ch] moved code from the PDB wrapper to a utility 2006-01-11 19:41:25 +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 app/config/gimpcoreconfig.[ch] app/config/gimprc-blurbs.h keep a history 2006-02-20 16:38:09 +00:00
gimppluginmanager-call.h app/config/gimpcoreconfig.[ch] app/config/gimprc-blurbs.h keep a history 2006-02-20 16:38:09 +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 reverted previous change, it was bogus. 2005-07-06 01:29:14 +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 app/config/gimpcoreconfig.[ch] app/config/gimprc-blurbs.h keep a history 2006-02-20 16:38:09 +00:00
gimppluginmanager-run.h app/config/gimpcoreconfig.[ch] app/config/gimprc-blurbs.h keep a history 2006-02-20 16:38:09 +00:00
gimppluginmanager.c app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +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 removed s/_/-/, proc names are already canonicalized. 2005-08-12 00:51:43 +00:00
gimppluginprocedure.h new function which finds a proc_def in a GSList by its procedure name. 2005-05-04 18:53:58 +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.am app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
makefile.msc build menus with nmake, too menus/Makefile.am : added to EXTRA_DIST 2005-04-24 15:39:15 +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.h ooops 2005-01-22 23:51:12 +00:00
plug-in-message.c let the private wire methods live in the GIMP namespace. Declare internal 2005-12-13 14:11:56 +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 GIMP_PDB_PATH to GIMP_PDB_VECTORS and add the former as an alias 2005-12-29 01:07:02 +00:00
plug-in-params.h Changed plug-in menu registration again to allow passing just the menu 2004-05-07 00:30:24 +00:00
plug-in-proc-def.c removed s/_/-/, proc names are already canonicalized. 2005-08-12 00:51:43 +00:00
plug-in-proc-def.h new function which finds a proc_def in a GSList by its procedure name. 2005-05-04 18:53:58 +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 Added parent window API to the GimpProgress interface and to the libgimp 2005-09-09 18:07:31 +00:00
plug-in-progress.h Added parent window API to the GimpProgress interface and to the libgimp 2005-09-09 18:07:31 +00:00
plug-in-rc.c Changed naming scheme for PDB procedure names from 2005-08-02 22:52:23 +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 app/config/gimpcoreconfig.[ch] app/config/gimprc-blurbs.h keep a history 2006-02-20 16:38:09 +00:00
plug-in-run.h app/config/gimpcoreconfig.[ch] app/config/gimprc-blurbs.h keep a history 2006-02-20 16:38:09 +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 app/plug-in/plug-in.[ch] moved code from the PDB wrapper to a utility 2006-01-11 19:41:25 +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 reverted previous change, it was bogus. 2005-07-06 01:29:14 +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 app/plug-in/Makefile.am new files which keep the plug-in data list. 2006-02-21 11:05:43 +00:00
plug-ins.h Added API to explicitly register dynamic menu items hierarchies. Fixes bug 2005-03-24 16:08:04 +00:00