Gimp/app/gui
Michael Natterer b74d256981 changed the "parent context" implementation:
1999-10-19  Michael Natterer  <mitch@gimp.org>

	* gimpcontext.[ch]: changed the "parent context" implementation:

	- Automatically connect/disconnect the "*_changed" signals when
	  changing the parent and when setting the "defined" flag of the
	  attributes.
	- Store the former *_defined booleans in a single guint32.
	- Added generic functions to set the "defined" flags of the
	  attributes and to copy attributes between contexts.

	The contexts now correctly handle disappearing images and
	displays, so we don't have to explicitly reset them any more.

	* context_manager.[ch]: adopted to the changed context
	implementation, connect to the user context's "tool_changed"
	signal to switch the per-tool contexts, don't connect to the
	"removed" signal of the image context.

	* brush_select.c
	* tool_options.c: use LayerModeEffects instead of int when calling
	gimp_context_set_paint_mode().

	* gdisplay.c: no need to reset the active display when deleting it
	because the context connects to the "destroy" signal of the shell
	now.

	* menus.c: a shortcut for the navigation window. Moved
	<Image>/Image/Colors/Desaturate before the separator.

	* tools.c: tools_select(): set the active tool of the user context
	instead of calling a special context manager function.
1999-10-19 15:52:32 +00:00
..
about-dialog.c plug-ins/common/compose.c plug-ins/gimpressionist/gimpressionist.c 1999-10-17 21:07:28 +00:00
about-dialog.h new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
brush-editor.c one more help system update. 1999-10-04 10:02:46 +00:00
brush-editor.h Allow the user to change a brush's name. 1999-08-30 10:51:01 +00:00
brush-select.c changed the "parent context" implementation: 1999-10-19 15:52:32 +00:00
brush-select.h brush pipe animation in the brushes dialog too 1999-09-26 21:16:37 +00:00
channels-dialog.c applied gimp-gosgood-991011-0.patch, so double-clicking on the channel 1999-10-16 09:50:55 +00:00
channels-dialog.h app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
color-area.c app/channels_dialog.c app/color_area.c app/color_panel.c 1999-08-24 00:36:57 +00:00
color-area.h app/color_area.[ch] app/color_panel.[ch] enabled dnd for colors 1999-08-22 11:45:31 +00:00
color-notebook.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
color-notebook.h Bit of a large checkin this - it's basically three things: 1 - GimpModules 1999-01-11 00:57:33 +00:00
color-select.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
color-select.h The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
colormap-dialog.c version number bump 1999-08-22 00:39:51 +00:00
colormap-dialog.h version number bump 1999-08-22 00:39:51 +00:00
commands.c a whole lotta guide fixes 1999-10-13 23:07:45 +00:00
commands.h app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
device-status-dialog.c dnd improvements 1999-10-09 20:33:53 +00:00
file-new-dialog.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
file-new-dialog.h Added new files, the UI independant part of new image dialog. 1999-08-26 04:39:21 +00:00
gradient-editor.c EEEEEEEEEEK!!! 1999-10-04 08:40:33 +00:00
gradient-editor.h gave parasite undo a MISC_UNDO class for now so it compiles 1999-04-23 20:54:02 +00:00
gradient-select.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
help-commands.c a whole lotta guide fixes 1999-10-13 23:07:45 +00:00
help-commands.h app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
indicator-area.c dnd improvements 1999-10-09 20:33:53 +00:00
indicator-area.h added gradient preview to the toolbox. 1999-09-01 11:29:39 +00:00
info-dialog.c app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
info-dialog.h app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
info-window.c app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
info-window.h app/commands.c app/commands.h app/disp_callbacks.c app/gdisplay.c 1999-08-12 22:21:04 +00:00
input-dialog.c dnd improvements 1999-10-09 20:33:53 +00:00
layer-select.c app/brush_select.c app/channels_dialog.c app/disp_callbacks.c 1999-01-10 21:54:02 +00:00
layer-select.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
layers-dialog.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
layers-dialog.h app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
menus.c changed the "parent context" implementation: 1999-10-19 15:52:32 +00:00
menus.h app/fileops.c app/menus.[ch] app/menus.h show a help page for all menu 1999-10-03 16:54:17 +00:00
module-browser.c s/G_HAVE_CYGWIN/G_WITH_CYGWIN/ 1999-10-06 21:27:18 +00:00
module-browser.h *** empty log message *** 1999-04-14 19:51:49 +00:00
palette-editor.c API PATCH #2 or so 1999-10-17 00:07:55 +00:00
palette-editor.h #include <gtk/gtk.h> 1999-04-04 07:12:22 +00:00
palette-select.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
palette-select.h app/palette.c app/palette_select.h app/palette_select.c 1999-01-03 00:12:39 +00:00
paths-dialog.c app/bezier_select.c app/edit_selection.c app/flip_tool.c app/gimage_mask.c 1999-10-18 20:55:25 +00:00
paths-dialog.h app/Makefile.am app/lc_dialog.[ch] app/lc_dialogP.h new files 1999-06-06 17:26:51 +00:00
pattern-select.c fixed a SEGV: The "refresh" callback should call select_pattern(), not 1999-10-16 11:40:39 +00:00
pattern-select.h app/brush_select.c app/brush_select.h app/pattern_select.c delay the popup 1999-05-01 21:37:34 +00:00
plug-in-commands.c Really fixed #2152 this time. Yosh asked me to rename *_OK as PLUG_IN_* 1999-10-19 04:58:17 +00:00
plug-in-menus.c Really fixed #2152 this time. Yosh asked me to rename *_OK as PLUG_IN_* 1999-10-19 04:58:17 +00:00
preferences-dialog.c Recalculate size of ctree in the preferences dialog after adding all 1999-10-14 04:03:46 +00:00
preferences-dialog.h app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
qmask-commands.c The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
resize-dialog.c EEEEEEEEEEK!!! 1999-10-04 08:40:33 +00:00
resize-dialog.h app/Makefile.am app/gimphelp.[ch] new files 1999-09-27 17:58:10 +00:00
session.c Change the GDK_WINDOWING_* stuff to be buildable with current CVS gtk+ 1999-10-03 00:43:05 +00:00
session.h app/gradient.c app/gradient.h app/internal_procs.c app/plug_in.c 1998-10-31 16:22:37 +00:00
tips-dialog.c EEEEEEEEEEK!!! 1999-10-04 08:40:33 +00:00
tips-dialog.h app/colormaps.c app/devices.h minor cleanups 1999-01-14 00:17:13 +00:00
user-install-dialog.c use G_OS_WIN32 and G_HAVE_CYGWIN #defines 1999-10-04 19:26:07 +00:00
user-install-dialog.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00