Commit graph

6369 commits

Author SHA1 Message Date
Jaex
2062845f84 Removed Q hotkey from region capture because users keep pressing it accidentally 2020-09-24 22:09:53 +03:00
Jaex
2d2f7c026f By default context menu won't be transparent 2020-09-24 21:53:50 +03:00
Jaex
ed5a8c0765
Merge pull request #5069 from kanaxx/l10n_japanese
Adding Japanese Language Support
2020-09-24 20:36:01 +03:00
Jaex
4d7c9254fd Update drag item visibility 2020-09-24 10:50:50 +03:00
Jaex
5e9efa6fdb Removed unused resources 2020-09-24 10:21:15 +03:00
Jaex
922e09b2c5 Added lock menu option that way drag image can be hidden 2020-09-23 22:35:04 +03:00
Jaex
9deb7db031 Increased region capture menu button sizes, moved menu to top of monitor 2020-09-23 22:06:42 +03:00
kanaxx
6ebb58ddee change translation of smart eraser 2020-09-23 23:56:24 +09:00
Jaex
0ebabcb907 When .sxie file opened ask for enabling image effects if not already enabled 2020-09-23 13:24:07 +03:00
Jaex
4182c90775 Added clear button to gradient picker form 2020-09-22 18:44:24 +03:00
Jaex
dc21005e74 fixed #5061: Support region capture hover area with Enter key and handle missing path 2020-09-22 15:51:20 +03:00
Jaex
3e3856e851 Edit error message 2020-09-22 10:47:40 +03:00
Jaex
859fdaf259 Only show first error message in balloon tip 2020-09-22 10:36:12 +03:00
Jaex
a49ee424a0 Parse custom uploader error message 2020-09-22 10:16:39 +03:00
Jaex
e4aea5e8f4 Added error message textbox to custom uploader settings form 2020-09-22 09:53:01 +03:00
Jaex
f4f29f911a Added titles to hotkey info label 2020-09-21 12:00:32 +03:00
Jaex
9a92490f91 Change how hotkey tips looks in main window 2020-09-20 16:23:20 +03:00
Jaex
31c94623da In image editor show menu tooltips for task status 2020-09-20 02:26:53 +03:00
kanaxx
b6860aac9c modify Japanese translation 2020-09-19 22:07:45 +09:00
Jaex
dc523d477b Make sure theme colors can't be empty from property grid 2020-09-18 02:16:04 +03:00
kanaxx
b4128e3bad adding resources of Japanese translation 2020-09-18 00:31:16 +09:00
Jaex
6c060bb2df Disable menu close on click 2020-09-17 00:32:41 +03:00
Jaex
d2811c7d33 Fix sub menu index 2020-09-17 00:18:17 +03:00
Jaex
e0e31c60e6 Added image effects listing to after capture tasks sub menu 2020-09-16 23:47:04 +03:00
Jaex
69bd184cb3 fixed #5049: Update FFmpeg license text 2020-09-16 19:41:21 +03:00
Jaex
88541bb6df Added context menu font option to theme 2020-09-16 02:16:53 +03:00
Jaex
894a41bc4e Code refactor 2020-09-15 22:12:57 +03:00
Jaex
28ef152d06 Duplicate shape to cursor position 2020-09-15 21:44:39 +03:00
Jaex
127030ce4c Added Duplicate button to edit menu 2020-09-15 20:54:38 +03:00
Jaex
d4425589a6 Fixed cursor duplicate 2020-09-15 20:13:41 +03:00
Jaex
a2b1b2be5d Fixed image duplicate 2020-09-15 19:58:08 +03:00
Jaex
fce38f518a Fixed effect duplicate 2020-09-15 19:42:58 +03:00
Jaex
22b582e0d1 fixed #5044: Added duplicate hotkey (ctrl + d) 2020-09-15 05:00:05 +03:00
Jaex
ea695ab926 Code refactor 2020-09-15 03:36:49 +03:00
Jaex
18ed2567b4
Merge pull request #5042 from somethingSTRANGE/master
Added "Color depth" filter
2020-09-15 03:09:38 +03:00
Michael Ryan
83c3dcedff * Added "Color depth" filter that remaps RGB pixel color to the nearest color at the specified color depth. For example, #E1CB96 will be remapped to #DDCC99 when "BitsPerChannel" is set to 4.
* Fixed the menu items order of "Drawing > Particles", "Adjustments > Color matrix", and "Filters > Convolution matrix", which were not alphabetized correctly.
2020-09-14 12:45:26 -07:00
Michael Ryan
46c8c4b778 Fixed the following compiler errors and warning.
* QuickTaskInfoEditForm.cs(57, 124): [CS8107] Feature 'enum generic type constraints' is not available in C# 7.0. Please use language version 7.3 or greater.

* VideoConverterForm.cs(177, 25): [CS0121] The call is ambiguous between the following methods or properties: 'Task.Run<TResult>(Func<TResult>)' and 'Task.Run(Func<Task>)'

* HashCheck.cs(65, 55): [CS0168] The variable 'e' is declared but never used
2020-09-14 12:22:56 -07:00
Jaex
be385c28a1 Select first format automatically 2020-09-13 21:47:05 +03:00
Jaex
ea69c42047 Made form localizable 2020-09-13 21:13:45 +03:00
Jaex
09967e91b4 Use MyPictureBox control 2020-09-13 21:12:41 +03:00
Jaex
0ebcd6bf60 Added clipboard viewer tool 2020-09-13 21:00:49 +03:00
Jaex
32c4aa50fa Added DIBV5ToBitmap method 2020-09-13 07:52:56 +03:00
Jaex
a75b6deb27 Convert BackgroundWorker to task in SendSpace 2020-09-13 07:24:06 +03:00
Jaex
374245b7fa Convert BackgroundWorker to task in FileDownloader 2020-09-13 07:09:39 +03:00
Jaex
6e2b241bb1 Support ctrl + a when target textbox is read only 2020-09-13 06:40:30 +03:00
Jaex
f435470c2c UI changes 2020-09-13 06:24:57 +03:00
Jaex
03b2490858 Support comparing two files 2020-09-13 06:17:14 +03:00
Jaex
ced2b1253a Convert BackgroundWorker to async task 2020-09-13 06:04:03 +03:00
Jaex
fded529e72 UI update for comparing two files 2020-09-13 03:45:40 +03:00
Jaex
20d4ce8b92 Merge branch 'master' of https://github.com/ShareX/ShareX 2020-09-12 23:44:40 +03:00