Gimp/app/tools
Jehan ffe2fb478c app: new gimp_spin_scale_set_constrain_drag() and use it on paint...
... tools' brush options.
After discussions, it turned out that many people disliked that the spin
scale for brush size (and some other options) get you fractional values.
How often do you actually need to get a 4.32 pixel-size brush? And even
how meaningful is it? On the other hand, you usually want a 4 or a 5
pixel size brush and it's nearly impossible to get (exactly) by dragging
the scale widget.
It is so annoying that some even resort to edit the value with keyboard!
So I am adding an optional "constrain" feature to GimpSpinScale. It will
still be possible to get fractional values when constraining is on, for
instance with keyboard edit (the arrow incrementation also will keep any
fractional part). So the interaction for such scales is simply reversed
so that you get integers easily, and fractional parts with a bit more
effort.

It is not turned on by default (some feature actually need precision and
we don't want to break the sliders for these) and for the time being, I
only applied it to all the brush settings in paint tools. Now that it
exist, we may want to apply this to more scales in various parts of
GIMP.

(cherry picked from commit bff3903f37)
2019-01-25 18:34:09 +01:00
..
.gitignore enums: add intermediate generated enum files to .gitignore 2017-08-24 15:35:27 -04:00
gimp-tool-options-manager.c Misc. comment typos 2018-07-14 21:17:19 +02:00
gimp-tool-options-manager.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimp-tools.c app: construct tool-options GUI lazily 2018-09-27 02:44:35 -04:00
gimp-tools.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpairbrushtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpairbrushtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpalignoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpalignoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpaligntool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpaligntool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrightnesscontrasttool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrightnesscontrasttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrushtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbrushtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbucketfilloptions.c app: add the concept of line art source to Bucket Fill tool. 2019-01-15 17:39:17 +01:00
gimpbucketfilloptions.h app: add the concept of line art source to Bucket Fill tool. 2019-01-15 17:39:17 +01:00
gimpbucketfilltool.c app: allow more motion events with line art bucket fill. 2019-01-23 19:42:35 +01:00
gimpbucketfilltool.h app: make GimpBucketFillTool a GimpColorTool. 2018-12-19 15:54:12 +01:00
gimpbycolorselecttool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpbycolorselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcageoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcageoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcagetool.c app: in all tools, blink lock box when the current item is locked 2018-12-10 08:57:14 -05:00
gimpcagetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcloneoptions-gui.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcloneoptions-gui.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpclonetool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpclonetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcoloroptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcoloroptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcolorpickeroptions.c app: move GimpColorFrameMode to the core and name it GimpColorPickMode 2018-07-15 23:29:41 +02:00
gimpcolorpickeroptions.h app: move GimpColorFrameMode to the core and name it GimpColorPickMode 2018-07-15 23:29:41 +02:00
gimpcolorpickertool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:39:03 +02:00
gimpcolorpickertool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcolortool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:39:03 +02:00
gimpcolortool.h app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:39:03 +02:00
gimpconvolvetool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpconvolvetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcropoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcropoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcroptool.c app: in all tools, blink lock box when the current item is locked 2018-12-10 08:57:14 -05:00
gimpcroptool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpcurvestool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:39:03 +02:00
gimpcurvestool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdodgeburntool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdodgeburntool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpdrawtool.c app: in GimpDrawTool, avoid CRITICAL on widget signal if not active 2019-01-13 08:15:49 -05:00
gimpdrawtool.h MR !19: Add support for vertical text writing. 2018-07-30 23:10:11 +02:00
gimpeditselectiontool.c app: in all tools, blink lock box when the current item is locked 2018-12-10 08:57:14 -05:00
gimpeditselectiontool.h app: in the move tool, blink type box when there's no item to move 2018-12-10 08:55:41 -05:00
gimpellipseselecttool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpellipseselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimperasertool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:39:03 +02:00
gimperasertool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfilteroptions.c app: in filter tools, allow toggling on-canvas controller visibility 2019-01-13 08:15:51 -05:00
gimpfilteroptions.h app: in filter tools, allow toggling on-canvas controller visibility 2019-01-13 08:15:51 -05:00
gimpfiltertool-settings.c app, libgimpconfig: make various usage of g_file_replace() safer. 2018-12-07 00:51:05 +01:00
gimpfiltertool-settings.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfiltertool-widgets.c app: fix segafult when halting filter-tool with controller 2018-07-24 02:27:01 -04:00
gimpfiltertool-widgets.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfiltertool.c app: in filter tools, allow toggling on-canvas controller visibility 2019-01-13 08:15:51 -05:00
gimpfiltertool.h app: in filter tools, allow toggling on-canvas controller visibility 2019-01-13 08:15:51 -05:00
gimpflipoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpflipoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfliptool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfliptool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpforegroundselectoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpforegroundselectoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpforegroundselecttool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpforegroundselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpforegroundselecttoolundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpforegroundselecttoolundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfreeselecttool.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimpfreeselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpfuzzyselecttool.c app: do not make line art bucket fill a GimpSelectCriterion anymore. 2018-12-19 16:23:26 +01:00
gimpfuzzyselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgegltool.c app: add gegl:long-shadow to the menus 2018-08-09 19:03:06 -04:00
gimpgegltool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgenerictransformtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgenerictransformtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgradientoptions.c Issue #1833 - (gimp-context-get-gradient-repeat-mode) always warns... 2018-07-12 11:44:35 +02:00
gimpgradientoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgradienttool-editor.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgradienttool-editor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpgradienttool.c app: in the gradient tool, halt gradient editor before committing filter 2019-01-12 04:54:18 -05:00
gimpgradienttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpguidetool.c Issue #2116 - bug: Image guide creation by dragging does not allow ... 2018-08-28 03:46:25 -04:00
gimpguidetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimphandletransformoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimphandletransformoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimphandletransformtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimphandletransformtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimphealtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimphealtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimphistogramoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimphistogramoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpinkoptions-gui.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpinkoptions-gui.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpinktool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:39:03 +02:00
gimpinktool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpiscissorsoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpiscissorsoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpiscissorstool.c libgimpcolor, app, modules, plug-ins: remove GEGL_ITERATOR2 define 2018-12-02 11:21:36 -05:00
gimpiscissorstool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplevelstool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimplevelstool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmagnifyoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmagnifyoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmagnifytool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmagnifytool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmeasureoptions.c Issue #1851 - Measure tool straighten rotation is always to the horizontal. 2018-07-15 19:09:16 -04:00
gimpmeasureoptions.h Issue #1851 - Measure tool straighten rotation is always to the horizontal. 2018-07-15 19:09:16 -04:00
gimpmeasuretool.c Issue #1850 - Undoing the "straighten" operation in the Measure tool ... 2018-07-16 01:21:48 -04:00
gimpmeasuretool.h Issue #1851 - Measure tool straighten rotation is always to the horizontal. 2018-07-15 19:09:16 -04:00
gimpmoveoptions.c app: in the move tool, blink type box when there's no item to move 2018-12-10 08:55:41 -05:00
gimpmoveoptions.h app: in the move tool, blink type box when there's no item to move 2018-12-10 08:55:41 -05:00
gimpmovetool.c app: alt-click to pick a layer will loop through candidate layers. 2019-01-08 13:41:06 +01:00
gimpmovetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmybrushoptions-gui.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmybrushoptions-gui.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpmybrushtool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:39:03 +02:00
gimpmybrushtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpnpointdeformationoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpnpointdeformationoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpnpointdeformationtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpnpointdeformationtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpoperationtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpoperationtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppaintbrushtool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:39:03 +02:00
gimppaintbrushtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppaintoptions-gui.c app: new gimp_spin_scale_set_constrain_drag() and use it on paint... 2019-01-25 18:34:09 +01:00
gimppaintoptions-gui.h app: in the paint tools, blink mode box when the current mode is invalid 2018-12-10 08:55:43 -05:00
gimppainttool-paint.c app: add "direct" parameter to gimp_projection_flush_now() 2018-12-02 10:15:36 -05:00
gimppainttool-paint.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppainttool.c app: make layer picking a generic modifier of the shell. 2019-01-08 13:41:06 +01:00
gimppainttool.h app: make layer picking a generic modifier of the shell. 2019-01-08 13:41:06 +01:00
gimppenciltool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimppenciltool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpperspectiveclonetool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpperspectiveclonetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpperspectivetool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpperspectivetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprectangleoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprectangleoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprectangleselectoptions.c app: fix rectangle-select tool rounded-corners option 2019-01-21 11:39:28 -05:00
gimprectangleselectoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprectangleselecttool.c app, libgimp*, modules: don't use g_type_class_add_private() ... 2018-09-18 14:41:35 -04:00
gimprectangleselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpregionselectoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpregionselectoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpregionselecttool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpregionselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprotatetool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimprotatetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsamplepointtool.c app: turn GimpSamplePoint into a GObject, just like GimpGuide 2018-07-15 16:01:16 +02:00
gimpsamplepointtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpscaletool.c app: in scale tool, scale around center even when using numeric input 2018-11-15 12:53:11 -05:00
gimpscaletool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpseamlesscloneoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpseamlesscloneoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpseamlessclonetool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpseamlessclonetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpselectionoptions.c app: in the selection tools, blink mode box when the current operation is invalid 2018-12-10 08:55:41 -05:00
gimpselectionoptions.h app: in the selection tools, blink mode box when the current operation is invalid 2018-12-10 08:55:41 -05:00
gimpselectiontool.c app: alt-click to pick a layer will loop through candidate layers. 2019-01-08 13:41:06 +01:00
gimpselectiontool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsheartool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsheartool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsmudgetool.c Issue #1942 - Smudge Tool with Sample Merged Option 2019-01-20 17:50:50 +01:00
gimpsmudgetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsourcetool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpsourcetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptextoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptextoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptexttool-editor.c Modified a comment in more detail. 2018-07-31 15:24:30 +02:00
gimptexttool-editor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptexttool.c app: don't change text-layer box mode after moving using text tool 2018-09-06 11:47:08 -04:00
gimptexttool.h app: streamline text-tool drawing blocking/unblocking logic 2018-09-06 11:47:08 -04:00
gimpthresholdtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpthresholdtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptilehandleriscissors.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptilehandleriscissors.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptool-progress.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptool-progress.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptool.c Issue #1824 - Crash on 2.10.4 using tablet 2019-01-09 13:40:48 -05:00
gimptool.h Issue #1824 - Crash on 2.10.4 using tablet 2019-01-09 13:40:48 -05:00
gimptoolcontrol.c Issue #1180 - Warp tool aborts changes to layer A when ... 2018-09-29 12:38:50 -04:00
gimptoolcontrol.h Issue #1180 - Warp tool aborts changes to layer A when ... 2018-09-29 12:38:50 -04:00
gimptooloptions-gui.c app: construct tool-options GUI lazily 2018-09-27 02:44:35 -04:00
gimptooloptions-gui.h app: construct tool-options GUI lazily 2018-09-27 02:44:35 -04:00
gimptools-utils.c app: add gimp_tools_blink_lock_box() 2018-12-10 08:57:11 -05:00
gimptools-utils.h app: add gimp_tools_blink_lock_box() 2018-12-10 08:57:11 -05:00
gimptransformgridoptions.c Issue #2786: a few string issues. 2019-01-12 18:04:55 +01:00
gimptransformgridoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptransformgridtool.c Issue #2308 - Strange behavior when switching active layer during transform 2018-10-04 21:51:38 -04:00
gimptransformgridtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptransformgridtoolundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptransformgridtoolundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimptransformoptions.c app: in the transform tools, blink type box when there's no item to transform 2018-12-10 08:55:42 -05:00
gimptransformoptions.h app: in the transform tools, blink type box when there's no item to transform 2018-12-10 08:55:42 -05:00
gimptransformtool.c app: in all tools, blink lock box when the current item is locked 2018-12-10 08:57:14 -05:00
gimptransformtool.h Issue #2308 - Strange behavior when switching active layer during transform 2018-10-04 21:51:38 -04:00
gimpunifiedtransformtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpunifiedtransformtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpvectoroptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpvectoroptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpvectortool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpvectortool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
gimpwarpoptions.c app: in the warp tool, blink behavior combo when the current behavior is invalid 2018-12-12 11:23:49 -05:00
gimpwarpoptions.h app: in the warp tool, blink behavior combo when the current behavior is invalid 2018-12-12 11:23:49 -05:00
gimpwarptool.c app: in warp tool, crop filter to stroke bounds 2018-12-30 05:13:30 -05:00
gimpwarptool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
Makefile.am app: add gimp_tools_blink_lock_box() 2018-12-10 08:57:11 -05:00
tool_manager.c Issue #1180 - Warp tool aborts changes to layer A when ... 2018-09-29 12:38:50 -04:00
tool_manager.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:47:19 +02:00
tools-enums.c app: add the concept of line art source to Bucket Fill tool. 2019-01-15 17:39:17 +01:00
tools-enums.h app: add the concept of line art source to Bucket Fill tool. 2019-01-15 17:39:17 +01:00
tools-types.h app: construct tool-options GUI lazily 2018-09-27 02:44:35 -04:00