gimp/app/tools
Michael Natterer 625b5c716c put a g_object_ref() on a different line.
2001-11-20  Michael Natterer  <mitch@gimp.org>

	* app/core/gimp.c: put a g_object_ref() on a different line.

	* app/core/gimpdrawable-bucket-fill.c
	* app/core/gimpmodules.c: ne need to #include "core/..." here.

	* app/display/gimpdisplay-handlers.c: added debugging output
	because we have an image refcounting problem :(

	* app/display/gimpdisplayshell-handlers.c: fixed a signal
	disconnection.

	* app/tools/gimpbezierselecttool.[ch]
	* app/tools/gimpblendtool.c
	* app/tools/gimpbucketfilltool.c
	* app/tools/gimpbycolorselecttool.c
	* app/tools/gimpclonetool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpellipseselecttool.c
	* app/tools/gimpfreeselecttool.c
	* app/tools/gimpfuzzyselecttool.c
	* app/tools/gimpinktool.c
	* app/tools/gimpiscissorstool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimprectselecttool.c
	* app/tools/gimpsmudgetool.c: get the tool's options via
	tool->tool_info->tool_options, not from the local statis pointer.
	Some minor cleanups & function reordering.

	* app/widgets/gimpdockbook.c: return TRUE from the notebook tabs'
	"button_press" handler, connect DND before cnnecting to
	"button_press" because we now stop it's emission.
2001-11-20 13:53:21 +00:00
..
.cvsignore configure.in app/Makefile.am moved all tool sources to app/tools 2001-01-22 01:46:28 +00:00
airbrush_blob.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
airbrush_blob.h
gimpairbrushtool.c use GimpCoords structs for cur_coords, last_coords and start_coords and 2001-11-13 16:21:34 +00:00
gimpairbrushtool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpbezierselecttool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpbezierselecttool.h put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpblendtool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpblendtool.h should set the fs.backing_store TileManager pointer to NULL after deleting 2001-11-09 16:54:56 +00:00
gimpbrightnesscontrasttool.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpbrightnesscontrasttool.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpbrushtool.c restructured the new draw utility functions and added 2001-11-15 21:17:36 +00:00
gimpbrushtool.h use GimpCoords structs for cur_coords, last_coords and start_coords and 2001-11-13 16:21:34 +00:00
gimpbucketfilltool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpbucketfilltool.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpbycolorselecttool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpbycolorselecttool.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpclonetool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpclonetool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpcolorbalancetool-transfer.c app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
gimpcolorbalancetool-transfer.h app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
gimpcolorbalancetool.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpcolorbalancetool.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpcolorpickertool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpcolorpickertool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpconvolvetool.c use GimpCoords structs for cur_coords, last_coords and start_coords and 2001-11-13 16:21:34 +00:00
gimpconvolvetool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpcroptool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpcroptool.h restructured the new draw utility functions and added 2001-11-15 21:17:36 +00:00
gimpcurvestool.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpcurvestool.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpdodgeburntool.c use GimpCoords structs for cur_coords, last_coords and start_coords and 2001-11-13 16:21:34 +00:00
gimpdodgeburntool.h defined GimpTransferMode enum. 2001-08-01 02:01:49 +00:00
gimpdrawtool.c restructured the new draw utility functions and added 2001-11-15 21:17:36 +00:00
gimpdrawtool.h restructured the new draw utility functions and added 2001-11-15 21:17:36 +00:00
gimpeditselectiontool.c use gimp_display_shell_[install|remove]_override_cursor() to set the 2001-11-12 14:45:58 +00:00
gimpeditselectiontool.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpellipseselecttool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpellipseselecttool.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimperasertool.c use GimpCoords structs for cur_coords, last_coords and start_coords and 2001-11-13 16:21:34 +00:00
gimperasertool.h app/pdb/tools_cmds.c app/tools/gimperasertool.c app/tools/gimperasertool.h 2001-10-30 22:59:06 +00:00
gimpfliptool.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpfliptool.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpfreeselecttool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpfreeselecttool.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpfuzzyselecttool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpfuzzyselecttool.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimphistogramtool.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimphistogramtool.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimphuesaturationtool.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimphuesaturationtool.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpimagemaptool.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimagemaptool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpinktool-blob.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimpinktool-blob.h app/tools/Makefile.am lots of files renamed to gimp*tool.[ch] 2001-03-08 01:07:03 +00:00
gimpinktool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpinktool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpiscissorstool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpiscissorstool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimplevelstool.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimplevelstool.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpmagnifytool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpmagnifytool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpmeasuretool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpmeasuretool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpmovetool.c added "update_guide" signal. 2001-11-14 15:40:30 +00:00
gimpmovetool.h use gimp_display_shell_[install|remove]_override_cursor() to set the 2001-11-12 14:45:58 +00:00
gimppaintbrushtool.c use GimpCoords structs for cur_coords, last_coords and start_coords and 2001-11-13 16:21:34 +00:00
gimppaintbrushtool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimppaintoptions-gui.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimppaintoptions-gui.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimppainttool.c restructured the new draw utility functions and added 2001-11-15 21:17:36 +00:00
gimppainttool.h use GimpCoords structs for cur_coords, last_coords and start_coords and 2001-11-13 16:21:34 +00:00
gimppainttool_kernels.h Introduced GimpPaintTool and GimpDrawTool 2001-02-27 05:21:12 +00:00
gimppathtool.c restructured the new draw utility functions and added 2001-11-15 21:17:36 +00:00
gimppathtool.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimppenciltool.c use GimpCoords structs for cur_coords, last_coords and start_coords and 2001-11-13 16:21:34 +00:00
gimppenciltool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpperspectivetool.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpperspectivetool.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpposterizetool.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpposterizetool.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimprectselecttool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimprectselecttool.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpregionselecttool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpregionselecttool.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimprotatetool.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimprotatetool.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpscaletool.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpscaletool.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpselectionoptions.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpselectionoptions.h fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimpselectiontool.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpselectiontool.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpsheartool.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpsheartool.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpsmudgetool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpsmudgetool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpsourcetool.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpsourcetool.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimptexttool.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimptexttool.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimpthresholdtool.c Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimpthresholdtool.h app/gimpprogress.[ch] s/GDisplay/GimpDisplay/ 2001-10-17 11:33:43 +00:00
gimptool.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimptool.h fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
gimptransformoptions.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimptransformoptions.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimptransformtool.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimptransformtool.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
Makefile.am small fix. 2001-11-13 01:46:10 +00:00
makefile.msc need to link with pangof2 2001-09-22 19:47:27 +00:00
paint_options.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
paint_options.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
path_tool.c use gimp_display_shell_[install|remove]_override_cursor() to set the 2001-11-12 14:45:58 +00:00
path_tool.h use gimp_display_shell_[install|remove]_override_cursor() to set the 2001-11-12 14:45:58 +00:00
path_toolP.h app/path_curves.[ch] app/tools/gimpdrawtool.c app/tools/gimppathtool.[ch] 2001-04-11 13:28:53 +00:00
selection_options.c fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
selection_options.h fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
tool_manager.c added tool_manager_button_press_active() and friends functions. 2001-11-14 17:12:51 +00:00
tool_manager.h added tool_manager_button_press_active() and friends functions. 2001-11-14 17:12:51 +00:00
tool_options.c removed path_to_beziersel() so this file can be safely included from 2001-07-17 20:50:01 +00:00
tool_options.h removed path_to_beziersel() so this file can be safely included from 2001-07-17 20:50:01 +00:00
tools-types.h fixed qmask callbacks to check if the toggle is active before performing 2001-11-10 14:17:01 +00:00
tools.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
tools.h app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
transform_options.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
transform_options.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
xinput_airbrush.c fscking broken pipe... 2001-10-31 21:20:09 +00:00
xinput_airbrush.h