Gimp/app
Michael Natterer 9e76c5a4bc added "GimpPaintInfo *paint_info" member and construct property. Changed
2004-08-31  Michael Natterer  <mitch@gimp.org>

	* app/paint/gimppaintoptions.[ch]: added "GimpPaintInfo *paint_info"
	member and construct property. Changed gimp_paint_options_new()
	to take only a GimpPaintInfo parameter.

	* app/core/gimpitem.c (gimp_item_stroke)
	* app/core/gimppaintinfo.c (gimp_paint_info_new): changed accordingly.

	* app/core/gimpchannel.c (gimp_channel_stroke)
	* app/vectors/gimpvectors.c (gimp_vectors_stroke): use
	paint_options->paint_info->paint_type directly instead of casting
	to GimpToolOptions and using
	tool_options->tool_info->paint_info->paint_type (eek). Fixes crash
	when stroking via the PDB because newly created GimpToolOptions
	instances have no "tool_info" pointer yet.

	* tools/pdbgen/pdb/paint_tools.pdb: changed all paint PDB wrappers
	accordingly.

	* app/pdb/paint_tools_cmds.c: regenerated.
2004-08-31 13:20:57 +00:00
..
actions added "..." to "Revert". 2004-08-31 11:43:42 +00:00
base added still unused flags type GimpDirtyMask. 2004-07-28 11:50:20 +00:00
composite app/composite/gimp-composite-x86.h app/composite/gimp-composite-sse.c 2004-08-29 21:06:31 +00:00
config set construct_param->foo, not construct_param*s*->foo, so we don't set the 2004-08-31 13:16:08 +00:00
core added "GimpPaintInfo *paint_info" member and construct property. Changed 2004-08-31 13:20:57 +00:00
dialogs Renamed GimpPreviewSize to GimpViewSize. 2004-08-29 11:58:05 +00:00
display Renamed GimpPreviewSize to GimpViewSize. 2004-08-29 11:58:05 +00:00
file Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gui Renamed GimpPreviewSize to GimpViewSize. 2004-08-29 11:58:05 +00:00
menus Restored sane sorting order for menus which are created entirely by 2004-08-11 10:45:47 +00:00
paint added "GimpPaintInfo *paint_info" member and construct property. Changed 2004-08-31 13:20:57 +00:00
paint-funcs Applied a bunch of AIX portability fixes (bug #148813): 2004-07-30 00:57:22 +00:00
pdb added "GimpPaintInfo *paint_info" member and construct property. Changed 2004-08-31 13:20:57 +00:00
plug-in added boolean return values to plug_in_progress_install(), uninstall() and 2004-08-30 21:03:52 +00:00
text added still unused flags type GimpDirtyMask. 2004-07-28 11:50:20 +00:00
tools avoid excessive use of strdup() and strcmp(). The strings are all constant 2004-08-30 15:08:02 +00:00
vectors added "GimpPaintInfo *paint_info" member and construct property. Changed 2004-08-31 13:20:57 +00:00
widgets Renamed GimpPreviewSize to GimpViewSize. 2004-08-29 11:58:05 +00:00
xcf Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
.cvsignore removed hack for gimp-console compilation. automake seems to handle it 2004-07-12 22:34:37 +00:00
airbrush.c
app_procs.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
app_procs.h Made the gimp-console binary compile. Finishes core/GUI separation and 2004-07-12 14:32:31 +00:00
batch.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
batch.h
errors.c Added a conditional definition of the preprocessor symbol GIMP_UNSTABLE if 2004-02-05 00:34:50 +00:00
errors.h
gimp-intl.h
gimp.rc
gimpcore.def gimp_create_display() with the right parameters order 2004-08-08 22:47:23 +00:00
main.c build but *dont link* display-enums.obj, widget-enums.obj and 2004-08-01 20:51:12 +00:00
Makefile.am Added an API to allow plug-ins to embed the progress for the actions they 2004-08-29 18:36:30 +00:00
makefile.msc build but *dont link* display-enums.obj, widget-enums.obj and 2004-08-01 20:51:12 +00:00
paint_core.h
paint_options.h
plug_in_cmds.c
sanity.c try to convert the result of gimp_directory() to UTF-8 and bail out with a 2004-08-26 09:48:32 +00:00
sanity.h removed the gtk+ sanity check here ... 2004-07-12 13:22:28 +00:00
transform_core.c
units.c
units.h
wilber.ico