gimp/app/plug-in
Michael Natterer 77863d8868 app/Makefile.am removed...
2001-11-30  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/plug_in.[ch]: removed...

	* app/plug-in/Makefile.am
	* app/plug-in/plug-in-types.h
	* app/plug-in/plug-in.[ch]: ...and added here.

	* app/appenv.h: removed StackTraceMode and MessageHandlerType...

	* libgimpbase/gimpbasetypes.h: ...and added them here.

	* tools/pdbgen/Makefile.am: don't scan "app/apptypes.h" for enums.

	* tools/pdbgen/enumcode.pl: added a general check to prevent
	enums which are defined in libgimp* from being written to
	"libgimp/gimpenums.c".

	* libgimp/gimpenums.h
	* plug-ins/script-fu/script-fu-constants.c
	* tools/pdbgen/enums.pl: regenerated.

	* app/core/core-types.h: include "pdb/pdb-types.h" so including
	"core/core-types.h" gets the whole core type space.

	* app/core/gimp.[ch]: added a "stack_trace_mode" parameter to the
	constructor and store it in the Gimp struct because the value is
	also passed to plug-ins and nobody should include "appenv.h".

	* app/gimprc.[ch]: pass the alternate_system_gimprc and
	alternate_gimprc filenames from the command line to gimprc_prase()
	so we don't need to include "appenv.h".

	* app/batch.[ch]: pass the "batch_cmds" as parameter, don't
	include "append.h".

	* app/app_procs.c: pass more parameters around.

	* app/devices.c
	* app/errors.c
	* app/gimphelp.c
	* app/main.c
	* app/core/gimpgradient.c
	* app/display/gimpdisplay.c
	* app/display/gimpdisplayshell.c
	* app/file/file-open.c
	* app/file/file-save.c
	* app/file/file-utils.c
	* app/gui/commands.c
	* app/gui/error-console-dialog.c
	* app/gui/file-dialog-utils.c
	* app/gui/file-open-dialog.c
	* app/gui/file-save-dialog.c
	* app/gui/paths-dialog.c
	* app/gui/user-install-dialog.c
	* app/tools/gimpbezierselecttool.c
	* app/tools/xinput_airbrush.c
	* app/xcf/xcf.c
	* tools/pdbgen/pdb/fileops.pdb
	* tools/pdbgen/pdb/help.pdb
	* tools/pdbgen/pdb/message.pdb
	* tools/pdbgen/pdb/plug_in.pdb: changed accordingly:

	- changed "plug-in.h" include where needed.
	- don't call gimp_fatal_error() directly, it's called via the log
	  handler when calling g_error().
	- don't incude "errors.h" except from main.c.
	- changed stack_trace and message_handler enum names.
	- get "stack_trace_mode" from Gimp.
	- removed many inclusions of "appenv.h".

	* app/pdb/fileops_cmds.c
	* app/pdb/help_cmds.c
	* app/pdb/message_cmds.c
	* app/pdb/plug_in_cmds.c
	* app/pdb/procedural_db.c: regenerated.
2001-12-01 00:14:14 +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/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimpplugin-message.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimpplugin-progress.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimpplugin-progress.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimpplugin.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimpplugin.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimppluginmanager-call.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimppluginmanager-run.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimppluginmanager.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimppluginmanager.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
gimppluginshm.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-def.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-def.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-message.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-params.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-params.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-progress.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-progress.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-run.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-shm.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in-types.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-in.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-ins.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
plug-ins.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00