gimp/app/display
Michael Natterer e46eaf8687 Reorganized the core menu items (everything except <Image>/Filters).
1999-11-20  Michael Natterer  <mitch@gimp.org>

	Reorganized the core menu items (everything except
	<Image>/Filters). Everything is of course trivial to change again,
	so please comment on the new "menu feeling" ;-)

	* app/menus.[ch]:

	- Applied the suggestions collected by Olof.
	- Added "..." to all items which open a dialog.
	- Introduced some additional separators (e.g. in "Dialogs").
	- Reorder some plugins and the color correct tools after
	  initialisation.
	- A menu entry to invoke the tooltips inspector.
	- A debugging menu entry which dumps the menu paths and their help
	  pages (will of course go away when the help sys is consistent).

	There are currently two identical "Help" menus because
	<Toolbox>/Help trashes the menu bar if the toolbox is too narrow
	(gtk doesn't seem to support multi-line menubars, any idea?)

	* app/app_procs.c: call menus_reorder_plugins() after loading the
	plugins to beautify the "Xtns" menu.

	* app/commands.[ch]: reordered some functions to match the new
	menu structure (for easier source navigation) and renamed some to
	be consistent (e.g. all help functions are now called help_*).

	Show/Hide the rulers with ordinary gtk_widget_[show|hide]()
	commands. I've tested it several times and it looks exactly the
	same as the old code which used internal gtk knowledge.

	* app/gdisplay.c: applied the menu changes to
	gdisplay_set_menu_sensitivity().

	* app/gimphelp.[ch]: new public function gimp_context_help() which
	invokes the tooltips inspector. Code cleanup.

	* app/resize.c: changed the dialogs' titles to match the menu entries.

	* app/session.c: renamed the gradient selection cmd callback to be
	consistent with brushes/patterns.

	* app/tools.c: added "..." to the menu paths of the tools which
	have dialogs.

	* app/fileops.c
	* app/channels_dialog.c
	* app/layers_dialog.c
	* app/paths_dialog.c: added some "...".

	* plug-ins/common/align_layers.c
	* plug-ins/common/autostretch_hsv.c
	* plug-ins/common/c_astretch.c
	* plug-ins/common/color_enhance.c
	* plug-ins/common/compose.c
	* plug-ins/common/decompose.c
	* plug-ins/common/mail.c
	* plug-ins/common/normalize.c
	* plug-ins/common/threshold_alpha.c
	* plug-ins/dbbrowser/dbbrowser.c
	* plug-ins/fp/fp.c
	* plug-ins/print/print.c
	* plug-ins/rcm/rcm.c: changed the menu paths and added "...".
1999-11-20 12:12:41 +00:00
..
gimpdisplay-callbacks.c app/gimpdnd.c remove the remaining defines of GRAD_CHECK_SIZE and include 1999-10-30 17:49:50 +00:00
gimpdisplay-callbacks.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gimpdisplay-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplay-ops.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpdisplay-ops.h app/[all files with resolution info] libgimp/gimp.h libgimp/gimpimage.c 1999-05-22 17:56:35 +00:00
gimpdisplay-render.c Honest, guv, it's not a feature - it's a tightly integrated package of 1999-09-20 17:15:20 +00:00
gimpdisplay-render.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplay-scale.c 2nd Try.. First failed due to problems at my end.... 1999-11-20 00:46:58 +00:00
gimpdisplay-scale.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplay-scroll.c 2nd Try.. First failed due to problems at my end.... 1999-11-20 00:46:58 +00:00
gimpdisplay-scroll.h app/commands.c app/commands.h app/disp_callbacks.c app/gdisplay.c 1999-08-12 22:21:04 +00:00
gimpdisplay-selection.c app/lc_dialog.c app/selection.c app/color_area.c app/paths_dialog.c 1999-10-27 20:09:46 +00:00
gimpdisplay-selection.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplay.c Reorganized the core menu items (everything except <Image>/Filters). 1999-11-20 12:12:41 +00:00
gimpdisplay.h Reverted my latest change. It disturbed image rendering. 1999-11-06 14:32:21 +00:00
gimpdisplayshell-callbacks.c app/gimpdnd.c remove the remaining defines of GRAD_CHECK_SIZE and include 1999-10-30 17:49:50 +00:00
gimpdisplayshell-callbacks.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gimpdisplayshell-draw.c delay the showing of the full-size pattern, brush or gradient by 150ms as 1999-11-07 19:03:43 +00:00
gimpdisplayshell-draw.h app/brush_select.[ch] app/gradient.c app/gradient_select.[ch] 1999-11-03 09:58:46 +00:00
gimpdisplayshell-filter-dialog.c fixed a crash on Cancel that occured due to bad list handling 1999-11-06 03:03:26 +00:00
gimpdisplayshell-filter-dialog.h Files I should have commited yesterday 1999-08-31 17:53:26 +00:00
gimpdisplayshell-filter.c libgimp/color_display.h add bpl param for convert func 1999-10-05 02:16:59 +00:00
gimpdisplayshell-filter.h use G_OS_WIN32 and G_HAVE_CYGWIN #defines 1999-10-04 19:26:07 +00:00
gimpdisplayshell-layer-select.c app/brush_select.c app/channels_dialog.c app/disp_callbacks.c 1999-01-10 21:54:02 +00:00
gimpdisplayshell-layer-select.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplayshell-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplayshell-qmask.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpdisplayshell-qmask.h ChangeLog app/channel.c app/channel.h app/channel_ops.c 1999-08-07 20:55:26 +00:00
gimpdisplayshell-render.c Honest, guv, it's not a feature - it's a tightly integrated package of 1999-09-20 17:15:20 +00:00
gimpdisplayshell-render.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplayshell-scale.c 2nd Try.. First failed due to problems at my end.... 1999-11-20 00:46:58 +00:00
gimpdisplayshell-scale.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplayshell-scroll.c 2nd Try.. First failed due to problems at my end.... 1999-11-20 00:46:58 +00:00
gimpdisplayshell-scroll.h app/commands.c app/commands.h app/disp_callbacks.c app/gdisplay.c 1999-08-12 22:21:04 +00:00
gimpdisplayshell-selection.c app/lc_dialog.c app/selection.c app/color_area.c app/paths_dialog.c 1999-10-27 20:09:46 +00:00
gimpdisplayshell-selection.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdisplayshell.c delay the showing of the full-size pattern, brush or gradient by 150ms as 1999-11-07 19:03:43 +00:00
gimpdisplayshell.h app/brush_select.[ch] app/gradient.c app/gradient_select.[ch] 1999-11-03 09:58:46 +00:00
gimpnavigationeditor.c 2nd Try.. First failed due to problems at my end.... 1999-11-20 00:46:58 +00:00
gimpnavigationview.c 2nd Try.. First failed due to problems at my end.... 1999-11-20 00:46:58 +00:00
gimpprogress.c app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
gimpprogress.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
gximage.c user_install added gimpressionist, levels, and curves dirs 1999-08-27 21:06:00 +00:00
gximage.h Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +00:00