gimp/app/tools
Ell 2523808e4a app: add gimp_paint_core_{set_show_all,get_image_pickable}()
GimpPaintCore operates indipendently of a display, and hence needs
to be explictly told when operating in "show all" mode, affecting
the result of paint tools operating in "sample merged" mode.  Add
gimp_paint_core_set_show_all() for that purpose, and call it,
passing the current display's "show all" mode, in GimpPaintTool.
This controls which pickable (the image itself, or its projection)
is used as the sampling source, as per
GimpPaintCore::saved_proj_buffer, and as returned by the new
gimp_paint_core_get_image_pickable() function.
2019-09-06 20:10:30 +03:00
..
.gitignore enums: add intermediate generated enum files to .gitignore 2017-08-24 15:35:27 -04:00
Makefile.am Issue #40 - Layer offset tool 2019-06-05 19:06:56 -04:00
gimp-tool-options-manager.c Issue #3435 - GIMP encountered an error: GIMP-CRITICAL:... 2019-06-26 18:53:22 +02:00
gimp-tool-options-manager.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-tools.c Issue #40 - Layer offset tool 2019-06-05 19:06:56 -04:00
gimp-tools.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpairbrushtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpairbrushtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpalignoptions.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpalignoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpaligntool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpaligntool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbrightnesscontrasttool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbrightnesscontrasttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbrushtool.c app: fix cursor precision of source tools 2019-01-31 06:22:45 -05:00
gimpbrushtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbucketfilloptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpbucketfilloptions.h app: change antialias feature in fill by line art into Feather Edges. 2019-03-28 14:06:17 +01:00
gimpbucketfilltool.c app: add "show all" support to the bucket-fill tool in "fill similar colors" mode 2019-09-05 18:04:12 +03:00
gimpbucketfilltool.h app: make GimpBucketFillTool a GimpColorTool. 2018-11-27 17:25:05 +01:00
gimpbycolorselecttool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpbycolorselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcageoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcageoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcagetool.c app: some formatting in the edit non-visible layers code 2019-06-24 15:57:21 +02:00
gimpcagetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcloneoptions-gui.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcloneoptions-gui.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpclonetool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpclonetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcoloroptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcoloroptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcolorpickeroptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcolorpickeroptions.h app: move GimpColorFrameMode to the core and name it GimpColorPickMode 2018-07-15 23:24:50 +02:00
gimpcolorpickertool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:32:53 +02:00
gimpcolorpickertool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcolortool.c app: add support for color picking in "show all" mode 2019-09-04 20:51:43 +03:00
gimpcolortool.h app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:32:53 +02:00
gimpconvolvetool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpconvolvetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcropoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpcropoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcroptool.c app: in all tools, blink lock box when the current item is locked 2018-12-10 08:55:17 -05:00
gimpcroptool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcurvestool.c libgimpwidgets: add GDestroyNotify to gimp_int_combo_box_connect() 2019-08-08 00:22:15 +02:00
gimpcurvestool.h app: fix Curves tool numeric-entry range/precision for > 8-bpc images 2019-04-19 11:13:14 -04:00
gimpdodgeburntool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdodgeburntool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpdrawtool.c Add other misc. typo fixes 2019-08-13 11:50:51 -04:00
gimpdrawtool.h app: use a pickable instead of a drawable in GimpCanvasTransformPreview 2019-08-11 00:28:43 +03:00
gimpeditselectiontool.c app: in GimpEditSelectionTool, freeze moved items' previews 2019-09-04 20:51:43 +03:00
gimpeditselectiontool.h app: in the move tool, blink type box when there's no item to move 2018-12-10 08:39:47 -05:00
gimpellipseselecttool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpellipseselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimperasertool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:32:53 +02:00
gimperasertool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfilteroptions.c app: in GimpFilterTool, add "clipping" option 2019-08-02 00:40:01 +03:00
gimpfilteroptions.h app: in GimpFilterTool, add "clipping" option 2019-08-02 00:40:01 +03:00
gimpfiltertool-settings.c app, libgimpconfig: make various usage of g_file_replace() safer. 2018-11-26 15:50:38 +01:00
gimpfiltertool-settings.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfiltertool-widgets.c Issue #3304 - Invalid write when halting filter tool with controller 2019-04-30 16:46:59 -04:00
gimpfiltertool-widgets.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfiltertool.c app: add "clip" parameter to gimp_display_shell_untransform_viewport() 2019-09-04 20:47:25 +03:00
gimpfiltertool.h app: in GimpFilterTool, add "clipping" option 2019-08-02 00:40:01 +03:00
gimpflipoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpflipoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfliptool.c app: add "Image" transform type to transform tools 2019-08-11 00:28:44 +03:00
gimpfliptool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpforegroundselectoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpforegroundselectoptions.h Foreground-select Tool: new Preview Mode and color selector for "On color" preview 2019-06-18 17:59:41 +02:00
gimpforegroundselecttool.c app: use gimp_gegl_buffer_dup() everywhere 2019-07-30 20:32:41 +03:00
gimpforegroundselecttool.h Foreground-select Tool: new Preview Mode and color selector for "On color" preview 2019-06-18 17:59:41 +02:00
gimpforegroundselecttoolundo.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpforegroundselecttoolundo.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpfreeselecttool.c Issue #3597: Free selection: CRITICAL when double clicking on a handle. 2019-07-02 15:21:05 +02:00
gimpfreeselecttool.h app: factor-out common free/fg-select logic into GimpPolygonSelectTool 2019-04-25 06:07:57 -04:00
gimpfuzzyselecttool.c app: do not make line art bucket fill a GimpSelectCriterion anymore. 2018-12-12 15:27:48 +01:00
gimpfuzzyselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpgegltool.c app: add gegl:mean-curvature-blur to Filters -> Blur 2019-07-19 14:41:19 +02:00
gimpgegltool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpgenerictransformtool.c app: in GimpTransformGridTool, allow simultaneous forward and backward transforms 2019-02-04 16:48:12 -05:00
gimpgenerictransformtool.h app: in GimpTransformGridTool, allow simultaneous forward and backward transforms 2019-02-04 16:48:12 -05:00
gimpgradientoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpgradientoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpgradienttool-editor.c libgimpwidgets, app, plug-ins: use GimpSpinButton everywhere 2019-03-09 07:28:52 -05:00
gimpgradienttool-editor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpgradienttool.c app: in the gradient tool, set the graph's underlying node 2019-07-28 12:10:17 +03:00
gimpgradienttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpguidetool.c app: allow moving an intersecting pair of guides with the Move tool 2019-05-30 01:51:06 -04:00
gimpguidetool.h app: allow moving an intersecting pair of guides with the Move tool 2019-05-30 01:51:06 -04:00
gimphandletransformoptions.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimphandletransformoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimphandletransformtool.c app: in GimpTransformGridTool, allow linking forward/backward transforms 2019-02-04 16:48:13 -05:00
gimphandletransformtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimphealtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimphealtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimphistogramoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimphistogramoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpinkoptions-gui.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpinkoptions-gui.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpinktool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:32:53 +02:00
gimpinktool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpiscissorsoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpiscissorsoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpiscissorstool.c libgimpcolor, app, modules, plug-ins: remove GEGL_ITERATOR2 define 2018-12-02 11:15:37 -05:00
gimpiscissorstool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimplevelstool.c Initial space invasion commit in GIMP 2018-07-21 16:42:57 +02:00
gimplevelstool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmagnifyoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpmagnifyoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmagnifytool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmagnifytool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmeasureoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpmeasureoptions.h Revert "app: add "perspective correction" option to the measure tool" 2018-09-25 04:21:49 -04:00
gimpmeasuretool.c app: add GimpTransformToolClass::undo_desc field 2019-02-04 15:59:55 -05:00
gimpmeasuretool.h Revert "app: add "perspective correction" option to the measure tool" 2018-09-25 04:21:49 -04:00
gimpmoveoptions.c app: add "Image" transform type to transform tools 2019-08-11 00:28:44 +03:00
gimpmoveoptions.h app: in the move tool, blink type box when there's no item to move 2018-12-10 08:39:47 -05:00
gimpmovetool.c app: add "Image" transform type to transform tools 2019-08-11 00:28:44 +03:00
gimpmovetool.h app: allow moving an intersecting pair of guides with the Move tool 2019-05-30 01:51:06 -04:00
gimpmybrushoptions-gui.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmybrushoptions-gui.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpmybrushtool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:32:53 +02:00
gimpmybrushtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpnpointdeformationoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpnpointdeformationoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpnpointdeformationtool.c app: fix cursor precision of various tools 2019-01-31 04:39:37 -05:00
gimpnpointdeformationtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpoffsettool.c Offset tool: mark forgotten messages for translation 2019-06-12 22:56:31 +03:00
gimpoffsettool.h Issue #40 - Layer offset tool 2019-06-05 19:06:56 -04:00
gimpoperationtool.c app: add GimpFilterTool::region_changed() virtual function 2019-06-06 03:09:58 -04:00
gimpoperationtool.h Issue #2898 - Gegl Operations - Color Wrap does not fit the screen on... 2019-02-03 18:08:27 +01:00
gimppaintbrushtool.c app: rename enum GimpColorPickMode to GimpColorPickTarget 2018-07-15 14:32:53 +02:00
gimppaintbrushtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppaintoptions-gui.c app: add incremental mode to the Dodge/Burn tool 2019-04-17 10:02:42 -04:00
gimppaintoptions-gui.h app: in the paint tools, blink mode box when the current mode is invalid 2018-12-10 08:55:14 -05:00
gimppainttool-paint.c app: add gimp_paint_core_{set_show_all,get_image_pickable}() 2019-09-06 20:10:30 +03:00
gimppainttool-paint.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppainttool.c app: some formatting in the edit non-visible layers code 2019-06-24 15:57:21 +02:00
gimppainttool.h app: add gimp_paint_tool_set_active() 2019-01-31 06:22:45 -05:00
gimppenciltool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppenciltool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpperspectiveclonetool.c app: add support for color picking in "show all" mode 2019-09-04 20:51:43 +03:00
gimpperspectiveclonetool.h app: in perspective-clone tool, fix cursor presicion; hide brush while adjusting 2019-01-31 06:22:46 -05:00
gimpperspectivetool.c app: take transform-grid handle size into account when readjusting 2019-03-08 12:11:13 -05:00
gimpperspectivetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimppolygonselecttool.c Issue #3514: Free Select tool: Alt-Ctrl|Shift not working unless... 2019-06-16 20:10:06 +02:00
gimppolygonselecttool.h app: factor-out common free/fg-select logic into GimpPolygonSelectTool 2019-04-25 06:07:57 -04:00
gimprectangleoptions.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimprectangleoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimprectangleselectoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimprectangleselectoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimprectangleselecttool.c app: fix dirty mask/action in the rectangle- and free-select tools 2019-04-25 07:08:54 -04:00
gimprectangleselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpregionselectoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpregionselectoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpregionselecttool.c app: add support for color picking in "show all" mode 2019-09-04 20:51:43 +03:00
gimpregionselecttool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimprotatetool.c libgimpwidgets, app, plug-ins: use GimpSpinButton everywhere 2019-03-09 07:28:52 -05:00
gimprotatetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsamplepointtool.c app: turn GimpSamplePoint into a GObject, just like GimpGuide 2018-07-15 15:58:24 +02:00
gimpsamplepointtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpscaletool.c app: take transform-grid handle size into account when readjusting 2019-03-08 12:11:13 -05:00
gimpscaletool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpseamlesscloneoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpseamlesscloneoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpseamlessclonetool.c app: add "clip" parameter to gimp_display_shell_untransform_viewport() 2019-09-04 20:47:25 +03:00
gimpseamlessclonetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpselectionoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpselectionoptions.h app: in the selection tools, blink mode box when the current operation is invalid 2018-12-10 08:39:46 -05:00
gimpselectiontool.c Add other misc. typo fixes 2019-08-13 11:50:51 -04:00
gimpselectiontool.h app: move undo/redo logic for GimpRectangleSelectTool to GimpSelectionTool 2019-04-25 06:07:54 -04:00
gimpsheartool.c app: in GimpTransformGridTool, allow simultaneous forward and backward transforms 2019-02-04 16:48:12 -05:00
gimpsheartool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsmudgetool.c Issue #1942 - Smudge Tool with Sample Merged Option 2019-01-20 17:48:04 +01:00
gimpsmudgetool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpsourcetool.c app: fix cursor precision of source tools 2019-01-31 06:22:45 -05:00
gimpsourcetool.h app: fix cursor precision of source tools 2019-01-31 06:22:45 -05:00
gimptextoptions.c app: use g_clear_pointer() in more places 2019-05-27 17:47:55 +02:00
gimptextoptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptexttool-editor.c app: use g_clear_pointer() in more places 2019-05-27 17:47:55 +02:00
gimptexttool-editor.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptexttool.c app: add support for color picking in "show all" mode 2019-09-04 20:51:43 +03:00
gimptexttool.h app: streamline text-tool drawing blocking/unblocking logic 2018-09-06 11:46:50 -04:00
gimpthresholdtool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpthresholdtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptilehandleriscissors.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimptilehandleriscissors.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptool-progress.c app: fix tool->progress_cancelable assignment in gimp_tool_progress_start() 2019-02-10 21:22:16 +01:00
gimptool-progress.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimptool.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimptool.h Issue #1824 - Crash on 2.10.4 using tablet 2019-01-09 13:40:44 -05:00
gimptoolcontrol.c Issue #1180 - Warp tool aborts changes to layer A when ... 2018-09-29 12:38:45 -04:00
gimptoolcontrol.h Issue #1180 - Warp tool aborts changes to layer A when ... 2018-09-29 12:38:45 -04:00
gimptooloptions-gui.c app: construct tool-options GUI lazily 2018-09-27 02:41:59 -04:00
gimptooloptions-gui.h app: construct tool-options GUI lazily 2018-09-27 02:41:59 -04:00
gimptools-utils.c app: add gimp_tools_blink_lock_box() 2018-12-10 08:55:17 -05:00
gimptools-utils.h app: add gimp_tools_blink_lock_box() 2018-12-10 08:55:17 -05:00
gimptransformgridoptions.c app: add "Image" transform type to transform tools 2019-08-11 00:28:44 +03:00
gimptransformgridoptions.h app: in GimpTransformGridTool, allow linking forward/backward transforms 2019-02-04 16:48:13 -05:00
gimptransformgridtool.c app: fix transform-tool preview/bounds in show-all mode when transforming entire image 2019-09-04 20:51:43 +03:00
gimptransformgridtool.h app: add "Image" transform type to transform tools 2019-08-11 00:28:44 +03:00
gimptransformgridtoolundo.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimptransformgridtoolundo.h app: in GimpTransformGridTool, allow simultaneous forward and backward transforms 2019-02-04 16:48:12 -05:00
gimptransformoptions.c Use "Returns:" to annotate return values 2019-08-03 07:53:47 +00:00
gimptransformoptions.h app: in GimpTransformGridTool, allow linking forward/backward transforms 2019-02-04 16:48:13 -05:00
gimptransformtool.c app: fix transform-tool preview/bounds in show-all mode when transforming entire image 2019-09-04 20:51:43 +03:00
gimptransformtool.h app: add gimp_transform_tool_set_type() 2019-08-11 00:28:44 +03:00
gimpunifiedtransformtool.c app: take transform-grid handle size into account when readjusting 2019-03-08 12:11:13 -05:00
gimpunifiedtransformtool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpvectoroptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpvectoroptions.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpvectortool.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpvectortool.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpwarpoptions.c libgimbase: merge gimpparam.h into gimpparamspecs.h 2019-07-31 10:16:21 +02:00
gimpwarpoptions.h app: add "real-time preview" option to the warp tool 2019-03-03 16:23:23 -05:00
gimpwarptool.c app: some formatting in the edit non-visible layers code 2019-06-24 15:57:21 +02:00
gimpwarptool.h app: properly implement "spacing" option in the warp tool 2019-03-03 16:21:57 -05:00
tool_manager.c Issue #2057 - All tool presets change FG, BG and Pallete color... 2019-06-02 15:13:27 +02:00
tool_manager.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
tools-enums.c app: add "Image" transform type to transform tools 2019-08-11 00:28:44 +03:00
tools-enums.h app: add "Image" transform type to transform tools 2019-08-11 00:28:44 +03:00
tools-types.h app: construct tool-options GUI lazily 2018-09-27 02:41:59 -04:00