gimp/app
Michael Natterer 8b8442e9f4 app/gui/dialogs-constructors.[ch] app/gui/dialogs.c made the tool options
2002-03-10  Michael Natterer  <mitch@gimp.org>

	* app/gui/dialogs-constructors.[ch]
	* app/gui/dialogs.c
	* app/gui/tool-options-dialog.[ch]: made the tool options dialog
	dockable. Create a fancy tab for it which looks like the old
	dialog header.

	* app/gui/gui.c
	* app/gui/menus.c
	* app/gui/toolbox.c: changed accordingly.

	* app/tools/gimpbucketfilltool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimperasertool.c: moved the tool toggling widgets to
	the top.

	* app/tools/paint_options.c: show the paint mode menu for all
	paint tools but set it insensitive where it makes no sense.
	Reduces flickering and makes the tools' similarity more obvious.

	* app/widgets/gimpdataeditor.c: fixed segfault in
	gimp_data_editor_set_data() (data may be NULL), don't pass NULL to
	gtk_entry_set_text(), make the name entry insensitive if data ==
	NULL.

	* app/widgets/gimpdialogfactory.c: fixed longstanding bug which
	made newly created docks steal the first session entry with a NULL
	widget instead of the first _dock_ session entry with a NULL
	widget. Added even more debugging output. Cleanup.

	* app/widgets/gimpdockbook.c: made the tab/menu widget code more
	general to cover the tool options tab.
2002-03-10 15:05:58 +00:00
..
actions return the crated label from gimp_table_attach_aligned(), doc fixes. 2002-03-08 18:30:40 +00:00
arch/i386/mmx
base app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
config app/gimprc.[ch] app/config/gimpguiconfig.[ch] removed the 2002-02-28 16:55:38 +00:00
core changed gimp_channel_get_color() to not return the color but take a second 2002-03-08 16:34:42 +00:00
dialogs app/gui/dialogs-constructors.[ch] app/gui/dialogs.c made the tool options 2002-03-10 15:05:58 +00:00
display Forgot some gint opacity values: 2002-03-04 14:52:54 +00:00
file app/core/Makefile.am app/core/core-types.h new base class for something 2002-02-25 17:58:50 +00:00
gui app/gui/dialogs-constructors.[ch] app/gui/dialogs.c made the tool options 2002-03-10 15:05:58 +00:00
menus app/gui/dialogs-constructors.[ch] app/gui/dialogs.c made the tool options 2002-03-10 15:05:58 +00:00
paint return the crated label from gimp_table_attach_aligned(), doc fixes. 2002-03-08 18:30:40 +00:00
paint-funcs Implemented #7100 (initialize layer mask with a copy of the image) 2002-02-20 16:15:53 +00:00
pdb Forgot some gint opacity values: 2002-03-04 14:52:54 +00:00
plug-in app/core/Makefile.am app/core/core-types.h new base class for something 2002-02-25 17:58:50 +00:00
tools app/gui/dialogs-constructors.[ch] app/gui/dialogs.c made the tool options 2002-03-10 15:05:58 +00:00
vectors some documentation can't hurt. 2002-02-26 01:06:26 +00:00
widgets app/gui/dialogs-constructors.[ch] app/gui/dialogs.c made the tool options 2002-03-10 15:05:58 +00:00
xcf Forgot some gint opacity values: 2002-03-04 14:52:54 +00:00
.cvsignore Makefile.am configure.in gimp-1.3.pc.in added pkg-config files for 2001-11-25 00:19:38 +00:00
Makefile.am configure.in app/Makefile.am We depend on Libart now. 2002-03-06 20:25:31 +00:00
airbrush.c
app_procs.c themes/Default/images/stock-button-stroke.png 2002-02-27 17:10:42 +00:00
app_procs.h generate app/file/Makefile 2001-10-25 13:30:01 +00:00
appenv.h app/main.c moved "message_handler" from here... 2001-12-01 21:02:34 +00:00
batch.c app/batch.c app/general.c app/core/gimpbrushgenerated.c 2002-02-10 19:51:20 +00:00
batch.h app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
errors.c forgot a "return". 2001-12-01 22:59:48 +00:00
errors.h
general.c app/batch.c app/general.c app/core/gimpbrushgenerated.c 2002-02-10 19:51:20 +00:00
general.h
gimp.rc
gimp.sym
gimphelp.c app/plug-in/Makefile.am new files. Started to split plug-in.c into smaller 2001-12-19 00:13:16 +00:00
gimphelp.h
gimprc.c Use gdouble in a [0.0..1.0] range for opacity values in the whole core's 2002-03-03 17:38:12 +00:00
gimprc.h app/gimprc.[ch] app/config/gimpguiconfig.[ch] removed the 2002-02-28 16:55:38 +00:00
image_map.c Use gdouble in a [0.0..1.0] range for opacity values in the whole core's 2002-03-03 17:38:12 +00:00
image_map.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
libgimp_glue.c libgimpcolor/Makefile.am use GLIB_CFLAGS instead of GTK_CFLAGS. 2001-12-31 01:22:47 +00:00
libgimp_glue.h libgimpcolor/Makefile.am use GLIB_CFLAGS instead of GTK_CFLAGS. 2001-12-31 01:22:47 +00:00
main.c removed INIT_LOCALE() macro. Error out if config.h wasn't included before. 2002-02-18 17:42:17 +00:00
makefile.mingw.in
makefile.msc from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +00:00
nav_window.c derive from GtkDrawingArea instead of deprecated GtkPreview. 2002-01-30 14:54:27 +00:00
nav_window.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
ops_buttons.c app/gimpprogress.c app/nav_window.c app/ops_buttons.c app/undo_history.c 2001-12-29 13:26:29 +00:00
ops_buttons.h
paint_core.h
paint_options.h
path.c include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
path.h
pathP.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
path_bezier.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
path_bezier.h
path_curves.c changed gimp_image_mask_select_channel() to not take "drawable" and 2002-03-03 10:38:37 +00:00
path_curves.h
path_transform.h General undo cleanup: 2002-02-23 17:29:19 +00:00
plug_in_cmds.c
transform_core.c
undo.c renamed undo_push_layer_rename() to undo_push_item_rename(), so 2002-02-26 00:04:55 +00:00
undo.h renamed undo_push_layer_rename() to undo_push_item_rename(), so 2002-02-26 00:04:55 +00:00
undo_history.c General undo cleanup: 2002-02-23 17:29:19 +00:00
undo_history.h
undo_types.h renamed undo_push_layer_rename() to undo_push_item_rename(), so 2002-02-26 00:04:55 +00:00
wilber.ico