gimp/app/xcf
Hans Breuer 37e4b80204 updated
2006-08-15  Hans Breuer  <hans@breuer.org>

	* **/makefile.msc app/gimpcore.def : updated

	* app/xcf/xcf-save.c(1464) : error C2036: 'void *' : unknown size
	pointer arithmetics on void a pointer looks like a GCC extension
	* app/tools/gimpbrightnesscontrasttool.c
	  app/tools/gimpcolorbalancetool.c
	  app/tools/gimphuesaturationtool.c
	  app/tools/gimpcolorizetool.c : #include "core/gimp.h" for gimp_message
	* app/tools/gimpiscissorstool.c : use RINT() rather than rint()
	* app/widgets/gimpcontrollerlist.c : #include "gimpwidgets-utils.h"
	for gimp_show_message_dialog
	* app/core/gimpprogress.c(229) : 'gimp_progress_message' must
	return a value
2006-08-15 15:13:08 +00:00
..
.cvsignore new directory app/xcf/ 2001-07-03 18:38:56 +00:00
Makefile.am app/base/Makefile.am app/composite/*akefile.am app/config/*akefile.am 2005-02-27 13:22:01 +00:00
makefile.msc new file to keep common definitions for the msc build use common 2004-02-07 23:01:33 +00:00
xcf-load.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-08-10 17:10:12 +00:00
xcf-load.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-private.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-08-10 17:10:12 +00:00
xcf-read.c use a signed variable when attempting to skip over unknown properties and 2006-07-10 16:40:26 +00:00
xcf-read.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-save.c updated 2006-08-15 15:13:08 +00:00
xcf-save.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-seek.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-seek.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
xcf-write.c added const qualifiers. 2006-07-11 20:38:32 +00:00
xcf-write.h added const qualifiers. 2006-07-11 20:38:32 +00:00
xcf.c added new function gimp_message() as a replacement for g_message(). Part 2006-08-08 21:06:36 +00:00
xcf.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00