gimp/app/vectors
Michael Natterer f7351b0bbb app/vectors/Makefile.am new files implementing a compatibility API for
2003-05-22  Michael Natterer  <mitch@gimp.org>

	* app/vectors/Makefile.am
	* app/vectors/gimpvectors-compat.[ch]: new files implementing a
	compatibility API for converting old XCF and PDB point arrays
	to GimpVectors and vice versa.

	* app/xcf/xcf-load.c
	* app/xcf/xcf-save.c
	* tools/pdbgen/pdb/paths.pdb: use the new functions instead of
	having slightly different, but equally ugly code twice.

	* app/xcf/xcf-load.c: cleaned up path loading a lot. Removed the
	path_point loading utility functions.

	* app/pdb/paths_cmds.c: regenerated.

	* app/Makefile.am: link vectors/libappvectors.a after
	xcf/libappxcf.a so the compat functions (which are not needed in
	vectors/) are found.  Also reverted an accidentially checked in
	change to the libgimpwidgets link order.
2003-05-22 19:02:38 +00:00
..
.cvsignore app/vectors/Makefile removed. 2002-02-22 12:26:41 +00:00
gimpanchor.h app/vectors/gimpanchor.h Anchors now have an enum as type and have the 2002-12-30 16:36:01 +00:00
gimpbezierstroke.c Implemented closed paths. Not yet available in a sane manner via the UI. 2003-05-18 23:08:01 +00:00
gimpbezierstroke.h Implemented closed paths. Not yet available in a sane manner via the UI. 2003-05-18 23:08:01 +00:00
gimpstroke.c Implemented closed paths. Not yet available in a sane manner via the UI. 2003-05-18 23:08:01 +00:00
gimpstroke.h Implemented closed paths. Not yet available in a sane manner via the UI. 2003-05-18 23:08:01 +00:00
gimpvectors-compat.c app/vectors/Makefile.am new files implementing a compatibility API for 2003-05-22 19:02:38 +00:00
gimpvectors-compat.h app/vectors/Makefile.am new files implementing a compatibility API for 2003-05-22 19:02:38 +00:00
gimpvectors-preview.c app/vectors/gimpbezierstroke.[ch] app/vectors/gimpstroke.[ch] 2003-05-16 16:49:04 +00:00
gimpvectors-preview.h app/vectors/Makefile.am new files creating dummy vectors previews. 2002-02-25 13:39:34 +00:00
gimpvectors.c Removed the old paths and the remaining legacy stuff it needed. Fixes bug 2003-05-21 17:38:14 +00:00
gimpvectors.h Implemented closed paths. Not yet available in a sane manner via the UI. 2003-05-18 23:08:01 +00:00
Makefile.am app/vectors/Makefile.am new files implementing a compatibility API for 2003-05-22 19:02:38 +00:00
makefile.msc updated 2002-12-01 14:53:17 +00:00
vectors-types.h app/tools/gimpvectortool.[ch] app/vectors/gimpbezierstroke.c 2003-03-29 04:47:44 +00:00