gimp/app/display
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 new function to set the sensitivity of an option_menu. 2002-03-17 16:35:05 +00:00
Makefile.am badly chopped into the new files below. Pass around much more "PlugIn" and 2002-03-20 17:46:13 +00:00
display-enums.c new function to set the sensitivity of an option_menu. 2002-03-17 16:35:05 +00:00
display-enums.h new function to set the sensitivity of an option_menu. 2002-03-17 16:35:05 +00:00
display-types.h massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpdisplay-area.c Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimpdisplay-area.h Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimpdisplay-foreach.c made the gimp_object_get_memsize() debugging output configurable by a 2002-02-07 11:33:01 +00:00
gimpdisplay-foreach.h added "update_guide" signal. 2001-11-14 15:40:30 +00:00
gimpdisplay-handlers.c added GIMP_IMAGE_TYPE_IS_[RGB|GRAY|INDEXED]() and 2001-12-14 15:30:31 +00:00
gimpdisplay-handlers.h fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplay.c massive tool plugin changes 2002-03-29 03:50:29 +00:00
gimpdisplay.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpdisplayshell-callbacks.c app/tools/gimptoolcontrol.[ch] resurrected the motion hints and cursor 2002-04-21 07:31:12 +00:00
gimpdisplayshell-callbacks.h Sven Naumann <sven@gimp.org> 2002-02-28 13:47:03 +00:00
gimpdisplayshell-dnd.c ./mitch --sanitize-identifier-namespace 2002-03-21 12:17:17 +00:00
gimpdisplayshell-dnd.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdisplayshell-draw.c added utility functions file_utils_uri_to_utf8_basename() and 2002-04-14 17:28:58 +00:00
gimpdisplayshell-draw.h pass an additional "Gimp" pointer to 2002-03-20 15:32:35 +00:00
gimpdisplayshell-filter-dialog.c treeviewized and undeprecated. 2002-03-16 15:02:23 +00:00
gimpdisplayshell-filter-dialog.h Re-enabled the display filters. They work exactly the same way as before 2002-03-14 22:42:50 +00:00
gimpdisplayshell-filter.c renamed shell->cd_list to shell->filters and shell->cd_ui to 2002-03-15 15:09:58 +00:00
gimpdisplayshell-filter.h Re-enabled the display filters. They work exactly the same way as before 2002-03-14 22:42:50 +00:00
gimpdisplayshell-handlers.c made gimp_display_shell_update_icon() public, removed the update_icon 2002-02-17 13:12:16 +00:00
gimpdisplayshell-handlers.h app/Makefile.am removed. 2001-11-10 19:10:28 +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 app/display/gimpdisplay-marching-ants.h removed... 2001-11-10 23:03:22 +00:00
gimpdisplayshell-render.c renamed shell->cd_list to shell->filters and shell->cd_ui to 2002-03-15 15:09:58 +00:00
gimpdisplayshell-render.h app/display/Makefile.am removed. It was a wrapper around nothing since we 2001-11-30 18:23:49 +00:00
gimpdisplayshell-scale.c Fixed #34633 (wheel mouse zooming leaves straigth-line helpline on image) 2002-02-17 11:46:39 +00:00
gimpdisplayshell-scale.h Fixed #34633 (wheel mouse zooming leaves straigth-line helpline on image) 2002-02-17 11:46:39 +00:00
gimpdisplayshell-scroll.c app/display/Makefile.am removed. It was a wrapper around nothing since we 2001-11-30 18:23:49 +00:00
gimpdisplayshell-scroll.h fscking broken pipe... 2001-10-31 21:20:09 +00:00
gimpdisplayshell-selection.c use g_tree_foreach() instead of deprecated g_tree_traverse(). 2001-12-02 15:43:00 +00:00
gimpdisplayshell-selection.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpdisplayshell.c added utility functions file_utils_uri_to_utf8_basename() and 2002-04-14 17:28:58 +00:00
gimpdisplayshell.h pass an additional "Gimp" pointer to 2002-03-20 15:32:35 +00:00
gimpnavigationeditor.c added utility functions file_utils_uri_to_utf8_basename() and 2002-04-14 17:28:58 +00:00
gimpnavigationview.c added utility functions file_utils_uri_to_utf8_basename() and 2002-04-14 17:28:58 +00:00
gimpprogress.c app/Makefile.am removed... 2002-02-22 15:08:47 +00:00
gimpprogress.h app/Makefile.am removed... 2002-02-22 15:08:47 +00:00
gimpstatusbar.c app/display/Makefile.am app/display/display-types.h new widget derived 2002-02-03 12:10:23 +00:00
gimpstatusbar.h app/display/Makefile.am app/display/display-types.h new widget derived 2002-02-03 12:10:23 +00:00
makefile.msc #define GETTEXT_PACKAGE 2002-03-28 00:10:56 +00:00