gimp/app/display
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 added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
Makefile.am build display/ before tools/. 2001-11-08 19:14:51 +00:00
display-types.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdisplay-area.c fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplay-area.h fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplay-foreach.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplay-foreach.h app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpdisplay-handlers.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpdisplay-handlers.h fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplay-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplay-selection.c fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplay-selection.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpdisplay.c should set the fs.backing_store TileManager pointer to NULL after deleting 2001-11-09 16:54:56 +00:00
gimpdisplay.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-callbacks.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpdisplayshell-callbacks.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-dnd.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-dnd.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-draw.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpdisplayshell-draw.h fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpdisplayshell-filter-dialog.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdisplayshell-filter-dialog.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdisplayshell-filter.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdisplayshell-filter.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdisplayshell-layer-select.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-layer-select.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-marching-ants.h Initial revision 1997-11-24 22:05:25 +00:00
gimpdisplayshell-qmask.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpdisplayshell-qmask.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpdisplayshell-render.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpdisplayshell-render.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpdisplayshell-scale.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpdisplayshell-scale.h app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpdisplayshell-scroll.c stop synthesizing expose events but use gdk_window_invalidate_rect() and 2001-11-02 10:55:10 +00:00
gimpdisplayshell-scroll.h fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplayshell-selection.c fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplayshell-selection.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpdisplayshell.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpdisplayshell.h fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpnavigationeditor.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpnavigationview.c app/display/Makefile.am app/display/gimpdisplay-callbacks.[ch] 2001-11-02 09:31:21 +00:00
gimpprogress.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpprogress.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gximage.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gximage.h Fixed up loose ends with the GdkRgb integration. Color selection areas are 1998-08-31 22:22:23 +00:00
makefile.msc define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00