gimp/app/widgets
Michael Natterer 7de0a2cbdd removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+
2001-08-07  Michael Natterer  <mitch@gimp.org>

	* app/disp_callbacks.c: removed a gdk_pointer_ungrab(), it was
	only there because of buggy gtk+ 1.2.x. Cosmetic changes.

	* app/undo.c: use G_N_ELEMENTS() instead of
	sizeof(array)/sizeof(element).

	* app/gui/menus.c: more stock icons, moved the item_factory
	creation into the menus_get_foo_factory() functions, use
	G_N_ELEMENTS(). This file badly needs to be spit up...

	* app/core/gimpviewable.[ch]
	* app/widgets/gimpcontainermenu.[ch]
	* app/widgets/gimpcontainerview.[ch]
	* app/widgets/gimplistitem.[ch]
	* app/widgets/gimpmenuitem.[ch]
	* app/widgets/gimppreview.[ch]: replaced tons of signal emissions
	by virtual functions which are *much* faster. Moreover, all of
	them are private implementation bits of the specific class
	hierarchy and are useless or even dangerous to be exposed as
	signals.

	* app/widgets/gimpdrawablelistitem.c: removed the drag_motion()
	implementation as it's already done in the parent class.

	* app/widgets/gimplistitem.[ch]
	* app/widgets/gimplayerlistitem.c: redraw the widget when the
	drop_type has changed. Fixes drop_indicator drawing.
