gimp/app/widgets
Michael Natterer a11f33345d The GIMP Help System part II: press "F1" while browsing a menu to show the
1999-10-03  Michael Natterer  <mitch@gimp.org>

	The GIMP Help System part II: press "F1" while browsing a menu
	to show the help page for the menu entry you're currently over
	with the mouse.

	* app/color_notebook.c: all color selectors have to register with
	a help page now.

	* app/color_select.[ch]: register with a help string. Removed
	the dialog part of the files because it's use was deprecated
	anyway (use color notebooks instead).

	* app/colormap_dialog.i.c
	* app/colormap_dialog.p.h
	* app/palette.c
	* app/palette_select.c: use a color notebook instead of a color
	selector.

	* app/gimphelp.c
	* app/gimpui.c: minor changes.

	* app/gimprc.c: "use help" defaults to TRUE now.

	* app/lc_dialog.c
	* app/lc_dialogP.h: a special help function which shows the help
	for the currently selected notebook page.

	* app/menus.c: some weird code which catches "key_press_event"
	in all menu shells and pops up the corresp. help page for the
	selected item. Embedded the GtkItemFactoryEntry in a new
	GimpItemFactoryEntry to allow a help path to be stored.
	Will be partially exported and moved to gimphelp.[ch] later to
	catch key_press for plug-in menu items (don't try this now ;-)

	* app/app_procs.c
	* app/brush_edit.c
	* app/brush_select.c
	* app/channel_ops.c
	* app/channels_dialog.c
	* app/commands.c
	* app/convert.c
	* app/devices.c
	* app/file_new_dialog.c
	* app/fileops.c
	* app/gdisplay.c
	* app/gdisplay_color.c
	* app/gdisplay_color_ui.c
	* app/gdisplay_ops.c
	* app/global_edit.c
	* app/gradient.c
	* app/gradient_select.c
	* app/interface.c
	* app/layers_dialog.c
	* app/module_db.c
	* app/paths_dialog.c
	* app/pattern_select.c
	* app/preferences_dialog.c
	* app/qmask.c
	* app/resize.c
	* app/undo_history.c: changed all dialog constructors to point
	to the right place in the new help file structure.

	* configure.in
	* help/*: the basic new help file structure.

	* modules/colorsel_gtk.c
	* modules/colorsel_triangle.c
	* modules/colorsel_water.c: register a help page.

	* plug-ins/helpbrowser/helpbrowser.c: load the help files
	according to the new help file structure.
1999-10-03 13:50:19 +00:00
..
gimpbrusheditor.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpbrusheditor.h Allow the user to change a brush's name. 1999-08-30 10:51:01 +00:00
gimpcolordialog.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpcolordialog.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
gimpcolordisplayeditor.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpcolormapeditor.c version number bump 1999-08-22 00:39:51 +00:00
gimpcolormapeditor.h version number bump 1999-08-22 00:39:51 +00:00
gimpcolorpanel.c user_install added gimpressionist, levels, and curves dirs 1999-08-27 21:06:00 +00:00
gimpcolorpanel.h new function color_panel_set_color(). 1999-08-24 02:52:40 +00:00
gimpcursor.c applied patches 1999-09-26 04:53:59 +00:00
gimpcursor.h Change the GDK_WINDOWING_* stuff to be buildable with current CVS gtk+ 1999-10-03 00:43:05 +00:00
gimpdeviceinfo.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpdevices.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpdevices.h app/colormaps.c app/devices.h minor cleanups 1999-01-14 00:17:13 +00:00
gimpdnd.c more dnd 1999-09-04 14:56:50 +00:00
gimpdnd.h more dnd 1999-09-04 14:56:50 +00:00
gimpgradienteditor.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpgradienteditor.h gave parasite undo a MISC_UNDO class for now so it compiles 1999-04-23 20:54:02 +00:00
gimphelp.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimphelp.h app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
gimphistogramview.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimphistogramview.h added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpitemfactory.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpitemfactory.h i18n patch from Daniel Egger 1999-09-23 11:49:16 +00:00
gimppaletteeditor.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimppaletteeditor.h #include <gtk/gtk.h> 1999-04-04 07:12:22 +00:00
gimptoolbox-color-area.c app/channels_dialog.c app/color_area.c app/color_panel.c 1999-08-24 00:36:57 +00:00
gimptoolbox-color-area.h app/color_area.[ch] app/color_panel.[ch] enabled dnd for colors 1999-08-22 11:45:31 +00:00
gimptoolbox-indicator-area.c made dnd work for brushes and patterns. 1999-09-05 10:45:07 +00:00
gimptoolbox-indicator-area.h added gradient preview to the toolbox. 1999-09-01 11:29:39 +00:00
gimpwidgets-utils.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
gimpwidgets-utils.h app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
gtkhwrapbox.c gle sync 1999-09-04 06:29:10 +00:00
gtkhwrapbox.h new vwrapbox stuff 1999-09-03 00:15:11 +00:00
gtkvwrapbox.c gle sync 1999-09-04 06:29:10 +00:00
gtkvwrapbox.h new vwrapbox stuff 1999-09-03 00:15:11 +00:00
gtkwrapbox.c gle sync 1999-09-04 06:29:10 +00:00
gtkwrapbox.h gle sync 1999-09-04 06:29:10 +00:00