gimp/app/gui
Michael Natterer a6d87e4b98 changed all menus_get_*() functions to return the GtkItemFactory, not
2001-04-15  Michael Natterer  <mitch@gimp.org>

	* app/menus.[ch]: changed all menus_get_*() functions to return
	the GtkItemFactory, not separate widget, and accel_group
	pointers. Disabled automatic tearoff item creation for all
	factories axcept the toolbox and image factory.

	* app/channels_dialog.c
	* app/file-open.c
	* app/file-save.c
	* app/interface.c
	* app/layers_dialog.c
	* app/paths_dialog.c
	* app/toolbox.c: changed accordingly.
2001-04-15 18:01:57 +00:00
..
.cvsignore configure.in app/Makefile.am new directory which will contain all gui code 2001-04-14 15:21:45 +00:00
about-dialog.c Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
about-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
brush-editor.c gimp.m4 removed. 2001-02-19 00:05:03 +00:00
brush-editor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
brush-select.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
brush-select.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
channels-dialog.c changed all menus_get_*() functions to return the GtkItemFactory, not 2001-04-15 18:01:57 +00:00
channels-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color-area.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
color-area.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color-notebook.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
color-notebook.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
color-select.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
color-select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
colormap-dialog.c removed the ID system from the pdb/ subdir... 2001-04-13 14:50:43 +00:00
colormap-dialog.h renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
commands.c app/fileops.[ch] removed... 2001-03-30 13:31:41 +00:00
commands.h app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
device-status-dialog.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
dialogs-commands.c added some more dialog types. 2001-04-14 16:37:28 +00:00
dialogs-commands.h configure.in app/Makefile.am new directory which will contain all gui code 2001-04-14 15:21:45 +00:00
dialogs-constructors.c grouped the files together which will go to gui/. 2001-04-15 16:16:13 +00:00
dialogs-constructors.h grouped the files together which will go to gui/. 2001-04-15 16:16:13 +00:00
dialogs.c grouped the files together which will go to gui/. 2001-04-15 16:16:13 +00:00
dialogs.h configure.in app/Makefile.am new directory which will contain all gui code 2001-04-14 15:21:45 +00:00
file-new-dialog.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
file-new-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gradient-editor.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
gradient-editor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
gradient-select.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
gradient-select.h added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
help-commands.c app/fileops.[ch] removed... 2001-03-30 13:31:41 +00:00
help-commands.h app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
indicator-area.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
indicator-area.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
info-dialog.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
info-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
info-window.c removed the ID system from the pdb/ subdir... 2001-04-13 14:50:43 +00:00
info-window.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
input-dialog.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
layer-select.c app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
layer-select.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
layers-dialog.c changed all menus_get_*() functions to return the GtkItemFactory, not 2001-04-15 18:01:57 +00:00
layers-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
Makefile.am app/Makefile.am removed 2001-04-15 17:03:52 +00:00
menus.c changed all menus_get_*() functions to return the GtkItemFactory, not 2001-04-15 18:01:57 +00:00
menus.h changed all menus_get_*() functions to return the GtkItemFactory, not 2001-04-15 18:01:57 +00:00
module-browser.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
module-browser.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
palette-editor.c app/Makefile.am removed 2001-04-15 17:03:52 +00:00
palette-editor.h app/Makefile.am removed 2001-04-15 17:03:52 +00:00
palette-import-dialog.c removed the ID system from the pdb/ subdir... 2001-04-13 14:50:43 +00:00
palette-import-dialog.h app/Makefile.am moved the palette_import dialog to it's own file. 2001-01-21 21:29:31 +00:00
palette-select.c app/Makefile.am removed 2001-04-15 17:03:52 +00:00
palette-select.h Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
paths-dialog.c changed all menus_get_*() functions to return the GtkItemFactory, not 2001-04-15 18:01:57 +00:00
paths-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
pattern-select.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
pattern-select.h app/brush_select.[ch] removed almost all code by using the 2001-02-12 18:05:12 +00:00
plug-in-commands.c removed the ID system from the pdb/ subdir... 2001-04-13 14:50:43 +00:00
plug-in-menus.c removed the ID system from the pdb/ subdir... 2001-04-13 14:50:43 +00:00
preferences-dialog.c applied a patch from David Odin <David.Odin@bigfoot.com> that fixes a typo 2001-03-04 11:08:09 +00:00
preferences-dialog.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
qmask-commands.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
resize-dialog.c app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
resize-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
resolution-calibrate-dialog.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
resolution-calibrate-dialog.h really add the new files 2000-09-25 01:31:48 +00:00
session.c factored the color parsing code out to the new function parse_color() and 2001-01-17 00:00:15 +00:00
session.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
test-commands.c grouped the files together which will go to gui/. 2001-04-15 16:16:13 +00:00
test-commands.h app/Makefile.am app/apptypes.h new object (the notebook separated out of 2001-04-10 16:03:40 +00:00
tips-dialog.c app/Makefile.am app/pixmaps.h removed some data files from app/ 2001-02-23 01:08:07 +00:00
tips-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
tool-options-dialog.c configure.in new directory containing all widgets. Some of them will go to 2001-04-11 01:13:53 +00:00
tool-options-dialog.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
toolbox.c changed all menus_get_*() functions to return the GtkItemFactory, not 2001-04-15 18:01:57 +00:00
toolbox.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
user-install-dialog.c added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
user-install-dialog.h new files. Code for the resolution calibration dialog that used to live in 2000-09-25 01:27:47 +00:00