gimp/app
Michael Natterer 837fa4294d Context cleanup continued:
2004-04-15  Michael Natterer  <mitch@gimp.org>

	Context cleanup continued:

	* app/core/gimpitem.[ch]: added context parameter to
	GimpItem::stroke().

	* app/core/gimpchannel.c (gimp_channel_stroke)
	* app/vectors/gimpvectors.c (gimp_vectors_stroke): use it to get
	default values from instead of gimp_get_user_context().

	* app/core/gimpselection.c
	* app/gui/stroke-dialog.c
	* tools/pdbgen/pdb/edit.pdb
	* tools/pdbgen/pdb/paths.pdb: changed accordingly.

	* app/pdb/edit_cmds.c
	* app/pdb/paths_cmds.c: regenerated.

	* app/plug-in/plug-in.[ch]: added GimpContext member to the PlugIn
	struct. Added context parameter to plug_in_new(),
	plug_in_call_query() and plug_in_call_init().

	* app/plug-in/plug-in-run.[ch]: added context parameters to
	plug_in_run() and plug_in_repeat().

	* app/gui/plug-in-commands.c
	* app/gui/vectors-commands.c
	* app/pdb/procedural_db.c
	* app/widgets/gimphelp.c: pass a context to plug_in_run() and
	plug_in_repeat().

	* app/plug-in/plug-in-message.c (plug_in_handle_proc_run): call
	procedures with the plug-in's context.

	* app/plug-in/plug-ins.c: use a temporary context for running the
	plug-ins' query() and init() functions. Use the same context for
	running automatic extensions. This temporarily separates the main
	Script-Fu extension from the user context (i.e. scripts have no
	way of setting/getting the global FG, BG, brush etc.).
2004-04-15 13:10:51 +00:00
..
actions Context cleanup continued: 2004-04-15 13:10:51 +00:00
base g_return_if_fail() on width, height or bpp <= 0. Doesn't fix anything but 2004-03-25 17:58:26 +00:00
composite new file to keep common definitions for the msc build use common 2004-02-07 23:01:33 +00:00
config changed the default for "help-locales" from NULL to an empty string. Fixes 2004-03-29 17:54:13 +00:00
core Context cleanup continued: 2004-04-15 13:10:51 +00:00
dialogs Context cleanup continued: 2004-04-15 13:10:51 +00:00
display update the whole image. 2004-04-05 15:38:26 +00:00
file Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
gui Context cleanup continued: 2004-04-15 13:10:51 +00:00
menus new callbacks to convert the current vector to the selection. 2004-03-20 16:14:49 +00:00
paint Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
paint-funcs header cleanup, added some const qualifiers, converted tabs to spaces. 2004-04-15 12:38:54 +00:00
pdb Context cleanup continued: 2004-04-15 13:10:51 +00:00
plug-in Context cleanup continued: 2004-04-15 13:10:51 +00:00
text Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
tools Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
vectors Context cleanup continued: 2004-04-15 13:10:51 +00:00
widgets Context cleanup continued: 2004-04-15 13:10:51 +00:00
xcf added a missing call to gimp_image_flush(). 2004-03-18 15:27:23 +00:00
.cvsignore app/.cvsignore docs/.cvsignore updated to ignore 2.0 stuff :-) 2004-03-20 22:24:52 +00:00
Makefile.am app/Makefile.am new files implementing sanity_check() for run-time 2004-03-30 11:32:21 +00:00
airbrush.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
app_procs.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
app_procs.h app/Makefile.am new files implementing sanity_check() for run-time 2004-03-30 11:32:21 +00:00
batch.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
batch.h renamed batch_init() to batch_run(). Install an Gimp::exit handler while 2003-11-30 14:44:13 +00:00
errors.c Added a conditional definition of the preprocessor symbol GIMP_UNSTABLE if 2004-02-05 00:34:50 +00:00
errors.h unref the gimp object after dumping the configuration as a test for 2003-11-17 00:17:01 +00:00
gimp-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp.rc Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00
main.c app/Makefile.am new files implementing sanity_check() for run-time 2004-03-30 11:32:21 +00:00
makefile.msc build sanity.obj app/text/makefile.msc : gimptextundo.obj 2004-04-11 15:21:09 +00:00
paint_core.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
paint_options.h prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
plug_in_cmds.c Garry R. Osgood <grosgood@rcn.com> 2001-03-11 13:15:41 +00:00
sanity.c Applied patch from William Skaggs that addresses bug #120490. 2004-04-10 11:23:22 +00:00
sanity.h app/Makefile.am new files implementing sanity_check() for run-time 2004-03-30 11:32:21 +00:00
transform_core.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
units.c libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
units.h libgimpbase/Makefile.am libgimpbase/gimpbase-private.[ch] new files 2003-11-15 22:53:28 +00:00
wilber.ico Second batch of Win32 merge. 1999-03-07 12:56:03 +00:00