gimp/app/config
Michael Natterer c6948e6e95 configure the scanner the same way GimpConfig did (scanner->user_data is,
2002-05-31  Michael Natterer  <mitch@gimp.org>

	* app/config/gimpscanner.[ch]: configure the scanner the same
	way GimpConfig did (scanner->user_data is, if set, a GError).
	Added gimp_scanner_parse_color(). Added "GError **error" to
	gimp_scanner_new().

	* app/config/gimpconfig.c: use gimp_scanner_new().

	* app/config/gimpconfig-deserialize.c: use gimp_scanner_parse_color().

	* app/core/gimpunits.c
	* app/plug-in/plug-in-rc.c: changed accordingly.

	* app/plug-in/plug-in-rc.c: made the main parse loops consistent
	with the other places using GScanner.
2002-05-31 13:58:18 +00:00
..
.cvsignore check for pkg.m4. 2001-12-09 16:18:15 +00:00
gimpbaseconfig.c derive GIMP_TYPE_MEMSIZE from G_TYPE_ULONG. Should probably be even 2002-05-28 17:53:51 +00:00
gimpbaseconfig.h derive GIMP_TYPE_MEMSIZE from G_TYPE_ULONG. Should probably be even 2002-05-28 17:53:51 +00:00
gimpconfig-deserialize.c configure the scanner the same way GimpConfig did (scanner->user_data is, 2002-05-31 13:58:18 +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-params.c need to link test-config against libgimpcolor now. 2002-05-21 17:33:04 +00:00
gimpconfig-params.h added virtual interface methods serialize_property() and 2002-05-22 13:19:19 +00:00
gimpconfig-serialize.c added "gint nest_level" to the deserialization functions, so nested calls 2002-05-27 14:04:21 +00:00
gimpconfig-serialize.h app/config/gimpconfig.[ch] added "gint indent_level" to all serialization 2002-05-24 02:53:20 +00:00
gimpconfig-substitute.c app/config/gimpconfig-deserialize.c app/config/gimpconfig-params.h 2001-12-13 01:55:37 +00:00
gimpconfig-substitute.h app/config/Makefile.am new files with code to do substitution magic on 2001-12-10 18:31:35 +00:00
gimpconfig-types.c renamed gimp_mem_size_entry_new() to gimp_memsize_entry_new() for 2002-05-29 09:20:56 +00:00
gimpconfig-types.h renamed gimp_mem_size_entry_new() to gimp_memsize_entry_new() for 2002-05-29 09:20:56 +00:00
gimpconfig-utils.c add appconfig.lib. Statically link libgimptool/gimptool.lib. 2002-05-10 23:30:09 +00:00
gimpconfig-utils.h app/config/gimpconfig-serialize.c app/config/gimpconfig-utils.[ch] 2002-05-05 22:11:34 +00:00
gimpconfig.c configure the scanner the same way GimpConfig did (scanner->user_data is, 2002-05-31 13:58:18 +00:00
gimpconfig.h added "gint nest_level" to the deserialization functions, so nested calls 2002-05-27 14:04:21 +00:00
gimpcoreconfig.c added new enum GimpThumbnailSize. 2002-04-29 19:41:45 +00:00
gimpcoreconfig.h added new enum GimpThumbnailSize. 2002-04-29 19:41:45 +00:00
gimpdisplayconfig.c app/gimprc.[ch] app/config/gimpdisplayconfig.[ch] made the string which 2002-02-11 22:39:08 +00:00
gimpdisplayconfig.h app/gimprc.[ch] app/config/gimpdisplayconfig.[ch] made the string which 2002-02-11 22:39:08 +00:00
gimpguiconfig.c derive GIMP_TYPE_MEMSIZE from G_TYPE_ULONG. Should probably be even 2002-05-28 17:53:51 +00:00
gimpguiconfig.h derive GIMP_TYPE_MEMSIZE from G_TYPE_ULONG. Should probably be even 2002-05-28 17:53:51 +00:00
gimprc.c added "gint nest_level" to the deserialization functions, so nested calls 2002-05-27 14:04:21 +00:00
gimprc.h added user_data pointer to serialize and deserialize methods. 2002-05-15 11:59:51 +00:00
gimpscanner.c configure the scanner the same way GimpConfig did (scanner->user_data is, 2002-05-31 13:58:18 +00:00
gimpscanner.h configure the scanner the same way GimpConfig did (scanner->user_data is, 2002-05-31 13:58:18 +00:00
Makefile.am need to link test-config against libgimpcolor now. 2002-05-21 17:33:04 +00:00
makefile.msc add appconfig.lib. Statically link libgimptool/gimptool.lib. 2002-05-10 23:30:09 +00:00
test-config.c app/config/test-config.c use g_error_free() so we crash if our GimpConfig 2002-05-28 18:49:45 +00:00