gimp/app/gui
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 configure.in app/Makefile.am new directory which will contain all gui code 2001-04-14 15:21:45 +00:00
color-history.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
color-history.h app/core/gimp-contexts.c app/core/gimp-documents.c 2005-11-06 22:01:25 +00:00
gui-message.c use the global error dialog if the progress is a GimpProgressDialog. 2006-08-11 11:50:23 +00:00
gui-message.h Make message dialogs transient for the progress window. Addresses bug 2006-07-19 06:50:34 +00:00
gui-types.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
gui-vtable.c app/core/gimp-gui.[ch] renamed gimp_message() to gimp_show_message() 2006-08-08 18:18:40 +00:00
gui-vtable.h Cleaned up the app init and exit stuff even more. Also reduces the number 2003-10-02 11:26:26 +00:00
gui.c INSTALL configure.in relaxed required version for gtk+ to 2.8.17 and pango 2006-07-07 17:54:23 +00:00
gui.h app/app_procs.[ch] app/gui/gui.[ch] simplified initialization by passing 2005-02-08 22:57:24 +00:00
Makefile.am Make message dialogs transient for the progress window. Addresses bug 2006-07-19 06:50:34 +00:00
makefile.msc updated 2006-08-15 15:13:08 +00:00
session.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
session.h Enabled the various "Clear saved foobar now" buttons in prefs: 2004-07-21 16:11:31 +00:00
splash.c unset the test strings after calculating the text color. 2006-07-05 20:05:05 +00:00
splash.h added "be_verbose" parameters and be verbose about which splash image is 2006-07-03 11:03:53 +00:00
themes.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
themes.h G_GNUC_NULL_TERMINATED. 2006-07-05 14:43:14 +00:00