Gimp/app/tools
Sven Neumann 2426755ba9 added function gimp_get_tool_info().
2006-09-08  Sven Neumann  <sven@gimp.org>

	* app/core/gimp.[ch]: added function gimp_get_tool_info().

	* app/actions/tools-commands.c
	* app/actions/vectors-commands.c
	* app/tools/gimppainttool.c
	* app/widgets/gimpdrawabletreeview.c
	* app/widgets/gimpselectioneditor.c
	* app/widgets/gimptoolbox.c: use the new function instead of poking
	into gimp->tool_info_list.

	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell.[ch]: moved code that deals with
	the space key into separate functions. Added space_shaded_tool
	to GimpDisplayShell instead of using a static variable for it.

	* app/tools/tool_manager.c: removed unused include.
2006-09-08 13:42:00 +00:00
..
.cvsignore
gimp-tools.c Merged the "soc-2006-perspective-clone" branch. That branch is now 2006-09-07 17:10:22 +00:00
gimp-tools.h
gimpairbrushtool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpairbrushtool.h
gimpalignoptions.c app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c 2006-08-27 22:19:35 +00:00
gimpalignoptions.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-07 21:29:54 +00:00
gimpaligntool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpaligntool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-09 21:52:45 +00:00
gimpblendoptions.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpblendoptions.h
gimpblendtool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpblendtool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpbrightnesscontrasttool.c updated 2006-08-15 15:13:08 +00:00
gimpbrightnesscontrasttool.h
gimpbrushtool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpbrushtool.h app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass 2006-08-15 21:46:22 +00:00
gimpbucketfilloptions.c app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c 2006-08-27 22:19:35 +00:00
gimpbucketfilloptions.h Applied (modified and enhanced) patch from Chris Moller which allows tools 2006-08-05 13:02:47 +00:00
gimpbucketfilltool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpbucketfilltool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpbycolorselecttool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpbycolorselecttool.h app/tools/Makefile.am new abstract base class which does about the same as 2006-07-31 11:42:51 +00:00
gimpclonetool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpclonetool.h app/tools/Makefile.am new class which is essentially a copy of 2006-09-03 23:11:35 +00:00
gimpcolorbalancetool.c updated 2006-08-15 15:13:08 +00:00
gimpcolorbalancetool.h
gimpcolorizetool.c updated 2006-08-15 15:13:08 +00:00
gimpcolorizetool.h
gimpcoloroptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpcoloroptions.h
gimpcolorpickeroptions.c app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c 2006-08-27 22:19:35 +00:00
gimpcolorpickeroptions.h Allow to disable the color picker info dialog. Fixes bug #315011: 2005-09-26 16:01:13 +00:00
gimpcolorpickertool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpcolorpickertool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpcolortool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpcolortool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpconvolvetool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpconvolvetool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpcropoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-09-06 15:38:28 +00:00
gimpcropoptions.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-09-06 15:38:28 +00:00
gimpcroptool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-09-06 22:51:54 +00:00
gimpcroptool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpcurvestool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpcurvestool.h added keyboard control to the Curves tool as suggested in bug #154809. 2005-10-19 15:42:29 +00:00
gimpdodgeburntool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpdodgeburntool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpdrawtool.c use the new transform functions. 2006-08-09 13:40:21 +00:00
gimpdrawtool.h did a global gdisp -> display substitution. 2006-03-28 17:55:52 +00:00
gimpeditselectiontool.c hide the internal API. 2006-09-04 17:18:38 +00:00
gimpeditselectiontool.h did a global gdisp -> display substitution. 2006-03-28 17:59:18 +00:00
gimpellipseselecttool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-09-06 22:51:54 +00:00
gimpellipseselecttool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-10 21:34:12 +00:00
gimperasertool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimperasertool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpflipoptions.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpflipoptions.h
gimpfliptool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpfliptool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpforegroundselectoptions.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpforegroundselectoptions.h app/display/gimpdisplayshell-render.c app/display/gimpdisplayshell.[ch] 2006-03-17 13:27:08 +00:00
gimpforegroundselecttool-undo.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpforegroundselecttool-undo.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpforegroundselecttool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpforegroundselecttool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpfreeselecttool.c removed unused variable. 2006-09-07 12:57:06 +00:00
gimpfreeselecttool.h did a global gdisp -> display substitution. 2006-03-28 17:59:18 +00:00
gimpfuzzyselecttool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpfuzzyselecttool.h app/tools/Makefile.am new abstract base class which does about the same as 2006-07-31 11:42:51 +00:00
gimphealtool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimphealtool.h removed enum GimpHealAlignMode, we use the GimpSourceAlignMode now and can 2006-09-04 15:40:56 +00:00
gimphistogramoptions.c app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c 2006-08-27 22:19:35 +00:00
gimphistogramoptions.h
gimphuesaturationtool.c updated 2006-08-15 15:13:08 +00:00
gimphuesaturationtool.h
gimpimagemapoptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpimagemapoptions.h
gimpimagemaptool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpimagemaptool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpinkoptions-gui.c app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c 2006-08-27 22:19:35 +00:00
gimpinkoptions-gui.h
gimpinktool.c app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass 2006-08-15 21:46:22 +00:00
gimpinktool.h
gimpiscissorstool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpiscissorstool.h
gimplevelstool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimplevelstool.h
gimpmagnifyoptions.c app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c 2006-08-27 22:19:35 +00:00
gimpmagnifyoptions.h
gimpmagnifytool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpmagnifytool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpmeasureoptions.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpmeasureoptions.h
gimpmeasuretool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpmeasuretool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpmoveoptions.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpmoveoptions.h
gimpmovetool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpmovetool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimppaintbrushtool.c app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass 2006-08-15 21:46:22 +00:00
gimppaintbrushtool.h app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass 2006-08-15 21:46:22 +00:00
gimppaintoptions-gui.c Merged the "soc-2006-perspective-clone" branch. That branch is now 2006-09-07 17:10:22 +00:00
gimppaintoptions-gui.h
gimppainttool.c added function gimp_get_tool_info(). 2006-09-08 13:42:00 +00:00
gimppainttool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimppenciltool.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimppenciltool.h
gimpperspectiveclonetool.c fix the tool's menu path and accelerator. 2006-09-08 08:39:55 +00:00
gimpperspectiveclonetool.h Merged the "soc-2006-perspective-clone" branch. That branch is now 2006-09-07 17:10:22 +00:00
gimpperspectivetool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpperspectivetool.h app/dialogs/Makefile.am app/dialogs/dialogs-types.h app/dialogs/dialogs.c 2006-03-31 13:36:34 +00:00
gimpposterizetool.c app/tools/gimpimagemaptool.[ch] app/tools/gimpcurvestool.c improved error 2006-08-10 12:04:35 +00:00
gimpposterizetool.h
gimprectangleoptions.c app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c 2006-08-27 22:19:35 +00:00
gimprectangleoptions.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-10 18:24:58 +00:00
gimprectangleselectoptions.c app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c 2006-08-27 22:19:35 +00:00
gimprectangleselectoptions.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-10 18:24:58 +00:00
gimprectangleselecttool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-09-06 22:51:54 +00:00
gimprectangleselecttool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-08-10 19:03:46 +00:00
gimprectangletool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-09-06 22:51:54 +00:00
gimprectangletool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-09-06 22:51:54 +00:00
gimpregionselecttool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpregionselecttool.h app/tools/Makefile.am new abstract base class which does about the same as 2006-07-31 11:42:51 +00:00
gimprotatetool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimprotatetool.h app/dialogs/Makefile.am app/dialogs/dialogs-types.h app/dialogs/dialogs.c 2006-03-31 13:36:34 +00:00
gimpscaletool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpscaletool.h added a GimpSizeBox as a replacement for the InfoDialog widgets. Needs 2006-04-03 07:50:06 +00:00
gimpselectionoptions.c Applied (modified and enhanced) patch from Chris Moller which allows tools 2006-08-05 13:02:47 +00:00
gimpselectionoptions.h Applied (modified and enhanced) patch from Chris Moller which allows tools 2006-08-05 13:02:47 +00:00
gimpselectiontool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpselectiontool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpsheartool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpsheartool.h app/dialogs/Makefile.am app/dialogs/dialogs-types.h app/dialogs/dialogs.c 2006-03-31 13:36:34 +00:00
gimpsmudgetool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpsmudgetool.h app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass 2006-08-15 21:46:22 +00:00
gimpsourcetool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpsourcetool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimptextoptions.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimptextoptions.h app/tools/gimptextoptions.[ch] app/tools/gimptexttool.c make the text 2006-08-28 15:26:25 +00:00
gimptexttool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimptexttool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpthresholdtool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpthresholdtool.h
gimptool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimptool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimptoolcontrol.c minor code cleanup. 2006-07-28 17:19:23 +00:00
gimptoolcontrol.h minor code cleanup. 2006-07-28 17:19:23 +00:00
gimptooloptions-gui.c
gimptooloptions-gui.h
gimptransformoptions.c app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c 2006-08-27 22:19:35 +00:00
gimptransformoptions.h removed one of the two constrain properties. 2006-05-19 10:56:34 +00:00
gimptransformtool-undo.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimptransformtool-undo.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimptransformtool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimptransformtool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpvectoroptions.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpvectoroptions.h add tooltips to all hue partition radio buttons. 2006-05-18 09:41:32 +00:00
gimpvectortool.c added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
gimpvectortool.h added gimp_tool_get_options() so tools don't need to incude 2006-09-05 18:25:31 +00:00
Makefile.am Merged the "soc-2006-perspective-clone" branch. That branch is now 2006-09-07 17:10:22 +00:00
makefile.msc updated 2006-09-08 11:45:06 +00:00
tool_manager.c added function gimp_get_tool_info(). 2006-09-08 13:42:00 +00:00
tool_manager.h did a global gdisp -> display substitution. 2006-03-28 17:55:52 +00:00
tools-enums.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-09-06 22:51:54 +00:00
tools-enums.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-09-06 22:51:54 +00:00
tools-types.h app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass 2006-08-15 21:46:22 +00:00
tools-utils.c
tools-utils.h