gimp/app/tools
Michael Natterer 10d80dac75 removed the hack that was displaying "Floating Selection" instead of the
2004-09-22  Michael Natterer  <mitch@gimp.org>

	* app/widgets/gimplayertreeview.c
	(gimp_layer_tree_view_floating_selection_changed): removed the
	hack that was displaying "Floating Selection" instead of the
	floating layer's real name.

	* app/core/gimplayer.c: implement GimpViewable::get_description()
	instead and special case floating selections with a two-line
	text that contains "Floating Selection".

	* app/core/gimplayer-floating-sel.c
	* app/core/gimpimage-undo-push.c: emit "name_changed" on the layer
	when it changes its state from floating to normal or vice versa
	so the views can update accordingly.

	* app/core/gimpselection.c: s/"Selection"/"Floated Layer"/.

	* app/tools/gimpeditselectiontool.c:
	s/"Floating Layer"/"Floating Selection"/.
2004-09-22 12:46:35 +00:00
..
.cvsignore
gimp-tools.c set the paintbrush as the default tool as suggested in bug #151091. 2004-08-26 09:41:18 +00:00
gimp-tools.h Started making the toolbox configurable. Addresses bug #105764. Not 2004-05-10 00:41:57 +00:00
gimpairbrushtool.c cursors/Makefile.am cursors/cursor-none.png new empty cursor images. 2004-06-04 23:08:29 +00:00
gimpairbrushtool.h
gimpblendoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 20:29:46 +00:00
gimpblendoptions.h
gimpblendtool.c app/tools/Makefile.am added gimp_tool_motion_constrain(), 2004-08-22 21:48:50 +00:00
gimpblendtool.h app/tools/Makefile.am added gimp_tool_motion_constrain(), 2004-08-22 21:48:50 +00:00
gimpbrightnesscontrasttool.c stripped the menu paths from the "menu_path". Will be renamed to 2004-04-29 13:19:28 +00:00
gimpbrightnesscontrasttool.h
gimpbrushtool.c app/tools/Makefile.am added gimp_tool_motion_constrain(), 2004-08-22 21:48:50 +00:00
gimpbrushtool.h cursors/Makefile.am cursors/cursor-none.png new empty cursor images. 2004-06-04 23:08:29 +00:00
gimpbucketfilloptions.c added new function gimp_get_mod_string() which takes a GdkModifierType and 2004-06-28 23:30:57 +00:00
gimpbucketfilloptions.h Re-enabled filling the whole selection using the bucket fill tool. Fixes 2004-01-27 15:26:11 +00:00
gimpbucketfilltool.c *** empty log message *** 2004-07-13 16:36:29 +00:00
gimpbucketfilltool.h
gimpbycolorselecttool.c app/tools/gimpbycolorselecttool.c (gimp_by_color_select_tool_init) don't 2004-07-28 16:21:00 +00:00
gimpbycolorselecttool.h
gimpclonetool.c *** empty log message *** 2004-07-13 16:36:29 +00:00
gimpclonetool.h
gimpcolorbalancetool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 20:29:46 +00:00
gimpcolorbalancetool.h
gimpcolorizetool.c return TRUE if initialization was successful. Makes the tool->drawable 2004-07-05 12:54:58 +00:00
gimpcolorizetool.h
gimpcoloroptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 20:29:46 +00:00
gimpcoloroptions.h Let all GimpImageMap tools remember the state of the preview toggle (bug 2004-02-22 14:28:53 +00:00
gimpcolorpickeroptions.c Fixed a 1.2 -> 2.0 regression that was forgotten: 2004-06-30 12:10:08 +00:00
gimpcolorpickeroptions.h Fixed a 1.2 -> 2.0 regression that was forgotten: 2004-06-30 12:10:08 +00:00
gimpcolorpickertool.c app/tools/gimpbycolorselecttool.c (gimp_by_color_select_tool_init) don't 2004-07-28 16:21:00 +00:00
gimpcolorpickertool.h
gimpcolortool.c libgimpbase/Makefile.am libgimpbase/gimpbase.h libgimpbase/gimpbase.def 2004-07-27 16:39:00 +00:00
gimpcolortool.h Fixed a 1.2 -> 2.0 regression that was forgotten: 2004-06-30 12:10:08 +00:00
gimpconvolvetool.c added new function gimp_get_mod_string() which takes a GdkModifierType and 2004-06-28 23:30:57 +00:00
gimpconvolvetool.h
gimpcropoptions.c added new function gimp_get_mod_string() which takes a GdkModifierType and 2004-06-28 23:30:57 +00:00
gimpcropoptions.h app/tools/gimpcropoptions.[ch] applied a patch from Jordi Gay that allows 2004-04-15 15:17:36 +00:00
gimpcroptool.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
gimpcroptool.h app/tools/gimpcropoptions.[ch] applied a patch from Jordi Gay that allows 2004-04-15 15:17:36 +00:00
gimpcurvestool.c Added an RGB histogram based on a patch by Tor Lillqvist. Fixes bug 2004-07-06 16:33:30 +00:00
gimpcurvestool.h app/tools/gimpcurvestool.[ch] removed obsoleted variables. 2004-02-25 12:31:18 +00:00
gimpdodgeburntool.c added new function gimp_get_mod_string() which takes a GdkModifierType and 2004-06-28 23:30:57 +00:00
gimpdodgeburntool.h app/actions/qmask-actions.c prepared qmask_actions_update() and the qmask 2004-04-21 10:55:45 +00:00
gimpdrawtool.c app/config/gimpconfig-deserialize.c app/config/gimpscanner.c 2004-05-12 08:13:33 +00:00
gimpdrawtool.h added "use_offsets" parameter to gimp_draw_tool_draw_boundary() for 2004-02-21 16:06:56 +00:00
gimpeditselectiontool.c removed the hack that was displaying "Floating Selection" instead of the 2004-09-22 12:46:35 +00:00
gimpeditselectiontool.h renamed init_edit_selection() to gimp_edit_selection_tool_start(). Removed 2004-07-26 14:50:51 +00:00
gimpellipseselecttool.c cursors/Makefile.am cursors/cursor-none.png new empty cursor images. 2004-06-04 23:08:29 +00:00
gimpellipseselecttool.h
gimperasertool.c added new function gimp_get_mod_string() which takes a GdkModifierType and 2004-06-28 23:30:57 +00:00
gimperasertool.h
gimpflipoptions.c added new function gimp_get_mod_string() which takes a GdkModifierType and 2004-06-28 23:30:57 +00:00
gimpflipoptions.h
gimpfliptool.c *** empty log message *** 2004-07-13 16:36:29 +00:00
gimpfliptool.h
gimpfreeselecttool.c renamed init_edit_selection() to gimp_edit_selection_tool_start(). Removed 2004-07-26 14:50:51 +00:00
gimpfreeselecttool.h
gimpfuzzyselecttool.c renamed init_edit_selection() to gimp_edit_selection_tool_start(). Removed 2004-07-26 14:50:51 +00:00
gimpfuzzyselecttool.h
gimphistogramoptions.c
gimphistogramoptions.h call gimp_image_colormap_changed() after installing the colormap. 2004-02-12 14:09:35 +00:00
gimphuesaturationtool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 20:29:46 +00:00
gimphuesaturationtool.h
gimpimagemapoptions.c app/tools/gimpcurvestool.[ch] app/tools/gimpimagemapoptions.[ch] 2004-02-25 10:23:43 +00:00
gimpimagemapoptions.h app/tools/gimpcurvestool.[ch] app/tools/gimpimagemapoptions.[ch] 2004-02-25 10:23:43 +00:00
gimpimagemaptool.c Replaced the concept of having a boolean indicating if an undo step 2004-07-29 14:16:21 +00:00
gimpimagemaptool.h moved "shell_desc" from GimpImageMapTool to GimpImageMapToolClass and 2004-02-25 13:55:45 +00:00
gimpinkoptions-gui.c themes/Default/images/Makefile.am removed ... 2004-08-04 18:15:41 +00:00
gimpinkoptions-gui.h app/paint/Makefile.am app/paint/gimpink-blob.[ch] app/paint/gimpink.[ch] 2004-05-26 15:34:45 +00:00
gimpinktool.c removed enum GimpPaintCoreState. 2004-07-19 14:37:40 +00:00
gimpinktool.h app/paint/Makefile.am app/paint/gimpink-blob.[ch] app/paint/gimpink.[ch] 2004-05-26 15:34:45 +00:00
gimpiscissorstool.c increased the handle size from 8 to 9 pixels (which is the same as in the 2004-08-05 15:44:34 +00:00
gimpiscissorstool.h
gimplevelstool.c Added an RGB histogram based on a patch by Tor Lillqvist. Fixes bug 2004-07-06 16:33:30 +00:00
gimplevelstool.h app/tools/gimpcurvestool.[ch] removed obsoleted variables. 2004-02-25 12:31:18 +00:00
gimpmagnifyoptions.c added new function gimp_get_mod_string() which takes a GdkModifierType and 2004-06-28 23:30:57 +00:00
gimpmagnifyoptions.h app/tools/gimpmagnifyoptions.[ch] applied a patch from William Skaggs that 2004-05-10 17:02:20 +00:00
gimpmagnifytool.c cursors/Makefile.am cursors/cursor-none.png new empty cursor images. 2004-06-04 23:08:29 +00:00
gimpmagnifytool.h
gimpmeasureoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 20:29:46 +00:00
gimpmeasureoptions.h
gimpmeasuretool.c app/tools/Makefile.am added gimp_tool_motion_constrain(), 2004-08-22 21:48:50 +00:00
gimpmeasuretool.h
gimpmoveoptions.c added new function gimp_get_mod_string() which takes a GdkModifierType and 2004-06-28 23:30:57 +00:00
gimpmoveoptions.h
gimpmovetool.c renamed init_edit_selection() to gimp_edit_selection_tool_start(). Removed 2004-07-26 14:50:51 +00:00
gimpmovetool.h
gimppaintbrushtool.c cursors/Makefile.am cursors/cursor-none.png new empty cursor images. 2004-06-04 23:08:29 +00:00
gimppaintbrushtool.h
gimppaintoptions-gui.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-09-19 19:50:09 +00:00
gimppaintoptions-gui.h
gimppainttool.c app/tools/Makefile.am added gimp_tool_motion_constrain(), 2004-08-22 21:48:50 +00:00
gimppainttool.h cursors/Makefile.am cursors/cursor-none.png new empty cursor images. 2004-06-04 23:08:29 +00:00
gimppenciltool.c no need request GIMP_MOTION_MODE_EXACT here since the parent class does 2004-06-09 12:14:55 +00:00
gimppenciltool.h
gimpperspectivetool.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
gimpperspectivetool.h Transform tool cleanup: 2004-08-06 16:27:13 +00:00
gimpposterizetool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 20:29:46 +00:00
gimpposterizetool.h
gimprectselecttool.c renamed init_edit_selection() to gimp_edit_selection_tool_start(). Removed 2004-07-26 14:50:51 +00:00
gimprectselecttool.h Sanitize rectangle and ellipse selection handling (bug #138237 and bug 2004-04-05 08:08:23 +00:00
gimpregionselecttool.c renamed init_edit_selection() to gimp_edit_selection_tool_start(). Removed 2004-07-26 14:50:51 +00:00
gimpregionselecttool.h
gimprotatetool.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
gimprotatetool.h Transform tool cleanup: 2004-08-06 16:27:13 +00:00
gimpscaletool.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
gimpscaletool.h removed the recently added "gdouble aspect_ratio"... 2004-08-06 16:39:11 +00:00
gimpselectionoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-06-23 20:29:46 +00:00
gimpselectionoptions.h
gimpselectiontool.c renamed init_edit_selection() to gimp_edit_selection_tool_start(). Removed 2004-07-26 14:50:51 +00:00
gimpselectiontool.h renamed init_edit_selection() to gimp_edit_selection_tool_start(). Removed 2004-07-26 14:50:51 +00:00
gimpsheartool.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
gimpsheartool.h Transform tool cleanup: 2004-08-06 16:27:13 +00:00
gimpsmudgetool.c cursors/Makefile.am cursors/cursor-none.png new empty cursor images. 2004-06-04 23:08:29 +00:00
gimpsmudgetool.h
gimpsourcetool.c *** empty log message *** 2004-07-13 16:36:29 +00:00
gimpsourcetool.h
gimptextoptions.c Renamed GimpPreviewSize to GimpViewSize. 2004-08-29 11:58:05 +00:00
gimptextoptions.h app/tools/gimptextoptions.[ch] introduced a proxy GimpText object that is 2004-03-14 17:54:23 +00:00
gimptexttool.c new function which checks if undo compression is possible: 2004-08-03 14:09:49 +00:00
gimptexttool.h preserve the text tool on image changes. Instead connect to the text 2004-03-22 14:32:47 +00:00
gimpthresholdtool.c removed the label between the spinbuttons, it looks silly. Converted tabs 2004-06-20 22:04:10 +00:00
gimpthresholdtool.h
gimptool.c app/tools/gimptool.[ch] added boolean return value to 2004-06-24 10:16:08 +00:00
gimptool.h app/tools/gimptool.[ch] added boolean return value to 2004-06-24 10:16:08 +00:00
gimptoolcontrol.c Replaced the concept of having a boolean indicating if an undo step 2004-07-29 14:16:21 +00:00
gimptoolcontrol.h Replaced the concept of having a boolean indicating if an undo step 2004-07-29 14:16:21 +00:00
gimptooloptions-gui.c app/tools/gimpblendoptions.c app/tools/gimpbucketfilloptions.c 2004-05-04 21:11:06 +00:00
gimptooloptions-gui.h
gimptransformoptions.c Replaced "Preview" checkbutton with a combobox with options "Outline", 2004-07-02 21:56:30 +00:00
gimptransformoptions.h Replaced "Preview" checkbutton with a combobox with options "Outline", 2004-07-02 21:56:30 +00:00
gimptransformtool-undo.c app/core/gimpundo.[ch] app/core/gimpitemundo.[ch] removed all _new() 2004-07-12 16:59:36 +00:00
gimptransformtool-undo.h
gimptransformtool.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
gimptransformtool.h configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
gimpvectoroptions.c added new function gimp_get_mod_string() which takes a GdkModifierType and 2004-06-28 23:30:57 +00:00
gimpvectoroptions.h
gimpvectortool.c configure.in added new directory app/dialogs and link libappdialogs.c into 2004-09-13 15:15:23 +00:00
gimpvectortool.h avoid excessive use of strdup() and strcmp(). The strings are all constant 2004-08-30 15:08:02 +00:00
Makefile.am app/tools/Makefile.am added gimp_tool_motion_constrain(), 2004-08-22 21:48:50 +00:00
makefile.msc updated app/actions/makefile.msc app/menus/makefile.msc : (new files) 2004-07-11 21:53:17 +00:00
tool_manager.c Replaced the concept of having a boolean indicating if an undo step 2004-07-29 14:16:21 +00:00
tool_manager.h app/tools/gimptool.[ch] added boolean return value to 2004-06-24 10:16:08 +00:00
tools-enums.c added still unused flags type GimpDirtyMask. 2004-07-28 11:50:20 +00:00
tools-enums.h Applied a bunch of AIX portability fixes (bug #148813): 2004-07-30 00:57:22 +00:00
tools-types.h Let all GimpImageMap tools remember the state of the preview toggle (bug 2004-02-22 14:28:53 +00:00
tools-utils.c fixed a typo that broke the build. 2004-08-23 00:45:40 +00:00
tools-utils.h app/tools/Makefile.am added gimp_tool_motion_constrain(), 2004-08-22 21:48:50 +00:00