Gimp/libgimpconfig
Michael Natterer 7fe80e8dc8 the virtual serialize_property() returning FALSE doesn't mean the
2003-02-08  Michael Natterer  <mitch@gimp.org>

	* app/config/gimpconfig-serialize.c (gimp_config_serialize_property):
	the virtual serialize_property() returning FALSE doesn't mean the
	serialization failed but that the function didn't handle the
	property, so don't error but continue with the default
	implementation. Print newlines after properties only if
	indent_level == 0.

	* app/gui/tool-options-dialog.c: added tool options saving/loading
	as quickly hacked proof-of-concept.

	* app/paint/paint-enums.[ch]: added enum GimpInkBlobType.

	* app/tools/gimpinkoptions.[ch]: ported to object properties,
	cleanup.

	* app/tools/gimpinktool.c: changed accordingly.
2003-02-08 15:27:51 +00:00
..
gimpconfig-deserialize.c handle negative integers. 2003-02-03 14:37:59 +00:00
gimpconfig-deserialize.h added "gint nest_level" to the deserialization functions, so nested calls 2002-05-27 14:04:21 +00:00
gimpconfig-iface.c app/config/gimpconfig.[ch] added a reset method to GimpConfigInterface. 2003-02-01 21:50:21 +00:00
gimpconfig-iface.h app/config/gimpconfig.[ch] added a reset method to GimpConfigInterface. 2003-02-01 21:50:21 +00:00
gimpconfig-params.h app/config/gimpconfig-params.h 2003-01-31 09:22:42 +00:00
gimpconfig-path.c configure.in etc/Makefile.am etc/gimprc.in removed templates for gimprc 2002-12-29 18:58:24 +00:00
gimpconfig-path.h configure.in etc/Makefile.am etc/gimprc.in removed templates for gimprc 2002-12-29 18:58:24 +00:00
gimpconfig-serialize.c the virtual serialize_property() returning FALSE doesn't mean the 2003-02-08 15:27:51 +00:00
gimpconfig-serialize.h small cleanup. 2002-12-01 22:31:36 +00:00
gimpconfig-utils.c Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpconfig-utils.h app/config/gimpconfig.[ch] added a reset method to GimpConfigInterface. 2003-02-01 21:50:21 +00:00
gimpscanner.c handle negative integers. 2003-02-03 14:48:39 +00:00
gimpscanner.h parse sessionrc using GScanner. 2002-06-02 19:48:01 +00:00