Commit graph

5823 commits

Author SHA1 Message Date
Jaex
d27a7de529 Force proportional resizing in magnify tool 2019-05-03 11:01:09 +03:00
Jaex
7d71c6bd45 Fix magnify issue 2019-05-03 10:44:04 +03:00
Jaex
01bfe03112 Added magnify strength option 2019-05-03 10:40:54 +03:00
Jaex
89ff9f0f34 Update annotation tool tooltips to not include category name 2019-05-03 09:41:43 +03:00
Jaex
4477b8ce55 fixed #2891: Added magnify annotation tool 2019-05-02 12:45:54 +03:00
Jaex
879852cf04 Update inno scripts 2019-05-01 08:57:23 +03:00
Jaex
a5a5fe0d4b
Merge pull request #4084 from Danielku15/feature/select-tool
Fix issues for select tool
2019-04-29 21:49:02 +03:00
Jaex
79a913d10c
Merge pull request #4104 from sylveon/master
Parallelize matrix convolution and consider transparency in gaussian blurs
2019-04-29 21:28:35 +03:00
Daniel Kuschny
8cb8416cd4 Removed unneeded variable, ensure shape stays selected after drawing 2019-04-29 18:28:54 +02:00
Charles Milette
f770f2338b
Parallelize matrix convolution and consider transparency in gaussian blurs 2019-04-28 22:06:06 -04:00
Jaex
8677a80768 Removed preset Chevereto uploaders list 2019-04-26 22:26:43 +03:00
Jaex
d1ae0d5734 fixed #4093: Removed preset Pomf uploaders list 2019-04-26 22:11:11 +03:00
Jaex
34b7137102 resolves #2638: Added option to disable hotkeys when active window is fullscreen 2019-04-20 23:48:54 +03:00
Jaex
79bcce9623 Ignore desktop when checking for fullscreen 2019-04-20 23:23:30 +03:00
Jaex
b7a9d10ec3 Rename option 2019-04-20 22:45:59 +03:00
Daniel Kuschny
e3b39685a0 Changed default option for auto-switchin of tools 2019-04-15 21:01:29 +02:00
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
7b107fcd31
Merge pull request #4058 from Danielku15/feature/select-tool
Added select tool to image editor
2019-04-14 09:40:10 +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
cf7893b6cb Support wildcard in image history form search 2019-04-09 12:04:07 +03:00
Jaex
457e13b7bb Support wildcard in history form filename filter 2019-04-09 11:46:32 +03:00
Jaex
d0f9b46075
Merge pull request #4069 from yagizhan49/patch-1
Fixing Turkish translation
2019-04-08 20:33:39 +03:00
Jaex
5ef8737036
Merge pull request #4068 from maximmax42/patch-1
Fixing Russian translation
2019-04-08 20:29:13 +03:00
Yağızhan
4bfba97406
Correcting a typo 2019-04-08 19:06:13 +03:00
Maxim
b53a617872
Fixing Russian translation 2019-04-08 16:47:46 +05:00
Jaex
5a660e390f Change cursor drawing tool icon 2019-04-08 00:26:57 +03:00
Jaex
cee71e9635
Merge pull request #4067 from lucario/GCS-publicacl-toggle
[GCS] Add PublicACL toggle
2019-04-08 00:16:32 +03:00
Matthew Burnett
8600aad04a Fix window sizing (restored to original) 2019-04-07 16:56:30 -04:00
Matthew Burnett
d5ccc6a5b7 Add checkbox to toggle public ACL 2019-04-07 16:42:47 -04:00
Jaex
d2f475d625
Merge pull request #4060 from L1Q/master
Translation improvements/updates
2019-04-05 15:36:49 +03:00
L1Q
763a3d2c5c Update russian translation 2019-04-04 23:08:18 +03:00
L1Q
572950c062 Remove unused lines 2019-04-04 23:04:42 +03:00
L1Q
c62d8556c6 Improve tranlsation support
Move lines to resx
2019-04-04 22:22:16 +03:00
Daniel Kuschny
c2bfb2bf5d Another minor code style issue. 2019-04-04 20:02:06 +02: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
c00b7ae6b9 Reordered toolbar and made selection tool default 2019-04-04 19:33:02 +02:00
Daniel Kuschny
056f17cbc7 Added select tool to image editor 2019-04-04 18:32:58 +02:00