2001-08-07 12:42:23 +00:00
..
.cvsignore Makefile.am pre-commit so yosh knows which files to copy :) 2001-04-10 21:33:09 +00:00
Makefile.am removed GimpFillType. 2001-06-29 19:25:03 +00:00
gimpbrusheditor.c removed g_signal_handlers_disconnect_by_data again. As Owen pointed out, 2001-07-31 11:33:13 +00:00
gimpbrusheditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimpbrushfactoryview.c app/module_db.c app/gui/color-area.c app/widgets/gimpbrushfactoryview.c 2001-07-27 16:08:05 +00:00
gimpbrushfactoryview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpbrushpreview.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpbrushpreview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpbufferpreview.c app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
gimpbufferpreview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpbufferview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpbufferview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpchannellistitem.c app/Makefile.am removed. 2001-07-07 22:49:01 +00:00
gimpchannellistitem.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpchannellistview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpchannellistview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpchanneltreeview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpchanneltreeview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcolordialog.c set the width of the scrollbar slider to the same value as our default 2001-07-30 17:17:36 +00:00
gimpcolordialog.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
gimpcolordisplayeditor.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
gimpcolormapeditor.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcolormapeditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimpcolorpanel.c eek, my last change changed the width of all GtkRange subclasses, not only 2001-07-31 16:55:59 +00:00
gimpcolorpanel.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcomponentlistitem.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpcomponentlistitem.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpconstrainedhwrapbox.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpconstrainedhwrapbox.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcontainereditor.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpcontainereditor.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpcontainergridview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpcontainergridview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcontainerlistview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpcontainerlistview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcontainermenu.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpcontainermenu.h removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpcontainermenuimpl.c replaced some deprecated gdk functions. 2001-07-24 23:11:30 +00:00
gimpcontainermenuimpl.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpcontainerview-utils.c app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimpcontainerview-utils.h some percentage updates. 2001-05-13 12:16:55 +00:00
gimpcontainerview.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpcontainerview.h removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpcursor.c replaced some deprecated gdk functions. 2001-07-24 23:11:30 +00:00
gimpcursor.h app/Makefile.am removed. Stuff now lives in app_procs.[ch] and in 2001-05-13 21:51:20 +00:00
gimpdatafactoryview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpdatafactoryview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdeviceinfo.c build pixmaps/ before libgimpwidgets/. 2001-08-04 14:10:58 +00:00
gimpdevices.c build pixmaps/ before libgimpwidgets/. 2001-08-04 14:10:58 +00:00
gimpdevices.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdialogfactory.c added GTK_DISABLE_COMPAT_H back to CPPFLAGS. 2001-08-01 00:35:59 +00:00
gimpdialogfactory.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdnd.c app/nav_window.c app/user_install.c app/pdb/color_cmds.c 2001-07-25 00:27:41 +00:00
gimpdnd.h app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
gimpdock.c app/module_db.c app/gui/color-area.c app/widgets/gimpbrushfactoryview.c 2001-07-27 16:08:05 +00:00
gimpdock.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdockable.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
gimpdockable.h set style properties for dockables. 2001-08-03 19:43:19 +00:00
gimpdockbook.c build pixmaps/ before libgimpwidgets/. 2001-08-04 14:10:58 +00:00
gimpdockbook.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdrawablelistitem.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpdrawablelistitem.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdrawablelistview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpdrawablelistview.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpdrawablepreview.c app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
gimpdrawablepreview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpdrawabletreeview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpdrawabletreeview.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpgradienteditor.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
gimpgradienteditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimpgradientpreview.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpgradientpreview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimphelp.c set the width of the scrollbar slider to the same value as our default 2001-07-30 17:17:36 +00:00
gimphelp.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimphistogramview.c replaced some deprecated gdk functions. 2001-07-24 23:11:30 +00:00
gimphistogramview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpimagedock.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpimagedock.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpimagepreview.c major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
gimpimagepreview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpitemfactory.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpitemfactory.h app/devices.c app/disp_callbacks.c app/docindex.[ch] app/file-save.c 2001-07-29 14:09:50 +00:00
gimpitemlistview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpitemlistview.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpitemtreeview.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpitemtreeview.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimplayerlistitem.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimplayerlistitem.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimplayerlistview.c cleanup. 2001-08-07 00:06:06 +00:00
gimplayerlistview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimplayertreeview.c cleanup. 2001-08-07 00:06:06 +00:00
gimplayertreeview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimplistitem.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimplistitem.h removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpmenudock.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpmenudock.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpmenuitem.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpmenuitem.h removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpnavigationpreview.c added GTK_DISABLE_COMPAT_H back to CPPFLAGS. 2001-08-01 00:35:59 +00:00
gimpnavigationpreview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpnavigationview.c added GTK_DISABLE_COMPAT_H back to CPPFLAGS. 2001-08-01 00:35:59 +00:00
gimpnavigationview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimppaletteeditor.c set style properties for dockables. 2001-08-03 19:43:19 +00:00
gimppaletteeditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimppalettepreview.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppalettepreview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimppatternpreview.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppatternpreview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimppreview.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimppreview.h removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimppreviewrenderer.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimppreviewrenderer.h removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimppreviewrendererbrush.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppreviewrendererbrush.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimppreviewrendererdrawable.c app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
gimppreviewrendererdrawable.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimppreviewrendererimage.c major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
gimppreviewrendererimage.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimptoolbox-color-area.c app/module_db.c app/gui/color-area.c app/widgets/gimpbrushfactoryview.c 2001-07-27 16:08:05 +00:00
gimptoolbox-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
gimptoolbox-indicator-area.c create/raise the new dialogs, not the old ones when clicking on the 2001-07-26 23:35:00 +00:00
gimptoolbox-indicator-area.h added cmd_callbacks for the toolbox and the preferences dialog. 2001-02-24 02:42:09 +00:00
gimptoolbox.c DIE broken pipe, DIE 2001-08-05 16:08:19 +00:00
gimptoolbox.h removed more GUI initialisation code. 2001-05-01 13:16:59 +00:00
gimptoolinfopreview.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimptoolinfopreview.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimptooloptionseditor.c build pixmaps/ before libgimpwidgets/. 2001-08-04 14:10:58 +00:00
gimpview.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpview.h removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpviewrenderer.c removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpviewrenderer.h removed a gdk_pointer_ungrab(), it was only there because of buggy gtk+ 2001-08-07 12:42:23 +00:00
gimpviewrendererbrush.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpviewrendererbrush.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpviewrendererdrawable.c app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
gimpviewrendererdrawable.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpviewrendererimage.c major cleanup. After being finished, I decided that it needs to be 2001-06-18 13:10:03 +00:00
gimpviewrendererimage.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gimpwidgets-constructors.c app/Makefile.am removed. 2001-05-25 16:04:54 +00:00
gimpwidgets-constructors.h app/Makefile.am removed. 2001-05-25 16:04:54 +00:00
gimpwidgets-utils.c register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gimpwidgets-utils.h register the button icons with GTK_ICON_SIZE_BUTTON, but set them as 2001-08-04 20:38:54 +00:00
gtkhwrapbox.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gtkhwrapbox.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gtkvwrapbox.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gtkvwrapbox.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gtkwrapbox.c Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
gtkwrapbox.h Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
makefile.msc updated for GTK2 build 2001-07-28 19:40:07 +00:00
widgets-types.h removed GimpFillType. 2001-06-29 19:25:03 +00:00