gimp/libgimpconfig
Hans Breuer 7c7ff46cc6 updated
2002-11-30  Hans Breuer  <hans@breuer.org>

	* */makefile.msc */*/makefile.msc : updated

	* themes/Default/images/makefile.msc : new file
	* themes/Default/makefile.msc : removed

	* libgimpwidgets/gimpwidgets.def : updated

	* app/core/core-types.h : renamed PIXELS and POINTS
	to SIZE_* to avoid clashes with system headers
	* app/pdb/text_tool_cmds.c : updated ...
	* tools/pdbgen/enums.py : ... by renaming here too.

	* app/widgets/gimphistogrambox.c : <string.h> for memcpy()
	* app/widgets/gimppropwidgets.c : <string.h> for strlen()

	* app/config/gimpconfig.c : on win32 rename always fails
	if the destination file exists. Delete it first.

	* libgimp/gimp.def : removed all '_'-prefixed exports
	* plug-ins/common/iwarp.c : replace _gimp_layer_copy()
	with gimp_layer_copy(), gimp_layer_add_alpha()

	* libgimp/gimpmisc.c : ported gimp_timer funcs to use
	g_timer to be more portable

	* libgimpbase/gimpdatafiles.c : there are no symlinks on
	win32, inverted to #ifndef G_OS_WIN32 as it was meant.

	* libgimpbase/gimpbase.def libgimpmodule/gimpmodule.def
	  libgimpwidgets/gimpwidgets.def : updated externals

	* plug-ins/common/randomize.c plug-ins/common/sinus.c :
	don't initialize more than the defined struct size

	* plug-ins/common/warp.c : removed unneeded unistd.h and
	signal.h include

	* regexrepl/regexrepl.def : (new file) needed to build
	as DLL
2002-12-01 14:53:17 +00:00
..
gimpconfig-deserialize.c improved error message for the special case of store_unknown_tokens == 2002-11-18 20:19:37 +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 updated 2002-12-01 14:53:17 +00:00
gimpconfig-iface.h s/gimp_config_equal/gimp_config_is_equal_to/ to match the implementation. 2002-11-20 18:52:58 +00:00
gimpconfig-params.h app/config/Makefile.am removed ... ... and readded under this name. 2002-11-28 15:19:19 +00:00
gimpconfig-serialize.c oops 2002-11-28 15:33:15 +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-utils.c added gimp_config_diff() which returns the difference beween two 2002-11-25 13:48:24 +00:00
gimpconfig-utils.h added gimp_config_diff() which returns the difference beween two 2002-11-25 13:48:24 +00:00
gimpscanner.c updated 2002-09-06 22:25:19 +00:00
gimpscanner.h parse sessionrc using GScanner. 2002-06-02 19:48:01 +00:00