gimp/app/vectors
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
..
.cvsignore app/vectors/Makefile removed. 2002-02-22 12:26:41 +00:00
Makefile.am app/vectors/Makefile.am removed... 2004-05-24 16:45:24 +00:00
gimpanchor.c Made gimp_vectors_compat_get_points accept more paths gracefully. It now 2003-09-09 15:46:59 +00:00
gimpanchor.h Made gimp_vectors_compat_get_points accept more paths gracefully. It now 2003-09-09 15:46:59 +00:00
gimpbezierstroke.c Implemented the ellipse basic shape differently to avoid possible rounding 2004-08-22 12:31:47 +00:00
gimpbezierstroke.h added new function gimp_bezier_stroke_new_ellipse() that provides a simple 2004-08-21 13:50:19 +00:00
gimpstroke.c app/vectors/gimpstroke.[ch] Applied a modified patch from Geert Jordaens 2004-06-29 22:45:58 +00:00
gimpstroke.h app/vectors/gimpstroke.[ch] Applied a modified patch from Geert Jordaens 2004-06-29 22:45:58 +00:00
gimpvectors-compat.c added #defines for GimpCoords' default pressure, tilt and wheel values. 2004-02-23 23:10:21 +00:00
gimpvectors-compat.h Made gimp_vectors_compat_get_points accept more paths gracefully. It now 2003-09-09 15:46:59 +00:00
gimpvectors-export.c tools/pdbgen/pdb/image.pdb app/pdb/image_cmds.c reverted changes I did to 2004-06-01 22:04:20 +00:00
gimpvectors-export.h removed the GError parameter from gimp_vectors_export_string() and 2003-12-21 11:52:20 +00:00
gimpvectors-import.c app/tools/Makefile.am added gimp_tool_motion_constrain(), 2004-08-22 21:48:50 +00:00
gimpvectors-import.h renamed the SVG related functions so that they deal with an anonymous data 2004-06-30 11:57:17 +00:00
gimpvectors-preview.c app/core/Makefile.am new files with preview code factored out of 2003-09-29 23:14:28 +00:00
gimpvectors-preview.h app/vectors/Makefile.am app/vectors/gimpvectors-export.[ch] added stubs 2003-09-10 13:05:00 +00:00
gimpvectors.c added "GimpPaintInfo *paint_info" member and construct property. Changed 2004-08-31 13:20:57 +00:00
gimpvectors.h New function that appends a duplicate of the source vectors strokes to the 2003-11-07 13:20:52 +00:00
makefile.msc updated app/actions/makefile.msc app/menus/makefile.msc : (new files) 2004-07-11 21:53:17 +00:00
vectors-types.h app/display/display-types.h app/tools/tools-types.h 2003-09-07 10:29:10 +00:00