Gimp/app/tools
Sven Neumann 05581ddf78 app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c
2002-04-28  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpairbrushtool.c
	* app/tools/gimpblendtool.c
	* app/tools/gimpbucketfilltool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpconvolvetool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpdodgeburntool.c
	* app/tools/gimperasertool.c
	* app/tools/gimpinktool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimpsmudgetool.c
	* app/tools/gimptexttool.c
	* app/tools/paint_options.c
	* app/tools/selection_options.c
	* app/tools/transform_options.c: in preparation of a more generic tool
	options framework: use the options value, not the default value when
	setting up the tool options UI. Doesn't make any difference since both
	are initialized to the same value, but reduces usage of the ugly foo_d
	variables.

	* app/tools/gimpmagnifytool.c: don't change the resize_windows_on_zoom
	gimprc value in response to changes in the tool options. Only use it
	as default value when resetting the tool options.
2002-04-28 14:35:01 +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 Update of the Xinput airbrush, fixed some bugs. It's a bit closer to a 1999-11-14 20:49:14 +00:00
gimpairbrushtool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpairbrushtool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpbezierselecttool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpbezierselecttool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpblendtool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpblendtool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpbrightnesscontrasttool.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpbrightnesscontrasttool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpbrushtool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpbrushtool.h added back the handler which invalidates the display_title on dirty/clean. 2002-02-15 17:44:05 +00:00
gimpbucketfilltool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpbucketfilltool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpbycolorselecttool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpbycolorselecttool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpclonetool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpclonetool.h massive tool plugin changes 2002-03-29 03:50:29 +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 app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpcolorbalancetool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpcolorpickertool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpcolorpickertool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpconvolvetool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpconvolvetool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpcroptool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpcroptool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpcurvestool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpcurvestool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpdodgeburntool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpdodgeburntool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpdrawtool.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpdrawtool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpeditselectiontool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpeditselectiontool.h added enum GimpMotionMode which can be one of { EXACT, HINT, COMPRESS }. 2002-03-19 13:14:25 +00:00
gimpellipseselecttool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpellipseselecttool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimperasertool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimperasertool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpfliptool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpfliptool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpfreeselecttool.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpfreeselecttool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpfuzzyselecttool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpfuzzyselecttool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimphistogramtool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimphistogramtool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimphuesaturationtool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimphuesaturationtool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpimagemaptool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpimagemaptool.h massive tool plugin changes 2002-03-29 03:50:29 +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 Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpinktool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpinktool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpiscissorstool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpiscissorstool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimplevelstool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimplevelstool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpmagnifytool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpmagnifytool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpmeasuretool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpmeasuretool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpmovetool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpmovetool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimppaintbrushtool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimppaintbrushtool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimppaintoptions-gui.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimppaintoptions-gui.h app/gimprc.[ch] app/gui/preferences-dialog.c 2002-03-12 21:02:10 +00:00
gimppainttool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimppainttool.h added back the handler which invalidates the display_title on dirty/clean. 2002-02-15 17:44:05 +00:00
gimppathtool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimppathtool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimppenciltool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimppenciltool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpperspectivetool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpperspectivetool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpposterizetool.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpposterizetool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimprectselecttool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimprectselecttool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpregionselecttool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpregionselecttool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimprotatetool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimprotatetool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpscaletool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpscaletool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpselectionoptions.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpselectionoptions.h removed #if 0'ed old display update hackery. Don't flush the displays here 2002-02-10 15:18:08 +00:00
gimpselectiontool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpselectiontool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpsheartool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpsheartool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpsmudgetool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimpsmudgetool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpsourcetool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpsourcetool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimptexttool.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimptexttool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpthresholdtool.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpthresholdtool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimptool.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimptoolcontrol.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimptoolcontrol.h app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimptoolmodule.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimptoolmodule.h app/tools/gimptoolmodule.[ch] app/tools/tools-types.h code cleanup, no 2002-02-09 18:51:17 +00:00
gimptransformoptions.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
gimptransformoptions.h app/widgets/Makefile.am use gimp_mkenums to create widgets-enums.c, added 2002-03-18 22:26:41 +00:00
gimptransformtool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimptransformtool.h General undo cleanup: 2002-02-23 17:29:19 +00:00
gimpvectortool.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpvectortool.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
Makefile.am app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
makefile.msc #define GETTEXT_PACKAGE 2002-03-28 00:10:56 +00:00
paint_options.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
paint_options.h app/gimprc.[ch] app/gui/preferences-dialog.c 2002-03-12 21:02:10 +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 Convert ugly comments into named structure fields. Much cleaner and less 2001-12-02 14:59:30 +00:00
selection_options.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
selection_options.h removed #if 0'ed old display update hackery. Don't flush the displays here 2002-02-10 15:18:08 +00:00
tool_manager.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
tool_manager.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
tool_options.c added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
tool_options.h added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
tools-enums.c app/base/Makefile.am app/base/base-enums.c app/core/Makefile.am 2002-03-19 19:17:31 +00:00
tools-types.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
tools.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
tools.h app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
transform_options.c app/tools/gimpairbrushtool.c app/tools/gimpblendtool.c 2002-04-28 14:35:01 +00:00
transform_options.h app/widgets/Makefile.am use gimp_mkenums to create widgets-enums.c, added 2002-03-18 22:26:41 +00:00
xinput_airbrush.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
xinput_airbrush.h Okay I have committed the ugly airbrush now 1999-09-07 01:33:44 +00:00