gimp/app/base
Nate Summers 810b983110 app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor
* app/tools/gimptoolcontrol.[ch]
 	* libgimptool/gimptool.c: resurrected the motion hints and cursor
 	changing code.

 	app/tools/gimpairbrushtool.c
	app/tools/gimpbezierselecttool.c
 	app/tools/gimpblendtool.c
 	app/tools/gimpbucketfilltool.c
 	app/tools/gimpbycolorselecttool.c
 	app/tools/gimpclonetool.c
 	app/tools/gimpcolorbalancetool.c
 	app/tools/gimpcolorpickertool.c
 	app/tools/gimpconvolvetool.c
 	app/tools/gimpcroptool.c
 	app/tools/gimpcurvestool.c
 	app/tools/gimpdodgeburntool.c
 	app/tools/gimpeditselectiontool.c
 	app/tools/gimpellipseselecttool.c
 	app/tools/gimperasertool.c
 	app/tools/gimpfliptool.c
 	app/tools/gimpfuzzyselecttool.c
 	app/tools/gimphistogramtool.c
 	app/tools/gimphuesaturationtool.c
 	app/tools/gimpimagemaptool.c
 	app/tools/gimpinktool.c
 	app/tools/gimpiscissorstool.c
 	app/tools/gimplevelstool.c
 	app/tools/gimpmagnifytool.c
 	app/tools/gimpmeasuretool.c
 	app/tools/gimpmovetool.c
 	app/tools/gimppaintbrushtool.c
 	app/tools/gimppainttool.c
 	app/tools/gimppathtool.c
 	app/tools/gimppenciltool.c
 	app/tools/gimpperspectivetool.c
 	app/tools/gimprectselecttool.c
 	app/tools/gimprotatetool.c
 	app/tools/gimpscaletool.c
 	app/tools/gimpselectiontool.c
 	app/tools/gimpsheartool.c
 	app/tools/gimpsmudgetool.c
 	app/tools/gimptexttool.c
 	app/tools/gimptransformtool.c
 	app/tools/gimpvectortool.c: set the motion mode; fix a few parameters

 	* app/tools/gimpinktool.c (gimp_ink_tool_button_press): uncommented
 	some code I had temporarily commented out and didn't uncomment before
 	committing

 	* libgimptool/gimptoolcontrol.h
 	* app/tools/gimptoolcontrol-displayshell.[ch]: merged with
 	gimptoolcontrol.[ch].  The distinction was fairly arbitrary.

 	* plug-ins/tools/gimptoolcontrol.c: added some stubs

        * app/tools/Makefile.am
 	* app/tools/tool_manager.c
 	* app/display/gimpdisplayshell-callbacks.c: changed accordingly

 	* libgimp/gimpimage_pdb.c: applied a patch from Pippen to correct
 	documentation on the undo operations
2002-04-21 07:31:12 +00:00
..
.cvsignore define GIMP_MKENUMS for use in Makefile.am. 2002-03-17 14:07:54 +00:00
base-config.c moved use_shm declaration here, added use_mmx. 2002-03-22 13:37:26 +00:00
base-config.h moved use_shm declaration here, added use_mmx. 2002-03-22 13:37:26 +00:00
base-enums.c app/base/Makefile.am app/base/base-enums.c app/core/Makefile.am 2002-03-19 19:17:31 +00:00
base-enums.h new function to set the sensitivity of an option_menu. 2002-03-17 16:35:05 +00:00
base-types.h moved use_shm declaration here, added use_mmx. 2002-03-22 13:37:26 +00:00
base.c moved use_shm declaration here, added use_mmx. 2002-03-22 13:37:26 +00:00
base.h app/base/Makefile.am new files for base_init() and base_exit() which 2001-05-20 18:37:07 +00:00
boundary.c some more g_malloc -> g_new and g_realloc -> g_renew changes, for better 2001-12-18 18:52:53 +00:00
boundary.h Convert ugly comments into named structure fields. Much cleaner and less 2001-12-02 14:59:30 +00:00
brush-scale.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
brush-scale.h new directory app/base/ 2001-05-15 11:25:25 +00:00
color-balance.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
color-balance.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
cpercep.c add a -DGIMP_COMPILATION so cpercep can optionally include glib.h. This 2002-02-17 18:28:47 +00:00
cpercep.h minor function renaming. 2002-02-10 19:01:44 +00:00
curves.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
curves.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
detect-mmx.h app/appenv.h removed "use_mmx" and the MMX detection. 2001-07-13 19:25:34 +00:00
detect-mmx.S app/Makefile.am removed. 2001-07-11 23:47:26 +00:00
gimphistogram.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
gimphistogram.h app/gimphistogram.[ch] removed. 2001-05-22 23:05:35 +00:00
gimplut.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
gimplut.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
hue-saturation.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
hue-saturation.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
lut-funcs.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
lut-funcs.h app/gimphistogram.[ch] removed. 2001-05-22 23:05:35 +00:00
Makefile.am app/base/Makefile.am app/base/base-enums.c app/core/Makefile.am 2002-03-19 19:17:31 +00:00
makefile.msc #define GETTEXT_PACKAGE 2002-03-28 00:10:56 +00:00
pixel-processor.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
pixel-processor.h new directory app/base/ 2001-05-15 11:25:25 +00:00
pixel-region.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
pixel-region.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
pixel-surround.c some more g_malloc -> g_new and g_realloc -> g_renew changes, for better 2001-12-18 18:52:53 +00:00
pixel-surround.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
temp-buf.c fixed temp_buf_copy() and temp_buf_to_[color|gray]() to (1) not crash and 2002-04-16 20:25:27 +00:00
temp-buf.h pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
threshold.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
threshold.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
tile-cache.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile-cache.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
tile-manager-crop.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile-manager-crop.h app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
tile-manager-private.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
tile-manager.c pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
tile-manager.h pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
tile-private.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
tile-swap.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile-swap.h new directory app/base/ 2001-05-15 11:25:25 +00:00
tile.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00