gimp/app/tools
Sven Neumann d53a10c004 app/display/gimpdisplayshell-render.c renamed overlay to mask and added a
2005-07-30  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-render.c
	* app/display/gimpdisplayshell.[ch]: renamed overlay to mask and
	added a different overlay implementation that will be needed to
	finish the new foreground-select tool.

	* app/tools/gimpforegroundselecttool.c: changed accordingly.
2005-07-30 22:29:02 +00:00
..
.cvsignore
gimp-tools.c added gimp_scan_convert_render_value(), a variant of 2005-07-29 01:48:56 +00:00
gimp-tools.h Let the user decide whether tool options are persistant or not as 2005-04-11 21:17:59 +00:00
gimpairbrushtool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpairbrushtool.h
gimpalignoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-06-03 17:05:01 +00:00
gimpalignoptions.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-06-03 17:05:01 +00:00
gimpaligntool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-06-07 20:12:23 +00:00
gimpaligntool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-06-07 20:12:23 +00:00
gimpblendoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpblendoptions.h
gimpblendtool.c app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimpblendtool.h
gimpbrightnesscontrasttool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-05-31 19:33:14 +00:00
gimpbrightnesscontrasttool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-05-31 19:33:14 +00:00
gimpbrushtool.c need to sort the boundary here since gimp_draw_tool_draw_boundary() 2005-07-18 15:54:49 +00:00
gimpbrushtool.h app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimpbucketfilloptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpbucketfilloptions.h
gimpbucketfilltool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimpbucketfilltool.h
gimpbycolorselecttool.c
gimpbycolorselecttool.h
gimpclonetool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimpclonetool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-16 19:12:08 +00:00
gimpcolorbalancetool.c app/actions/file-actions.c app/actions/plug-in-actions.c removed ellipsis 2005-06-15 21:38:00 +00:00
gimpcolorbalancetool.h
gimpcolorizetool.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpcolorizetool.h
gimpcoloroptions.c increased maximum radius for color picking to 300 pixels and made the 2005-02-12 21:06:05 +00:00
gimpcoloroptions.h
gimpcolorpickeroptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpcolorpickeroptions.h
gimpcolorpickertool.c added new public function gimp_dockable_blink_cancel() which stops title 2005-07-13 17:03:44 +00:00
gimpcolorpickertool.h
gimpcolortool.c app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimpcolortool.h More sample point stuff. Addresses bug #137776. 2005-03-09 00:23:19 +00:00
gimpconvolvetool.c transparently handle cursor vs. toggle cursor in the cursor accessor 2005-07-30 20:46:05 +00:00
gimpconvolvetool.h
gimpcropoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpcropoptions.h
gimpcroptool.c app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimpcroptool.h
gimpcurvestool.c app/tools/gimpcurvestool.c app/tools/gimplevelstool.c added missing casts. 2005-06-27 15:28:44 +00:00
gimpcurvestool.h
gimpdodgeburntool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpdodgeburntool.h
gimpdrawtool.c Store the GimpBrushCore::brush_bound_segs as sorted (the result of 2005-06-26 16:51:13 +00:00
gimpdrawtool.h
gimpeditselectiontool.c need to sort the boundary here since gimp_draw_tool_draw_boundary() 2005-07-18 15:54:49 +00:00
gimpeditselectiontool.h added new parameter "gboolean propagate_release" to 2004-10-06 21:04:13 +00:00
gimpellipseselecttool.c app/tools/gimpellipseselecttool.c applied a patch by Nils Bjorklund that 2005-03-07 21:31:22 +00:00
gimpellipseselecttool.h
gimperasertool.c transparently handle cursor vs. toggle cursor in the cursor accessor 2005-07-30 20:46:05 +00:00
gimperasertool.h
gimpflipoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpflipoptions.h
gimpfliptool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimpfliptool.h
gimpforegroundselecttool.c app/display/gimpdisplayshell-render.c renamed overlay to mask and added a 2005-07-30 22:29:02 +00:00
gimpforegroundselecttool.h app/display/gimpdisplayshell-render.c added 2005-07-30 18:19:54 +00:00
gimpfreeselecttool.c added a progress parameter. 2005-07-29 03:28:27 +00:00
gimpfreeselecttool.h added a progress parameter. 2005-07-29 03:28:27 +00:00
gimpfuzzyselecttool.c app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimpfuzzyselecttool.h
gimphistogramoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimphistogramoptions.h
gimphuesaturationtool.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimphuesaturationtool.h app/base/hue-saturation.[ch] applied a patch from Joao S. O. Bueno 2005-03-12 12:25:57 +00:00
gimpimagemapoptions.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpimagemapoptions.h
gimpimagemaptool.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpimagemaptool.h app/tools/gimpimagemaptool.[ch] app/tools/gimpcurvestool.c allow to 2004-10-22 19:44:03 +00:00
gimpinkoptions-gui.c themes/Default/images/Makefile.am 2005-07-29 18:04:59 +00:00
gimpinkoptions-gui.h
gimpinktool.c Fixed bug #165618: 2005-03-04 11:42:46 +00:00
gimpinktool.h
gimpiscissorstool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimpiscissorstool.h
gimplevelstool.c app/tools/gimpcurvestool.c app/tools/gimplevelstool.c added missing casts. 2005-06-27 15:28:44 +00:00
gimplevelstool.h
gimpmagnifyoptions.c removed the GUI for the Threshold option; it is more confusing than 2005-05-07 09:37:03 +00:00
gimpmagnifyoptions.h
gimpmagnifytool.c transparently handle cursor vs. toggle cursor in the cursor accessor 2005-07-30 20:46:05 +00:00
gimpmagnifytool.h
gimpmeasureoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpmeasureoptions.h
gimpmeasuretool.c app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimpmeasuretool.h added width and height to the info displayed in the statusbar and the info 2005-03-21 10:27:36 +00:00
gimpmoveoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpmoveoptions.h app/config/gimpguiconfig.[ch] app/config/gimprc-blurbs.h 2004-10-30 15:02:39 +00:00
gimpmovetool.c app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimpmovetool.h app/config/gimpguiconfig.[ch] app/config/gimprc-blurbs.h 2004-10-30 15:02:39 +00:00
gimpnewrectselecttool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimpnewrectselecttool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-04-09 18:08:47 +00:00
gimppaintbrushtool.c
gimppaintbrushtool.h
gimppaintoptions-gui.c swapped the opacity scale and the paint mode menu to be consistent with 2005-07-11 22:03:22 +00:00
gimppaintoptions-gui.h
gimppainttool.c need to sort the boundary here since gimp_draw_tool_draw_boundary() 2005-07-18 15:54:49 +00:00
gimppainttool.h app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimppenciltool.c
gimppenciltool.h
gimpperspectivetool.c changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
gimpperspectivetool.h
gimpposterizetool.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpposterizetool.h
gimprectangleoptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-09 22:22:38 +00:00
gimprectangleoptions.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-09 22:22:38 +00:00
gimprectangleselecttool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimprectangleselecttool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-04-09 18:08:47 +00:00
gimprectangletool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimprectangletool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-04-09 18:08:47 +00:00
gimprectselecttool.c app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimprectselecttool.h app/tools/gimpellipseselecttool.c applied a patch by Nils Bjorklund that 2005-03-07 21:31:22 +00:00
gimpregionselecttool.c app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimpregionselecttool.h
gimprotatetool.c changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
gimprotatetool.h
gimpscaletool.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpscaletool.h
gimpselectionoptions.c no antialiasing for the foreground selection tool (yet). 2005-07-29 02:07:49 +00:00
gimpselectionoptions.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-02 18:18:19 +00:00
gimpselectiontool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimpselectiontool.h
gimpsheartool.c changed all transform utilities to modify the passed transform matrix 2005-03-21 19:10:11 +00:00
gimpsheartool.h
gimpsmudgetool.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpsmudgetool.h
gimpsourcetool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimpsourcetool.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-16 19:12:08 +00:00
gimptextoptions.c Allow to use the selected font in the text editor (bug #170299): 2005-06-11 14:18:51 +00:00
gimptextoptions.h app/text/gimptextlayout.[ch] allow to adjust letter-spacing. 2005-03-02 12:54:54 +00:00
gimptexttool.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimptexttool.h
gimpthresholdtool.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
gimpthresholdtool.h
gimptool.c transparently handle cursor vs. toggle cursor in the cursor accessor 2005-07-30 20:46:05 +00:00
gimptool.h app/tools/gimppainttool.[ch] unified tool and paint-tool statusbar APIs. 2005-05-07 13:24:47 +00:00
gimptoolcontrol.c transparently handle cursor vs. toggle cursor in the cursor accessor 2005-07-30 20:46:05 +00:00
gimptoolcontrol.h transparently handle cursor vs. toggle cursor in the cursor accessor 2005-07-30 20:46:05 +00:00
gimptooloptions-gui.c removed the recently added utility functions again. 2004-10-12 12:06:50 +00:00
gimptooloptions-gui.h removed the recently added utility functions again. 2004-10-12 12:06:50 +00:00
gimptransformoptions.c oops, I didn't meant to commit that yet 2005-05-07 09:38:29 +00:00
gimptransformoptions.h oops, I didn't meant to commit that yet 2005-05-07 09:38:29 +00:00
gimptransformtool-undo.c
gimptransformtool-undo.h
gimptransformtool.c added GimpPickable::get_opacity_at() 2005-07-11 19:21:52 +00:00
gimptransformtool.h applied patch from Sven Neumann which removes code that prevents layers 2004-12-06 14:37:00 +00:00
gimpvectoroptions.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-02-04 20:47:42 +00:00
gimpvectoroptions.h
gimpvectortool.c return FALSE if the keypress event isn't handled because of a display 2005-07-19 21:26:12 +00:00
gimpvectortool.h Applied Patch by Sven Neumann to use the new statusbar functionality. 2005-04-08 13:43:10 +00:00
Makefile.am added gimp_scan_convert_render_value(), a variant of 2005-07-29 01:48:56 +00:00
makefile.msc updated dont include "gimpmessagedialog.c" to avoid redefinitions. Instead 2005-07-10 16:24:57 +00:00
tool_manager.c Use the canonical form for signal names. 2005-05-27 16:51:39 +00:00
tool_manager.h
tools-enums.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-02 20:47:59 +00:00
tools-enums.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-02 20:47:59 +00:00
tools-types.h
tools-utils.c broken pipe on previous commit, finishing 2005-01-22 00:43:31 +00:00
tools-utils.h