gimp/libgimpconfig
Michael Natterer 0f7ac38682 Bug 684429 - Unable to edit text: error message states "problems..."
This fix is entirely sick, so is our method of serializing units,
which we write out as (unit foo bar) instead of (unit "foo bar"). The
assumption that caused this shit was that a unit's "identifier" is
really an identifier in the C-ish sense, when in fact it's just a
random user entered string.

Here, we try to parse at least the default units shipped with gimp,
and we add code to parse (unit "foo bar") in order to be compatible
with future correct unit serializing.
2012-10-04 23:56:49 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am libgimp*: use GIMP_API_VERSION in Makefile.am instead of hardcoding 2.0 2012-05-04 15:38:45 +02:00
gimpcolorconfig-enums.c libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolorconfig-enums.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcolorconfig.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimpcolorconfig.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-deserialize.c Bug 684429 - Unable to edit text: error message states "problems..." 2012-10-04 23:56:49 +02:00
gimpconfig-deserialize.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-error.c libgimpconfig: move docs from template files to inline comments 2010-06-29 20:59:07 +02:00
gimpconfig-error.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-iface.c libgimpconfig: fix a lot of gtk-doc warnings 2010-06-29 22:19:11 +02:00
gimpconfig-iface.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-params.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-path.c libgimpconfig: support $(gimp_installation_dir) in config paths 2012-05-23 11:50:32 +02:00
gimpconfig-path.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-serialize.c Use GimpValueArray and GimpParamSpecValueArray 2012-05-04 00:51:50 +02:00
gimpconfig-serialize.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-utils.c libgimpconfig: move docs from template files to inline comments 2010-06-29 20:59:07 +02:00
gimpconfig-utils.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig.def libgimpbase: add gimp_scanner_parse_boolean() 2011-11-05 17:02:51 +01:00
gimpconfig.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfigtypes.h libgimpconfig: fix a lot of gtk-doc warnings 2010-06-29 22:19:11 +02:00
gimpconfigwriter.c Doc fixes in both source comments and gtk-doc files 2011-11-25 21:39:55 +01:00
gimpconfigwriter.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpscanner.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimpscanner.h libgimpbase: add gimp_scanner_parse_boolean() 2011-11-05 17:02:51 +01:00