gimp/libgimpconfig
Sven Neumann d533104de7 handle negative float and double values similar to how this is done for
2003-10-26  Sven Neumann  <sven@gimp.org>

	* app/config/gimpconfig-deserialize.c
	(gimp_config_deserialize_fundamental): handle negative float and
	double values similar to how this is done for integers and the
	like.

	* app/config/gimpconfig-params.h: added two new param flags and
	documented all flags in the header file (for now).

	* app/config/gimpconfig-serialize.h: handle the new param flags
	GIMP_PARAM_DEFAULTS and GIMP_PARAM_IGNORE.

	* app/text/text-enums.[ch]
	* app/text/gimptext.[ch]: added some properties that we will need
	sooner or later. Mark the new properties and a lot of the existing
	ones as GIMP_PARAM_DEFAULTS so that their values are not
	serialized unless changed from the default value.

	* app/text/gimptextlayout.c
	* app/tools/gimptextoptions.c: made all length properties in
	GimpText depend on a single unit.
2003-10-26 00:03:16 +00:00
..
gimpconfig-deserialize.c handle negative float and double values similar to how this is done for 2003-10-26 00:03:16 +00:00
gimpconfig-deserialize.h app/widgets/gimpdocked.[ch] renamed GimpDockedIface to 2003-10-11 14:30:18 +00:00
gimpconfig-error.c app/config/Makefile.am moved code from gimpconfig.[ch] to these new files. 2003-07-24 14:14:23 +00:00
gimpconfig-error.h app/config/Makefile.am moved code from gimpconfig.[ch] to these new files. 2003-07-24 14:14:23 +00:00
gimpconfig-iface.c app/widgets/gimpdocked.c (gimp_docked_iface_base_init) they are base_init, 2003-10-15 20:05:23 +00:00
gimpconfig-iface.h removed gimp_config_copy_properties() and added the more intelligent 2003-10-14 15:20:59 +00:00
gimpconfig-params.h handle negative float and double values similar to how this is done for 2003-10-26 00:03:16 +00:00
gimpconfig-path.c UTF-8 validate the value set using gimprc_set(); mention this in the 2003-09-22 21:20:17 +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 handle negative float and double values similar to how this is done for 2003-10-26 00:03:16 +00:00
gimpconfig-serialize.h removed function gimp_config_serialize_comment()... 2003-10-12 01:49:51 +00:00
gimpconfig-utils.c app/app-docs.sgml updated. 2003-10-25 20:32:10 +00:00
gimpconfig-utils.h make it a two-way connection and added a property_name parameter so it can 2003-10-25 17:25:34 +00:00
gimpconfigwriter.c fixed dependencies for test-config. 2003-10-12 16:46:50 +00:00
gimpconfigwriter.h fixed dependencies for test-config. 2003-10-12 16:46:50 +00:00
gimpscanner.c workaround for GLib bug #116617: set GimpConfigError before calling 2003-09-23 15:22:30 +00:00
gimpscanner.h include <libgimpmath/gimpmathtypes.h>. 2003-07-07 16:22:45 +00:00