gimp/app/gui
Sven Neumann 80531ec936 added gimp_message_box_repeat().
2004-08-25  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpmessagebox.[ch]: added gimp_message_box_repeat().

	* app/widgets/Makefile.am
	* app/widgets/widgets-types.h
	* app/widgets/gimperrordialog.[ch]: added new dialog that adds a new
	GimpMessageBox for each message added. Fixes bug #92604.

	* app/widgets/gimpwidgets-utils.[ch]: removed old gimp_message_box()
	functionality.

	* app/gui/gui.c (gui_abort): use a GimpMessageBox in a GimpDialog.

	* app/gui/dialogs-constructors.[ch]
	* app/gui/dialogs.c: manage GimpErrorDialog as singleton.

	* app/gui/gui-vtable.c (gui_message): use the new error dialog.

	* app/core/gimp-gui.c (gimp_message): substitue "GIMP" for a NULL
	domain.

	* app/widgets/gimperrorconsole.c (gimp_error_console_add): fail
	when being called with a NULL domain.
2004-08-25 17:58:52 +00:00
..
.cvsignore configure.in app/Makefile.am new directory which will contain all gui code 2001-04-14 15:21:45 +00:00
Makefile.am removed the quit dialog code here. 2004-07-09 20:38:35 +00:00
about-dialog.c fixed the fix 2004-05-06 14:32:43 +00:00
about-dialog.h app/devices.[ch] app/gui/about-dialog.[ch] app/gui/preferences-dialog.[ch] 2001-04-18 16:39:34 +00:00
authors.h Fixed/Added some UTF-8 encoded names. Please speak up if I did mess up 2003-10-25 23:39:51 +00:00
color-history.c app/gui/color-history.[ch] app/gui/gui.c moved the color history out of 2003-11-13 15:25:38 +00:00
color-history.h app/gui/color-history.[ch] app/gui/gui.c moved the color history out of 2003-11-13 15:25:38 +00:00
color-notebook.c no need to set a size_request here. 2004-08-18 21:50:26 +00:00
color-notebook.h removed color_notebook_new() and renamed color_notebook_viewable_new() to 2003-11-10 17:55:44 +00:00
convert-dialog.c Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
convert-dialog.h Applied (slightly modified) patch from Shlomi Fish which adds a progress 2004-08-09 16:08:36 +00:00
dialogs-constructors.c added gimp_message_box_repeat(). 2004-08-25 17:58:52 +00:00
dialogs-constructors.h added gimp_message_box_repeat(). 2004-08-25 17:58:52 +00:00
dialogs.c added gimp_message_box_repeat(). 2004-08-25 17:58:52 +00:00
dialogs.h Switch from GtkItemFactory to GtkUIManager. The migration is almost 2004-04-29 12:52:29 +00:00
file-dialog-utils.c added help IDs to all actions representing the toplevel popups and menus 2004-05-02 08:56:07 +00:00
file-dialog-utils.h renamed parameters and removed useless #includes. 2004-02-27 14:51:51 +00:00
file-new-dialog.c added some GtkSizeGroups and changed spacings to improve the dialog 2004-05-21 14:17:27 +00:00
file-new-dialog.h added new function gimp_dialog_factory_add_foreign() which adds a dialog 2003-05-02 18:43:15 +00:00
file-open-dialog.c new function which works on all widgets in the dialog except the cancel 2004-08-10 21:20:38 +00:00
file-open-dialog.h app/widgets/Makefile.am app/widgets/widgets-types.h added new widget that 2004-07-16 21:24:39 +00:00
file-open-location-dialog.c app/gui/file-open-location-dialog.c increased horizontal size request to 2004-08-10 23:37:06 +00:00
file-open-location-dialog.h app/Makefile.am app/actions/file-actions.c app/actions/file-commands.[ch] 2004-05-31 14:40:10 +00:00
file-save-dialog.c unset the filename if gtk_file_chooser_set_uri() failed. 2004-08-23 09:32:06 +00:00
file-save-dialog.h app/widgets/Makefile.am app/widgets/widgets-types.h added new widget that 2004-07-16 21:24:39 +00:00
grid-dialog.c libgimpbase/Makefile.am libgimpbase/gimpbase.h libgimpbase/gimpbase.def 2004-07-27 16:39:00 +00:00
grid-dialog.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
gui-types.h removed enum GimpContextSelectType. 2004-06-23 00:23:25 +00:00
gui-vtable.c added gimp_message_box_repeat(). 2004-08-25 17:58:52 +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 added gimp_message_box_repeat(). 2004-08-25 17:58:52 +00:00
gui.h app/Makefile.am new files implementing sanity_check() for run-time 2004-03-30 11:32:21 +00:00
info-dialog.c app/display/gimpdisplayshell-layer-select.c app/display/gimpprogress.c 2004-05-26 13:39:23 +00:00
info-dialog.h renamed info_dialog_popdown() to info_dialog_hide() and 2004-01-21 11:16:57 +00:00
info-window.c app/core/Makefile.am app/core/core-types.h new interface which has 2004-07-13 23:04:05 +00:00
info-window.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
makefile.msc updated app/actions/makefile.msc app/menus/makefile.msc : (new files) 2004-07-11 21:53:17 +00:00
module-browser.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 22:44:04 +00:00
module-browser.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
offset-dialog.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 22:44:04 +00:00
offset-dialog.h renamed convert_to_indexed() to convert_dialog_new() and return the 2004-04-20 13:44:19 +00:00
palette-import-dialog.c app/widgets/gimppreview.c renamed these two files to... 2004-08-24 17:16:46 +00:00
palette-import-dialog.h added -DGDK_PIXBUF_DISABLE_DEPRECATED to CPPFLAGS. 2001-12-17 23:41:01 +00:00
preferences-dialog.c renamed "Cleared saved foobar now" buttons to "Reset saves foobar to 2004-07-29 01:19:12 +00:00
preferences-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
quit-dialog.c put the icon to the right for RTL layouts. 2004-08-24 21:42:29 +00:00
quit-dialog.h removed the quit dialog code here. 2004-07-09 20:38:35 +00:00
resize-dialog.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 22:44:04 +00:00
resize-dialog.h tools/pdbgen/pdb/image.pdb app/pdb/image_cmds.c reverted changes I did to 2004-06-01 22:04:20 +00:00
resolution-calibrate-dialog.c libgimpwidgets/gimpwidgets.[ch] added new utility function 2004-06-21 13:18:50 +00:00
resolution-calibrate-dialog.h removed the monitor calibration from the user installation process. It's 2004-06-09 23:51:06 +00:00
session.c Enabled the various "Clear saved foobar now" buttons in prefs: 2004-07-21 16:11:31 +00:00
session.h Enabled the various "Clear saved foobar now" buttons in prefs: 2004-07-21 16:11:31 +00:00
splash.c moved global variables to a struct and optimized the area exposed from 2004-03-15 16:43:11 +00:00
splash.h splash image for GIMP 2.0 by Jimmac. 2004-03-15 00:17:21 +00:00
stroke-dialog.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 22:44:04 +00:00
stroke-dialog.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
themes.c Fix undefined behaviour. Fixes crash in bringing up the Preferences dialog 2004-01-21 12:03:26 +00:00
themes.h new utility function which takes a filename relative to the theme's root 2003-11-15 17:53:18 +00:00
tips-dialog.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 22:44:04 +00:00
tips-dialog.h Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
tips-parser.c Applied a bunch of AIX portability fixes (bug #148813): 2004-07-30 00:57:22 +00:00
tips-parser.h updated 2002-02-25 18:36:03 +00:00
user-install-dialog.c Applied a bunch of AIX portability fixes (bug #148813): 2004-07-30 00:57:22 +00:00
user-install-dialog.h Cleaned up the app init and exit stuff even more. Also reduces the number 2003-10-02 11:26:26 +00:00