gimp/libgimpcolor
Hans Breuer 787ffe3e93 app/makefile.msc adapted to current state of file renaming/restructuring.
2001-03-16  Hans Breuer  <hans@breuer.org>

	* app/makefile.msc
	* app/tools/makefile.msc : adapted to current state of file
	renaming/restructuring. Probably will break again soon ...

	* app/context_manager.c : needs register_tools () prototype

	* app/gimplist.c
	* app/gimppalette-import.c : #include <string.h> for memcpy, strcmp
	and friends

	* app/pdb/fileops_cmds.c : #include <process.h>	/* for _getpid() */
	(Yes I know that this is not the right place to change it, but hacking
	pdbgen.pl to get platform specific headers is out of my scope)

	* app/test_commands.c : explicit casts to (GimpSetDrawableFunc) make
	it compile even with strict checks turned on.

	* app/undo.c (undo_pop_paint) : return a value even if the function
	does nothing at the moment (makes it compile)

	* libgimp/gimp.def : updated

	* libgimp/gimpcolorselector.h : include <gmodule.h> to make
	gimp_color_selector_(un)register prototypes conform to their
	implementation

	* libgimp/gimpfeatures.h : reflect 1.3 version

	* libgimpmath/gimpmatrix.c
	* libgimpwidgets/gimpdialog.c : more <string.h> inclusion

	* libgimp/makefile.msc : moved gimpadativesupersample.c to
	libgimpcolor, which makes it reusable from the core, too.

	* libgimp/gimp.def : updated

	* libgimp/gimpproceduraledb.c : #include <string.h>

	* libgimpcolor/gimpcolor.def
	* libgimpcolor/makefile.msc : added gimpadaptivesupersample

	* libgimpmath/gimpmatrix.c : #include <string.h> for memcmp
	* libgimpwidgets/gimpdialog.c - " - for strcmp
2001-03-16 19:14:04 +00:00
..
.cvsignore Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
Makefile.am app/channel_ops.c app/channels_dialog.c app/commands.c app/floating_sel.c 2001-02-25 14:37:12 +00:00
gimpadaptivesupersample.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpadaptivesupersample.h libgimp/Makefile.am libgimp/gimp.h libgimp/gimpadaptivesupersample.[ch] 2001-01-23 00:53:12 +00:00
gimpbilinear.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpbilinear.h libgimp/Makefile.am libgimp/gimp.h libgimp/gimpadaptivesupersample.[ch] 2001-01-23 00:53:12 +00:00
gimpcolor.def app/makefile.msc adapted to current state of file renaming/restructuring. 2001-03-16 19:14:04 +00:00
gimpcolor.h Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimpcolorspace.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpcolorspace.h Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimpcolortypes.h Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimphsv.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimphsv.h Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
gimprgb.c app/tools/airbrush.c app/tools/by_color_select.c include 2001-01-24 12:21:50 +00:00
gimprgb.h Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
makefile.mingw.in Makefile.am configure.in added stuff for the new library below. 2001-01-23 18:49:44 +00:00
makefile.msc app/makefile.msc adapted to current state of file renaming/restructuring. 2001-03-16 19:14:04 +00:00