gimp/app/vectors
Simon Budig 3f76868aee This still is very much in progress. I just want to commit this to avoid
2003-09-27  Simon Budig  <simon@gimp.org>

	This still is very much in progress. I just want to commit this
	to avoid lossage. It kind of works but there definitely is
	code in the wrong place now.

	* app/gui/stroke-dialog.[ch]: New files implementing a dialog
	containing Svens GimpStrokeEditor-Widget.

	* app/gui/Makefile.am: changed accordingly.

	* app/gui/vectors-commands.c: Open the StrokeOptions-Dialog when
	the "stroke" menu entry gets selected.

	* app/vectors/gimpvectors.c: Remove bad #ifdef hacks and use
	Libart/Paintcore-Stroking depending on the type of the stroke_desc
	Parameter.

	* app/core/gimpstrokeoptions.c: Proper handle the Enum-Properties.

	* app/core/gimpscanconvert.[ch]: make the antialias-parameter
	to gimp_scan_convert_new a gboolean.

	* app/tools/gimpiscissorstool.c
	* app/core/gimpdrawable-stroke.c
	* app/core/gimpimage-mask-select.c: Changed accordingly.
2003-09-27 02:34:18 +00:00
..
.cvsignore app/vectors/Makefile removed. 2002-02-22 12:26:41 +00:00
Makefile.am use -u to prevent garbage collection of symbols prematurely. I wonder if 2003-09-16 01:05:12 +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 Dave Neary <bolsh@gimp.org> 2003-09-20 19:58:26 +00:00
gimpbezierstroke.h Implemented gimp_bezier_stroke_arcto () that creates an elliptical arc in 2003-09-07 10:29:09 +00:00
gimpcoordmath.c Introduced function to compare two gimpcoords 2003-09-01 00:39:47 +00:00
gimpcoordmath.h Introduced function to compare two gimpcoords 2003-09-01 00:39:47 +00:00
gimpstroke.c Dave Neary <bolsh@gimp.org> 2003-09-20 19:58:26 +00:00
gimpstroke.h app/vectors/gimpstroke.[ch] added the endpoint of the segment to the list 2003-09-18 13:20:40 +00:00
gimpvectors-compat.c Made gimp_vectors_compat_get_points accept more paths gracefully. It now 2003-09-09 15:46:59 +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 removed compiler warning. 2003-09-18 15:08:13 +00:00
gimpvectors-export.h allow to optionally export all paths from an image into a single SVG file. 2003-09-10 13:05:00 +00:00
gimpvectors-import.c removed debugging output. 2003-09-25 15:40:10 +00:00
gimpvectors-import.h optionally scale the imported SVG to fit the image. 2003-09-25 00:39:46 +00:00
gimpvectors-preview.c app/vectors/gimpstroke.c app/vectors/gimpvectors-preview.c 2003-08-22 13:00:25 +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 This still is very much in progress. I just want to commit this to avoid 2003-09-27 02:34:18 +00:00
gimpvectors.h Dave Neary <bolsh@gimp.org> 2003-09-20 19:58:26 +00:00
makefile.msc renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
vectors-types.h app/display/display-types.h app/tools/tools-types.h 2003-09-07 10:29:10 +00:00