gimp/app/vectors
Michael Natterer 794885e297 added gimp_item_configure() and gimp_item_copy().
2003-01-31  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpitem.[ch]: added gimp_item_configure() and
	gimp_item_copy().

	* app/core/gimpdrawable.c (gimp_drawable_configure,copy): use them.

	* app/vectors/gimpvectors.[ch]: added gimp_vectors_new(),
	gimp_vectors_copy() and gimp_vectors_copy_points(). Use the new
	GimpItem functions just as GimpDrawable does. Added a
	get_memsize() implementation.

	* app/vectors/gimpstroke.[ch]: made it a GimpObject and added
	a get_memsize() implementation.

	* app/undo.c: implemented vectors undo as if the new GimpVectors
	functions above worked.

	* app/gui/dialogs-constructors.c
	* app/gui/vectors-commands.c
	* app/tools/gimpvectortool.c: use gimp_vectors_new,copy().
2003-01-31 18:08:32 +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 New Type: GimpVectorExtendMode 2002-12-31 03:18:49 +00:00
gimpbezierstroke.h New Type: GimpVectorExtendMode 2002-12-31 03:18:49 +00:00
gimpstroke.c added gimp_item_configure() and gimp_item_copy(). 2003-01-31 18:08:32 +00:00
gimpstroke.h added gimp_item_configure() and gimp_item_copy(). 2003-01-31 18:08:32 +00:00
gimpvectors-preview.c app/vectors/gimpanchor.h Anchors now have an enum as type and have the 2002-12-30 16:36:01 +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 added gimp_item_configure() and gimp_item_copy(). 2003-01-31 18:08:32 +00:00
gimpvectors.h added gimp_item_configure() and gimp_item_copy(). 2003-01-31 18:08:32 +00:00
Makefile.am app/base/Makefile.am automake-1.6 seems to use yet another variable to 2002-06-07 23:00:46 +00:00
makefile.msc updated 2002-12-01 14:53:17 +00:00
vectors-types.h New Type: GimpVectorExtendMode 2002-12-31 03:18:49 +00:00