gimp/app/actions
Sven Neumann 89cf45541a app/widgets/Makefile.am app/widgets/widgets-types.h removed GimpEnumMenu.
2004-04-18  Sven Neumann  <sven@gimp.org>

	* app/widgets/Makefile.am
	* app/widgets/widgets-types.h
	* app/widgets/gimpenummenu.[ch]: removed GimpEnumMenu.

	* app/widgets/gimpenumwidgets.[ch]: moved widget constructors that
	don't use GimpEnumMenu from gimpenummenu.[ch] to these new files.

	* app/widgets/gimpenumcombobox.[ch]: added a GtkComboBox widget
	using GimpEnumStore; replaces GimpEnumMenu.

	* app/widgets/gimpenumstore.[ch]: added new function
	gimp_enum_store_lookup_by_value().

	* app/widgets/gimppropwidgets.[ch]: replaced
	gimp_prop_enum_option_menu_new() with gimp_prop_enum_combo_box_new().

	* app/gui/brush-select.[ch]
	* app/gui/convert-dialog.c
	* app/gui/layers-commands.c
	* app/gui/preferences-dialog.c
	* app/gui/resize-dialog.c
	* app/tools/gimpblendoptions.c
	* app/tools/gimpcolorbalancetool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpcurvestool.c
	* app/tools/gimplevelstool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimppaintoptions-gui.c
	* app/tools/gimpselectionoptions.c
	* app/tools/gimptransformoptions.c
	* app/widgets/gimpcolorframe.c
	* app/widgets/gimpeditor.c
	* app/widgets/gimpgrideditor.c
	* app/widgets/gimphistogrameditor.c
	* app/widgets/gimpstrokeeditor.c
	* app/widgets/gimptemplateeditor.c
	* app/widgets/gimptexteditor.c: ported to GimpEnumComboBox.
2004-04-18 15:12:42 +00:00
..
buffers-commands.c Use the global <Image> accel_group in all docks except the toolbox (the 2004-01-31 20:23:53 +00:00
buffers-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
channels-commands.c app/gui/channels-commands.c app/gui/layers-commands.c 2004-03-17 16:45:18 +00:00
channels-commands.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
colormap-commands.c Cleaned up all places which pick colors to work consistently: the concept 2003-09-26 13:33:54 +00:00
colormap-commands.h Fix for bug #122695: 2003-09-19 11:40:12 +00:00
colormap-editor-commands.c Cleaned up all places which pick colors to work consistently: the concept 2003-09-26 13:33:54 +00:00
colormap-editor-commands.h Fix for bug #122695: 2003-09-19 11:40:12 +00:00
data-commands.c Use the global <Image> accel_group in all docks except the toolbox (the 2004-01-31 20:23:53 +00:00
data-commands.h the active_tool may change in the middle of gdisplay_canvas_events(), so 2001-07-08 21:44:52 +00:00
debug-commands.c removed trailing whitespace. 2004-02-05 12:52:35 +00:00
debug-commands.h corrected #define for the debug menu. 2004-03-21 13:39:22 +00:00
dialogs-commands.c replaced the indexed palette in the default "Layers, Channels, Paths"-Dock 2004-01-21 23:48:38 +00:00
dialogs-commands.h removed the "Move to Screen" hack. 2003-11-10 00:24:33 +00:00
documents-commands.c Use the global <Image> accel_group in all docks except the toolbox (the 2004-01-31 20:23:53 +00:00
documents-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
drawable-commands.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
drawable-commands.h added new enum GimpRotationType. 2003-05-20 10:36:29 +00:00
edit-commands.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
edit-commands.h converted tabs to spaces. 2004-01-16 10:06:19 +00:00
error-console-commands.c Cleaned up and improved the message system: 2003-06-13 14:37:00 +00:00
error-console-commands.h Cleaned up and improved the message system: 2003-06-13 14:37:00 +00:00
file-commands.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
file-commands.h app/widgets/Makefile.am app/widgets/widgets-types.h new widget swallowing 2004-02-27 14:20:19 +00:00
fonts-commands.c added gimp_container_freeze() / _thaw() around font list reloading. 2003-10-18 16:23:15 +00:00
fonts-commands.h added gimp_container_freeze() / _thaw() around font list reloading. 2003-10-18 16:23:15 +00:00
gradient-editor-commands.c marked new strings for translation. 2004-03-04 16:10:57 +00:00
gradient-editor-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
gradients-commands.c derive it from GtkFileChooser instead of GtkFileSelection. 2004-04-15 16:28:26 +00:00
gradients-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
help-commands.c stop using the deprecated GtkTipsQuery widget for context help and 2003-10-27 10:56:06 +00:00
help-commands.h app/gui/Makefile.am removed... 2002-03-20 20:08:19 +00:00
image-commands.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
image-commands.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
images-commands.c app/gui/dialogs-constructors.c app/gui/images-commands.[ch] implemented 2003-11-16 12:07:03 +00:00
images-commands.h app/gui/dialogs-constructors.c app/gui/images-commands.[ch] implemented 2003-11-16 12:07:03 +00:00
layers-commands.c app/widgets/Makefile.am app/widgets/widgets-types.h removed GimpEnumMenu. 2004-04-18 15:12:42 +00:00
layers-commands.h Allow invoking the text tool by double clicking a text layer in the layers 2004-01-13 19:08:16 +00:00
palette-editor-commands.c Cleaned up all places which pick colors to work consistently: the concept 2003-09-26 13:33:54 +00:00
palette-editor-commands.h Cleaned up all places which pick colors to work consistently: the concept 2003-09-26 13:33:54 +00:00
palettes-commands.c libgimpwidgets/gimpquerybox.c configure the labels in the message dialog 2003-11-14 15:33:40 +00:00
palettes-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
plug-in-commands.c Context cleanup continued: 2004-04-15 13:10:51 +00:00
plug-in-commands.h badly chopped into the new files below. Pass around much more "PlugIn" and 2002-03-20 17:46:13 +00:00
qmask-commands.c new function which returns the image's QMask. 2004-02-19 13:18:24 +00:00
qmask-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
quick-mask-commands.c new function which returns the image's QMask. 2004-02-19 13:18:24 +00:00
quick-mask-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
select-commands.c Get rid of the "current_context" which was in fact just a bunch of global 2004-04-14 23:37:34 +00:00
select-commands.h new callbacks to convert the current vector to the selection. 2004-03-20 16:14:49 +00:00
templates-commands.c To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
templates-commands.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
tool-options-commands.c Use the global <Image> accel_group in all docks except the toolbox (the 2004-01-31 20:23:53 +00:00
tool-options-commands.h added a "Rename Saved Options" submenu and factored on-the-fly submenu 2003-09-30 18:33:46 +00:00
tools-commands.c Use the global <Image> accel_group in all docks except the toolbox (the 2004-01-31 20:23:53 +00:00
tools-commands.h app/display/gimpdisplayshell-callbacks.[ch] override 2003-02-25 19:12:11 +00:00
vectors-commands.c derive it from GtkFileChooser instead of GtkFileSelection. 2004-04-15 16:28:26 +00:00
vectors-commands.h To be multihead safe, each new window or menu needs to be associated with 2003-11-08 15:29:47 +00:00
view-commands.c Use the global <Image> accel_group in all docks except the toolbox (the 2004-01-31 20:23:53 +00:00
view-commands.h Store the zoom factor as float, not as a ratio. 2004-01-29 22:22:29 +00:00