Commit graph

576 commits

Author SHA1 Message Date
Daniel Kuschny
f34666816b Deselect shape before selecting new one, this ensures the correct behavior when switching between types 2019-04-15 20:59:18 +02:00
Daniel Kuschny
2957763918 Ensure correct shape selection clearing for different scenarios 2019-04-15 20:48:09 +02:00
Daniel Kuschny
0b07521fc5 Code style 2019-04-15 20:33:38 +02:00
Daniel Kuschny
a16dc4f75a Fixed issue that crop-tool shape is not cleared when switching to select tool manually 2019-04-15 20:29:22 +02:00
Jaex
c963e94406 Override IsSelectable instead of Intersects 2019-04-15 16:56:31 +03:00
Jaex
0657d23139 Use property for shape selectable state 2019-04-15 16:45:37 +03:00
Jaex
e0f6e11f44 Allow selecting freehand drawing when select tool is active 2019-04-15 16:27:14 +03:00
Jaex
552c898864 Don't show hover selection of windows and controls when select tool is active 2019-04-14 10:17:12 +03:00
Jaex
168addb557
Update ShapeManager.cs 2019-04-14 09:30:28 +03:00
Daniel Kuschny
076d3fc897 Changed label and icon of select tool, added german translation 2019-04-13 14:27:41 +02:00
Daniel Kuschny
3b413d0110 Limit auto select tool selection to drawing tools and added special logic to switch back after crop tool completion 2019-04-13 14:21:48 +02:00
Daniel Kuschny
fa89e16d4d Merge branch 'master' into feature/select-tool 2019-04-13 13:47:25 +02:00
Jaex
5a660e390f Change cursor drawing tool icon 2019-04-08 00:26:57 +03:00
Daniel Kuschny
220c2e4b19 Added selection icon from and applied it to the select tool. 2019-04-04 19:49:48 +02:00
Daniel Kuschny
a7cacddee1 Fixed code style issue 2019-04-04 19:36:28 +02:00
Daniel Kuschny
ba0e644896 Introduced settings that allow change of select tool behavior 2019-04-04 19:33:55 +02:00
Daniel Kuschny
1ba6769b76 Improved escape key handling. 2019-04-04 19:33:35 +02:00
Daniel Kuschny
056f17cbc7 Added select tool to image editor 2019-04-04 18:32:58 +02:00
Jaex
469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex
8c4b4d5c1e fixed #3838: If Windows in tablet mode then show close button in region capture toolbar 2018-12-29 11:17:44 +03:00
Jaex
585beaa173 fixed #3803: Allow using proportional resizing (shift) or snap resizing together (alt) with corner moving (ctrl) 2018-12-19 12:30:15 +03:00
Jaex
4642091372 fixed #3741: After use image editor task buttons, modified should be set to false 2018-11-17 12:20:59 +03:00
Jaex
73cd641fb5 CodeMaid cleanup 2018-10-30 20:58:35 +03:00
L1Q
2f2bf8ff0a Improve localization support
- move strings to resx
- create tokens for missing language names in about form
- mark uploader names invariant
2018-10-25 04:00:47 +03:00
Jaex
72aa0c5a4d
Merge pull request #3624 from Fyers/master
added StartingStepNumber option for AnnotationOptions #3611
2018-09-20 08:29:25 +03:00
Fyers
62eb62a9c2 moved StartingStepNumber from AnnotationOptions to ShapeManager 2018-09-19 18:35:58 +02:00
Fyers
48155ff42c only show StartingStepNumber on DrawingStep 2018-09-17 20:27:22 +02:00
Fyers
b952f3d654 added StartingStepNumber option for AnnotationOptions 2018-09-17 20:05:09 +02:00
Jaex
d4ff34aa8e Change default blur and pixelate values 2018-09-16 21:44:46 +03:00
Jaex
8fe31bf279 Added "Use light resize nodes" option to region capture 2018-08-29 17:49:50 +03:00
Jaex
dcbe2ab4fe #2955: Support old resize node style 2018-08-23 13:20:55 +03:00
Jaex
f270c59190 No need TaskEx.Run anymore 2018-08-03 14:01:12 +03:00
Jaex
894e6a6433 #3530: Save buttons in image editor will use task settings to generate name if file name is not supplied yet, that way user can save without use "save as..." dialog first 2018-07-16 12:44:23 +03:00
Jaex
c5f24df681 Changed sticker tool icon to smiley 2018-07-13 08:35:54 +03:00
Jaex
09f0ecc7e3 Fix one off issues 2018-06-18 19:15:34 +03:00
Jaex
568991cb45 Added gradient color support to Text (Outline) tool 2018-06-18 16:53:59 +03:00
Jaex
2e2ad7f437 Fixed fixed size region mode resize node proportional resizing 2018-06-17 09:24:00 +03:00
Jaex
d84cf9e48d If color of line changed don't reset center points 2018-06-06 01:27:08 +03:00
Jaex
ec1d942cf5 Rename IsAnnotated to IsModified 2018-06-04 18:47:38 +03:00
Jaex
ec45f15922 fixed #3374: Added screen color picker support to image editor color picker, also gonna show recent colors in screen color picker tool too 2018-06-02 15:34:52 +03:00
Jaex
cb3711632c Fix "Use of implied arithmetic operator precedence" 2018-05-16 16:27:11 +03:00
Jaex
9448df3cda fixed #3385: Make sure line and arrow easily selectable 2018-05-12 11:10:48 +03:00
Jaex
7dcde28b9b Removed ctrl + mouse wheel tool changing 2018-04-30 19:50:27 +03:00
Jaex
62dc5ff676 Allow to hide magnifier with mouse wheel if magnifier size reach below minimum pixel size 2018-04-30 19:45:35 +03:00
Jaex
47f91bd4e8 Resume form on shape update 2018-04-30 16:41:39 +03:00
Jaex
4a30690a69 Added link to region capture keybinds page 2018-04-30 16:19:57 +03:00
Ivan Bidolakh
aa1e8afe43 Cleanup code
newPoints is array of structs "System.Drawing.Point". Any element of an array can not be null. That expression (newPoints[i] == null) always return false. So, we can remove this cycle without changes in program logic.
2018-04-29 01:38:21 +03:00
Jaex
4776c83d08 Added form parameter to PickColor method to be able to show color picker in front of top most forms 2018-04-24 10:15:19 +03:00
SupSuper
52a15de904 .NET 4.5 scales toolstrips for us 2018-04-22 03:46:00 +01:00
Jaex
80369e98b0 Use editor canvas color option in editor 2018-04-16 18:02:54 +03:00