Gimp/app/gui
Michael Natterer b51d761fcc app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the
2001-03-11  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/apptypes.h
	* app/gimplayerlistview.[ch]: new subclass of GimpDrawableListView
	(the upcoming replacement of the layers dialog). Connects to the
	new GimpLayer signals using the layer container as signal proxy
	(see below).

	* app/gimpcontainerview.[ch]: made "set_container" a virtual
	function.  This is needed by the GimpLayerListView to
	connect/disconnect signals. Subclasses implementing this method
	MUST obey the following order of instructions:

	1. disconnect from signals related to GimpContainerView->container
	2. chain up (!!!)
	3. connect to signals related to GimpContainerView->container

	And yes, I will add DocBook files for all those new objects :)

	* app/gimppreview.[ch]: made "border_color" a GimpRGB instead of
	guchar[3]. Added gimp_preview_set_border_color().

	* app/gimpcontainergridview.c
	* app/gimplayerlistitem.c: use gimp_preview_set_border_color().

	* app/gimpcontainerlistview.c
	* app/gimpdrawablelistview.c: cleanup.

	* app/gimpdrawablelistitem.c: we can safely asume that our parent
	widget is a GimpDrawableListView and use it's "reorder_drawable"
	function pointer (after checking that it's there).

	* app/gimplistitem.c: connect the correct DND type when changing
	the container of a list item with "reorderable" enabled.

	* app/gimplayer.[ch]: added accessors and "*_changed" signals for
	layer->mode, layer->opacity and layer->preserve_trans.

	* app/disp_callbacks.c: fixed a FIXME: use the correct bucket fill
	tool context again.

	* app/tools/paint_options.[ch]: paint_mode_menu_new(): added a
	boolean which toggles the "Behind" item on/off to the same
	constructor can be used for all paint mode menus.

	* app/tools/gimptoolinfo.c: rect. select is the standard tool again.

	* app/brush_select.c
	* app/floating_sel.c
	* app/gimpimage.c
	* app/layers_dialog.c
	* app/pdb/layer_cmds.c
	* app/tools/gimpeditselectiontool.c
	* tools/pdbgen/pdb/layer.pdb: use the new layer accessors and the
	paint_mode_menu constructor.

	* app/commands.c
	* app/gdisplay.c
	* app/menus.c
	* app/undo.c
	* app/tools/gimppainttool.c
	* app/tools/gimptool.c
	* app/tools/paint_options.c
	* app/tools/tool_manager.c: put the #warning's back inside
	#ifdef __GNUC__
2001-03-11 17:24:47 +00:00
..
about-dialog.c Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
about-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
brush-editor.c gimp.m4 removed. 2001-02-19 00:05:03 +00:00
brush-editor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
brush-select.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
brush-select.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
channels-dialog.c removed the layer mask functions. 2001-03-06 13:28:39 +00:00
channels-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color-area.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
color-area.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color-notebook.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
color-notebook.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
color-select.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
color-select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
colormap-dialog.c renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
colormap-dialog.h renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
commands.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
commands.h app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
device-status-dialog.c forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
file-new-dialog.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
file-new-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gradient-editor.c gimp.m4 removed. 2001-02-19 00:05:03 +00:00
gradient-editor.h app/gimpcontainer.[ch] app/gimpcontainergridview.c 2001-02-17 21:20:10 +00:00
gradient-select.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
gradient-select.h added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
help-commands.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
help-commands.h app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
indicator-area.c added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
indicator-area.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
info-dialog.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
info-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
info-window.c app/tools/Makefile.am lots of files renamed to gimp*tool.[ch] 2001-03-08 01:07:03 +00:00
info-window.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
input-dialog.c forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
layer-select.c app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
layer-select.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
layers-dialog.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
layers-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
menus.c app/Makefile.am app/apptypes.h new subclass of GimpDrawableListView (the 2001-03-11 17:24:47 +00:00
menus.h app/gimprc.[ch] app/menus.[ch] added a preferences option to disable 2001-01-02 02:33:43 +00:00
module-browser.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
module-browser.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
palette-editor.c app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch] 2001-02-19 02:17:31 +00:00
palette-editor.h took gimpcontextpreview.[ch] out of the build but still left the sources 2001-02-12 03:27:28 +00:00
palette-import-dialog.c app/Makefile.am new files. The import functions stripped from all UI crap. 2001-02-19 18:07:08 +00:00
palette-import-dialog.h app/Makefile.am moved the palette_import dialog to it's own file. 2001-01-21 21:29:31 +00:00
palette-select.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
palette-select.h Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
paths-dialog.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
paths-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
pattern-select.c added DND source functions which work by GtkType. 2001-02-18 19:44:28 +00:00
pattern-select.h app/brush_select.[ch] removed almost all code by using the 2001-02-12 18:05:12 +00:00
plug-in-commands.c app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
plug-in-menus.c app/gradient_editor.[ch] use GimpContainerListView instead of cooking an 2001-02-13 00:12:15 +00:00
preferences-dialog.c applied a patch from David Odin <David.Odin@bigfoot.com> that fixes a typo 2001-03-04 11:08:09 +00:00
preferences-dialog.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
qmask-commands.c removed the layer mask functions. 2001-03-06 13:28:39 +00:00
resize-dialog.c app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
resize-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
resolution-calibrate-dialog.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
resolution-calibrate-dialog.h really add the new files 2000-09-25 01:31:48 +00:00
session.c factored the color parsing code out to the new function parse_color() and 2001-01-17 00:00:15 +00:00
session.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
test-commands.c removed the layer mask functions. 2001-03-06 13:28:39 +00:00
test-commands.h app/apptypes.h app/Makefile.am new widget. The upcoming replacement for 2001-02-27 14:14:13 +00:00
tips-dialog.c app/Makefile.am app/pixmaps.h removed some data files from app/ 2001-02-23 01:08:07 +00:00
tips-dialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
tool-options-dialog.c app/tools/Makefile.am lots of files renamed to gimp*tool.[ch] 2001-03-08 01:07:03 +00:00
tool-options-dialog.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
toolbox.c app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
toolbox.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
user-install-dialog.c added a note about apptype.h and about not including headers in headers. 2001-02-14 14:57:14 +00:00
user-install-dialog.h new files. Code for the resolution calibration dialog that used to live in 2000-09-25 01:27:47 +00:00