gimp/app/actions
Michael Natterer 6fabca2e17 Added configurable styles for dockable tabs (fixes bug #87376):
2003-07-08  Michael Natterer  <mitch@gimp.org>

	Added configurable styles for dockable tabs (fixes bug #87376):

	* app/widgets/widgets-enums.[ch]: added new enum GimpTabStyle
	which can be one on { ICON, NAME, ICON_NAME, ICON_BLURB }.

	* app/widgets/gimpdockable.[ch]: added a GimpTabStyle member to
	the GimpDockable struct which defaults to GIMP_TAB_STYLE_ICON.
	Renamed "short_name" to "name" and "name" to "blurb". Renamed
	GimpDockableGetTabFunc to GimpDockableGetIconFunc. Implemented all
	tab styles in gimp_dockable_real_get_tab_widget() and use the
	"get_icon_func" only for creating the tab's icon, not the entire
	tab widget.

	* app/widgets/gimpdockbook.[ch]: changed accordingly. Create the
	menu widgets and the DND icon using gimp_dockable_get_tab_widget()
	with tab_style == GIMP_TAB_STYLE_ICON_BLURB instead of duplicating
	tons of code. Made gimp_dockbook_get_tab_widget() public because
	it's needed for exchanging tabs on-the-fly.

	* app/widgets/gimpimagedock.c: changed accordingly.

	* app/widgets/gimpdialogfactory.c: remember the dockables' tab
	style in sessionrc.

	* app/gui/dialogs-menu.c: added a submenu to select the tab style
	for each dockable.

	* app/gui/dialogs-commands.[ch]: new callback
	dialogs_tab_style_cmd_callback().

	* app/gui/dialogs-constructors.[ch]: added stock_ids to all
	dockables, swapped the "name" and "blurb" parameters, reordered
	functions, cleanup.

	* app/gui/dialogs-menu.c
	* app/gui/image-menu.c
	* app/gui/toolbox-menu.c: use GIMP_STOCK_DEFAULT_COLORS for the
	color editor dockable and renamed it to "FG/BG Color".
2003-07-08 15:07:56 +00:00
..
buffers-commands.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 added "gboolean push_undo" to GimpItem::translate() and don't push and 2003-05-09 13:05:37 +00:00
channels-commands.h added descriptions to the GimpChannelType enum. 2003-03-12 17:12:01 +00:00
colormap-commands.c added dialog_factory and dialog_identifier parameters to the constructors 2003-05-16 11:53:50 +00:00
colormap-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
colormap-editor-commands.c added dialog_factory and dialog_identifier parameters to the constructors 2003-05-16 11:53:50 +00:00
colormap-editor-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
data-commands.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
debug-commands.h Move away from creating all item_factories statically in menus_init() but 2003-01-10 17:55:53 +00:00
dialogs-commands.c Added configurable styles for dockable tabs (fixes bug #87376): 2003-07-08 15:07:56 +00:00
dialogs-commands.h Added configurable styles for dockable tabs (fixes bug #87376): 2003-07-08 15:07:56 +00:00
documents-commands.c added gimp_list_uniquefy_name() utility function. 2003-04-06 11:21:56 +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 don't default to clip_result == TRUE (unlike the other transform 2003-05-20 15:26:38 +00:00
drawable-commands.h added new enum GimpRotationType. 2003-05-20 10:36:29 +00:00
edit-commands.c app/gui/edit-commands.c added "Fill with Pattern" menu entry as suggested 2003-07-02 18:01:19 +00:00
edit-commands.h app/Makefile.am removed. 2001-06-26 12:09:43 +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 warn if the image has no active drawable instead of silently returning. 2003-07-08 08:34:18 +00:00
file-commands.h Added preliminary support for image templates. Not finished yet. Addresses 2003-04-03 17:50:56 +00:00
gradient-editor-commands.c added dialog_factory and dialog_identifier parameters to the constructors 2003-05-16 11:53:50 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +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 devel-docs/Makefile.am new file documenting the core's include policy. 2002-05-03 12:45:22 +00:00
help-commands.h app/gui/Makefile.am removed... 2002-03-20 20:08:19 +00:00
image-commands.c fixed offset calculation for 90 and 270 degree rotations. 2003-06-03 16:42:46 +00:00
image-commands.h added new enum GimpRotationType. 2003-05-20 10:36:29 +00:00
images-commands.c app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
images-commands.h app/gui/brushes-menu.[ch] app/gui/buffers-menu.[ch] 2003-01-13 14:08:10 +00:00
layers-commands.c use gtk_label_set_text_with_mnemonic() instead of just 2003-06-06 10:30:14 +00:00
layers-commands.h use gtk_label_set_text_with_mnemonic() instead of just 2003-06-06 10:30:14 +00:00
palette-editor-commands.c app/widgets/gimppaletteeditor.[ch] app/gui/palette-editor-commands.[ch] 2003-05-26 14:56:57 +00:00
palette-editor-commands.h app/widgets/gimppaletteeditor.[ch] app/gui/palette-editor-commands.[ch] 2003-05-26 14:56:57 +00:00
palettes-commands.c Makefile.am removed this header file. 2003-03-25 16:38:19 +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 pass the gdisp_ID to plug_in_run() again. Broke this with my last 2003-06-20 14:05:17 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +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 Makefile.am removed this header file. 2003-03-25 16:38:19 +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 switch to the "Channels" tab after adding the new channel. Fixes bug 2003-05-27 11:28:10 +00:00
select-commands.h app/gui/menus.c added a menu entry that toggles the QuickMask state and 2002-08-27 13:29:47 +00:00
templates-commands.c added new function gimp_dialog_factory_add_foreign() which adds a dialog 2003-05-02 18:43:15 +00:00
templates-commands.h invalidate the preview when the stock_id changes. 2003-04-13 16:25:14 +00:00
tools-commands.c expects the tool identifier as a GQuark now. 2003-06-10 14:31:53 +00:00
tools-commands.h app/display/gimpdisplayshell-callbacks.[ch] override 2003-02-25 19:12:11 +00:00
vectors-commands.c don't mark a string for translation which should never be used. 2003-05-27 12:02:34 +00:00
vectors-commands.h added new function vectors_selection_to_vectors() which invokes the 2003-05-15 14:31:22 +00:00
view-commands.c app/core/gimpimage-undo-push.c (undo_pop_image_grid) ref/unref the grid. 2003-06-23 23:34:50 +00:00
view-commands.h Added a per image configurable grid. 2003-06-23 19:34:48 +00:00