gimp/app/widgets
Michael Natterer 7125fdbc43 fixed qmask callbacks to check if the toggle is active before performing
2001-11-10  Michael Natterer  <mitch@gimp.org>

	* app/qmask.c: fixed qmask callbacks to check if the toggle is
	active before performing any action.

	* app/core/core-types.h: added the GimpCoords type here because it
	will be used by core functions as soon as the painting stuff is
	separated from the painting tools.

	* app/core/gimpdrawable-bucket-fill.c: fixed g_return_if_fail()s
	to not disable any useful operation :-) Still didn't figure out
	how I broke display color and pattern dropping :-(

	* app/display/gimpdisplayshell.[ch]: added
	gimp_display_shell_[un]transform_coords() which work on two
	GimpCoords pointers.

	* app/display/gimpdisplayshell-callbacks.c: use the new functions
	instead of the gdisplay_* ones.

	* app/gui/image-commands.c: GimpImage emits "disconnect", not
	"destroy".

	* app/tools/tools-types.h
	* app/tools/gimptool.h: removed GimpCoords here.

	* app/tools/gimpconvolvetool.c: fixed modifier_key() implementation.

	* app/tools/gimpcroptool.c: cleanup.

	* app/tools/paint_options.c: don't need a separator in the ink
	tool options.

	* app/tools/gimprectselecttool.c
	* app/tools/selection_options.[ch]: implemented wish #50352:

	Added "Auto Shrink Selection" and "Sample Merged" toggles to
	the rect_select and ellipse_select tools. Put the "Fixed size"
	widgets in a frame. Removed the separators after the common
	selection tool options because I didn't like them any more
	(feel free to comment ;)
2001-11-10 14:17:01 +00:00
..
.cvsignore Makefile.am pre-commit so yosh knows which files to copy :) 2001-04-10 21:33:09 +00:00
Makefile.am app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpbrusheditor.c added -DGDK_DISABLE_DEPRECATED. 2001-09-03 13:03:34 +00:00
gimpbrusheditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimpbrushfactoryview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbrushfactoryview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbrushpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbrushpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpbufferview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpbufferview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchannellistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchanneltreeview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpchanneltreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcolordialog.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpcolordialog.h Made a GimpContainer out of the palette list: 2001-02-11 16:14:25 +00:00
gimpcolordisplayeditor.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpcolormapeditor.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpcolormapeditor.h renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpcolorpanel.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcolorpanel.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcomponentlistitem.c fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpcomponentlistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +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 app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainereditor.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainergridview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainergridview.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainerlistview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainerlistview.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainermenu.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenu.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenuimpl.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainermenuimpl.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainerview-utils.c app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcontainerview-utils.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpcontainerview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpcontainerview.h app/Makefile.am removed. 2001-10-22 17:27:46 +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 app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpdatafactoryview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdeviceinfo.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpdevices.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpdevices.h app/devices.h app/disp_callbacks.c applied a patch from 2001-08-19 11:21:48 +00:00
gimpdialogfactory.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdialogfactory.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdnd.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdnd.h added an entry about "Stroke". 2001-09-19 19:06:36 +00:00
gimpdock.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdock.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockable.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockable.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockbook.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdockbook.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdocumentview.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdocumentview.h app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpdrawablelistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablelistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablelistview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpdrawablelistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablepreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawablepreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpdrawabletreeview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpdrawabletreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpfontselection-dialog.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpfontselection-dialog.h take image resolution and choosen unit into account for font and border 2001-08-14 13:49:21 +00:00
gimpfontselection.c require GTK+-1.3.8 and PangoFT2-0.19. 2001-09-19 14:42:35 +00:00
gimpfontselection.h take image resolution and choosen unit into account for font and border 2001-08-14 13:49:21 +00:00
gimpgradienteditor.c app/colormaps.c app/gdisplay.c app/nav_window.c app/scroll.c 2001-08-31 14:01:47 +00:00
gimpgradienteditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimpgradientpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpgradientpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimphelp.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +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 app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimphistogramview.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpimagedock.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpimagedock.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpimagepreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpimagepreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpitemfactory.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpitemfactory.h added gimp_button_extended_clicked() which emits the resp. signal. 2001-10-24 11:23:50 +00:00
gimpitemlistview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpitemlistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpitemtreeview.c app/Makefile.am removed. 2001-10-22 17:27:46 +00:00
gimpitemtreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayerlistview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayertreeview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplayertreeview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplistitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimplistitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenudock.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenudock.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenuitem.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpmenuitem.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpnavigationview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppaletteeditor.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimppaletteeditor.h don't use the global "the_gimp" variable. 2001-07-15 14:32:44 +00:00
gimppalettepreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppalettepreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppatternpreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppatternpreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreview.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimppreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrenderer.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimppreviewrenderer.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererbrush.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererbrush.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererdrawable.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererdrawable.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererimage.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimppreviewrendererimage.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimptoolbox-color-area.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimptoolbox-color-area.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimptoolbox-indicator-area.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +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 fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimptoolbox.h generate app/file/Makefile 2001-10-25 13:30:01 +00:00
gimptoolinfopreview.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimptoolinfopreview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimptooloptionseditor.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpview.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpview.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrenderer.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpviewrenderer.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererbrush.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererbrush.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererdrawable.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererdrawable.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererimage.c added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +00:00
gimpviewrendererimage.h added a handler for GimpImage's "alpha_changed" signal (does nothing yet). 2001-10-17 16:11:28 +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 rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpwidgets-utils.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gtkhwrapbox.c app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkhwrapbox.h app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkvwrapbox.c app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkvwrapbox.h app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkwrapbox.c app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
gtkwrapbox.h app/widgets/gtkhwrapbox.[ch] app/widgets/gtkvwrapbox.[ch] make it compile 2001-08-29 18:49:21 +00:00
makefile.msc define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
widgets-types.h build display/ before tools/. 2001-11-08 19:14:51 +00:00