gimp/libgimpconfig
Michael Natterer 486aed8e0d added "gboolean allow_percent" to gimp_param_spec_unit() and to the
2003-07-17  Michael Natterer  <mitch@gimp.org>

	* app/config/gimpconfig-params.[ch]: added "gboolean allow_percent"
	to gimp_param_spec_unit() and to the GIMP_CONFIG_INSTALL_PROP_UNIT()
	macro. Changed value validation accordingly.

	* app/config/gimpconfig-types.c (string_to_unit): parse "percent"
	correctly.

	* app/widgets/gimppropwidgets.c (gimp_prop_unit_menu_new): show
	the "Percent" menu entry if the param_spec allows percent.

	* app/config/gimpcoreconfig.c
	* app/core/gimpgrid.c
	* app/core/gimptemplate.c
	* app/text/gimptext.c: pass FALSE to disallow percent.

	* app/paint/gimppaintoptions.c
	* app/tools/gimpselectionoptions.c: pass TRUE. Brings back the
	percent feature for fade_length, gradient_length and fixed_size
	rect/ellipse select.

	* app/tools/gimpbucketfilloptions.c
	* app/tools/gimpmagnifyoptions.c
	* app/tools/gimpselectionoptions.c
	* app/tools/gimptransformoptions.c: don't call the the reset()
	functions from the GUI constructors (and reset the options just
	deserialized from disk). Instead, added set_defaults() functions
	which do everything the old reset() functions did (except
	upchaining) and call set_defaults() from reset() and from the GUI
	constructors.
2003-07-17 15:22:21 +00:00
..
gimpconfig-deserialize.c include <libgimpmath/gimpmathtypes.h>. 2003-07-07 16:22:45 +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 don't return stuff from a void function (spotted by Jimmer on #gimp). 2003-07-11 12:22:42 +00:00
gimpconfig-iface.h added new function gimp_config_serialize_to_fd() for the sake of 2003-06-24 19:45:55 +00:00
gimpconfig-params.h added "gboolean allow_percent" to gimp_param_spec_unit() and to the 2003-07-17 15:22:21 +00:00
gimpconfig-path.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 include <libgimpmath/gimpmathtypes.h>. 2003-07-07 16:22:45 +00:00
gimpconfig-serialize.h app/config/Makefile.am new files featuring a simple config file writer. 2003-03-05 20:21:50 +00:00
gimpconfig-utils.c made object properties G_PARAM_READWRITE by default. Added flag 2003-04-12 19:06:25 +00:00
gimpconfig-utils.h added the new function gimp_config_string_append_escaped(), see inline 2003-03-17 14:23:42 +00:00
gimpconfigwriter.c app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support 2003-06-23 22:02:56 +00:00
gimpconfigwriter.h app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support 2003-06-23 22:02:56 +00:00
gimpscanner.c include <libgimpmath/gimpmathtypes.h>. 2003-07-07 16:22:45 +00:00
gimpscanner.h include <libgimpmath/gimpmathtypes.h>. 2003-07-07 16:22:45 +00:00