gimp/app/xcf
Michael Natterer b72ffb8b49 removed the "floating" flag and the floating/sink API.
2006-10-16  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpitem.[ch]: removed the "floating" flag and the
	floating/sink API.

	(gimp_item_init): call g_object_force_floating() instead.

	* app/core/gimpimage.c
	* app/core/gimplayer.c
	* app/xcf/xcf-load.c
	* tools/pdbgen/pdb/drawable.pdb
	* tools/pdbgen/pdb/image.pdb: use combinations of
	g_object_ref_sink() and g_object_unref() instead of
	gimp_item_sink(). Use g_object_is_floating() instead of
	gimp_item_is_floating().

	* app/pdb/drawable_cmds.c
	* app/pdb/image_cmds.c: regenerated.
2006-10-16 17:09:17 +00:00
..
.cvsignore new directory app/xcf/ 2001-07-03 18:38:56 +00:00
Makefile.am app/base/Makefile.am app/composite/*akefile.am app/config/*akefile.am 2005-02-27 13:22:01 +00:00
makefile.msc new file to keep common definitions for the msc build use common 2004-02-07 23:01:33 +00:00
xcf-load.c removed the "floating" flag and the floating/sink API. 2006-10-16 17:09:17 +00:00
xcf-load.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-private.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-08-10 17:10:12 +00:00
xcf-read.c use a signed variable when attempting to skip over unknown properties and 2006-07-10 16:40:26 +00:00
xcf-read.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-save.c Added message severities and make sure all messages are routed through a 2006-10-09 08:17:22 +00:00
xcf-save.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-seek.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-seek.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-write.c added const qualifiers. 2006-07-11 20:38:32 +00:00
xcf-write.h added const qualifiers. 2006-07-11 20:38:32 +00:00
xcf.c Added message severities and make sure all messages are routed through a 2006-10-09 08:17:22 +00:00
xcf.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00