gimp/app/config
Sven Neumann b58e0121af UTF-8 validate the value set using gimprc_set(); mention this in the
2003-09-22  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/gimprc.pdb: UTF-8 validate the value set using
	gimprc_set(); mention this in the documentation.

	* app/pdb/gimprc_cmds.c
	* libgimp/gimpgimprc_pdb.c: regenerated.

	* app/config/gimpconfig-path.c (gimp_config_path_expand): added
	inline docs since this function is really not self-explanatory.
2003-09-22 21:20:17 +00:00
..
.cvsignore Changed my mind again and decided that gimpconfig-dump should create 2003-01-13 10:57:40 +00:00
Makefile.am app/config/Makefile.am app/config/config-types.h new files that hold a 2003-09-15 15:24:52 +00:00
config-types.h app/config/Makefile.am app/config/config-types.h new files that hold a 2003-09-15 15:24:52 +00:00
gimpbaseconfig.c app/gui/edit-commands.c added "Fill with Pattern" menu entry as suggested 2003-07-02 18:01:19 +00:00
gimpbaseconfig.h Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpconfig-deserialize.c app/composite/gimp-composite-generic.c app/composite/gimp-composite-mmx.c 2003-09-16 13:12:50 +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-dump.c removed reference to the "module-load-inhibit" property 2003-09-20 14:54:26 +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-params.c added "gboolean allow_percent" to gimp_param_spec_unit() and to the 2003-07-17 15:22:21 +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 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 app/composite/gimp-composite-generic.c app/composite/gimp-composite-mmx.c 2003-09-16 13:12:50 +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-types.c added "gboolean allow_percent" to gimp_param_spec_unit() and to the 2003-07-17 15:22:21 +00:00
gimpconfig-types.h include <libgimpmath/gimpmathtypes.h>. 2003-07-07 16:22:45 +00:00
gimpconfig-utils.c app/config/Makefile.am moved code from gimpconfig.[ch] to these new files. 2003-07-24 14:14:23 +00:00
gimpconfig-utils.h app/config/Makefile.am moved code from gimpconfig.[ch] to these new files. 2003-07-24 14:14:23 +00:00
gimpconfig.c app/config/gimpconfig-deserialize.c app/config/gimpconfig-serialize.c 2003-08-08 19:30:23 +00:00
gimpconfig.h app/config/Makefile.am moved code from gimpconfig.[ch] to these new files. 2003-07-24 14:14:23 +00:00
gimpconfigwriter.c app/config/gimpcoreconfig.[ch] removed "module-load-inhibit" property 2003-09-02 12:55:38 +00:00
gimpconfigwriter.h app/config/gimpcoreconfig.[ch] removed "module-load-inhibit" property 2003-09-02 12:55:38 +00:00
gimpcoreconfig.c app/config/gimpcoreconfig.[ch] removed "module-load-inhibit" property 2003-09-02 12:55:38 +00:00
gimpcoreconfig.h app/config/gimpcoreconfig.[ch] removed "module-load-inhibit" property 2003-09-02 12:55:38 +00:00
gimpdisplayconfig.c app/config/gimpdisplayconfig.[ch] added "gboolean show_brush_outline". 2003-08-19 17:20:05 +00:00
gimpdisplayconfig.h app/config/gimpdisplayconfig.[ch] added "gboolean show_brush_outline". 2003-08-19 17:20:05 +00:00
gimpguiconfig.c Replaced the netscape-dependent web browser plug-in with a user 2003-09-22 20:04:39 +00:00
gimpguiconfig.h Replaced the netscape-dependent web browser plug-in with a user 2003-09-22 20:04:39 +00:00
gimppluginconfig.c always build gimpconfig-dump. 2003-01-11 01:31:22 +00:00
gimppluginconfig.h app/config/gimppluginconfig.[ch] added "script-fu-path" back to gimprc. 2002-12-30 01:28:47 +00:00
gimprc-blurbs.h Replaced the netscape-dependent web browser plug-in with a user 2003-09-22 20:04:39 +00:00
gimprc.c app/config/gimpconfig-deserialize.c app/config/gimpconfig-serialize.c 2003-08-08 19:30:23 +00:00
gimprc.h app/config/Makefile.am new files that define plug-in specific 2002-12-29 23:23:35 +00:00
gimpscanner.c app/config/Makefile.am moved code from gimpconfig.[ch] to these new files. 2003-07-24 14:14:23 +00:00
gimpscanner.h include <libgimpmath/gimpmathtypes.h>. 2003-07-07 16:22:45 +00:00
gimpxmlparser.c changed buffer size and improved encoding detection. 2003-09-16 09:41:56 +00:00
gimpxmlparser.h app/config/Makefile.am app/config/config-types.h new files that hold a 2003-09-15 15:24:52 +00:00
makefile.msc renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
test-config.c app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support 2003-06-23 22:02:56 +00:00