Commit graph

6465 commits

Author SHA1 Message Date
Jaex
66e5333606 Don't show confirmation for app restart 2020-10-14 18:00:53 +03:00
Jaex
f4717e9a1a Added ja-JP to setup script 2020-10-13 18:41:45 +03:00
Jaex
645c76e0f5 Added Japanese language 2020-10-13 14:42:24 +03:00
Jaex
28c9e57e92 Include ja-JP.resx files 2020-10-13 14:26:36 +03:00
Jaex
4827968e52 fixed #5121: Escape device names 2020-10-12 19:50:45 +03:00
Jaex
6e53b787d3 Workaround to support TLS 1.2 on Windows 7 2020-10-12 14:00:07 +03:00
Jaex
abb65869cd Fix notification size 2020-10-11 15:53:07 +03:00
Jaex
bdc77477b4 Added first time minimize to tray notification 2020-10-09 12:04:15 +03:00
Jaex
5f26d21569 Draw custom toolbar grips 2020-10-08 17:21:30 +03:00
Jaex
c4a76746bf Make sure annotation toolbar is not bigger than editor window 2020-10-08 16:18:32 +03:00
Jaex
f7829440e8 Code refactor 2020-10-07 12:45:26 +03:00
Jaex
72878eee20
Merge pull request #5106 from Scrxtchy/DrawArrowReverse
Allow drawing arrows in reverse
2020-10-07 12:32:51 +03:00
Scratch
5952c25098 Allow drawing arrows in reverse 2020-10-06 19:53:16 +11:00
Jaex
2a4c78413c Restart ShareX with silent arg 2020-10-06 03:40:05 +03:00
Jaex
fb8840e2c6 Added "Restart ShareX as admin" button to tray menu, it is only visible in dev builds and if ShareX is not ran as admin already 2020-10-05 03:39:15 +03:00
Jaex
d5d8643c1f fixed #5095: Convert indexed bitmap to 32 bpp argb 2020-10-04 23:21:02 +03:00
Jaex
cb28d27720
Merge pull request #5091 from Jaex/master
fixed #4452: Added option to swap enter key behavior in input box
2020-10-01 16:07:49 +03:00
Jaex
fd8775ff5e Added option to swap enter key behavior in input box 2020-10-01 16:00:52 +03:00
Jaex
9ff1d06902
Merge pull request #5089 from Jaex/master
fixed #5020: Show screen record encoding progress in tray icon
2020-10-01 02:59:41 +03:00
Jaex
6541202e57 Use different color for encoding icon 2020-10-01 02:53:39 +03:00
Jaex
08a59c29be Show screen record encoding progress in tray icon 2020-10-01 02:39:49 +03:00
Jaex
e9e2385aaa
Merge pull request #5088 from Jaex/master
fixed #5059: Added screen color picker info text option
2020-10-01 02:19:51 +03:00
Jaex
ad2727a555 Added screen color picker info text option 2020-10-01 02:11:57 +03:00
Jaex
e75e437ee7 Added color name variable for name parser 2020-10-01 01:46:04 +03:00
Jaex
c5ecb6af06
Merge pull request #5087 from Jaex/master
fixed #5068: Automatically register failed hotkeys
2020-10-01 01:27:38 +03:00
Jaex
a05e9e6c62 fixed #5068: Automatically register failed hotkeys 2020-10-01 01:20:08 +03:00
Jaex
dbdedf3e3c
Merge pull request #5086 from Fyers/master
Update German translations
2020-09-30 23:38:15 +03:00
Fyers
ceeb801b51 german translations updated 2020-09-30 22:31:36 +02:00
Jaex
daf5771811 Use notification tip everywhere instead of balloon tip 2020-09-30 22:33:26 +03:00
Jaex
d1995018ae Added BackgroundColor and BorderColor options instead of using gradient background 2020-09-30 21:06:47 +03:00
Jaex
a9bb925afb Use config colors 2020-09-30 20:44:29 +03:00
Jaex
567c565bf4 Added Title support to notification form 2020-09-30 20:37:44 +03:00
Jaex
a031f774e2 Allow customizing more config 2020-09-30 20:02:47 +03:00
Jaex
edde9d6345 Use notification form for screen color picker tip 2020-09-30 19:38:17 +03:00
Jaex
4589d80d51 Refactor NotificationForm 2020-09-30 19:26:18 +03:00
Jaex
dcdf0d46f9 Fix transparent color issues in theme 2020-09-30 00:52:20 +03:00
Jaex
955ae9128b JsonHelpers refactor 2020-09-29 18:10:37 +03:00
Jaex
21d1073113 Added try catch 2020-09-29 17:48:58 +03:00
Jaex
3235365f80 CustomUploaderSettingsForm refactor 2020-09-29 17:39:01 +03:00
Jaex
b6c2bd5098 JsonHelpers refactor 2020-09-29 16:59:33 +03:00
Jaex
3b9f5ed747 Improvements to JsonHelpers class, removed export/import buttons from image effects form 2020-09-29 16:42:46 +03:00
Jaex
f8bc42085b Added maximum item limit option to history form 2020-09-27 15:39:38 +03:00
Jaex
31337563b7 #5072: Code refactor and fix wrong colors 2020-09-26 14:31:56 +03:00
Jaex
85503432cd
Merge pull request #5072 from JakeCover/master
Update color picker format options to include 0-1 colors
2020-09-26 10:54:35 +03:00
Jake
ec92fae942 Update to make field names better, and to add variable precision rounding
See PR 5072 for the input that lead to this change.
2020-09-25 22:11:12 -07:00
Jake
8af8f470a5 Update color picker format options to include 0-1 colors
I used capital letters R, G, and B since they had not been used yet. This format of colors is used with a number of things, most notably Unity, and this will save me and hopefully others from having to convert normal colors to 0-1 range every so often, which I say is a win.
I have it set to round to 3 decimal places, but that's totally arbitrary and any precision will work, although some level of rounding seems sensible. I could probably make it so users can specify their own rounding precision, however this would be somewhat more effort to implement and would be a more significant deviation from the rest of the formatting rules, so I'll only add that if someone else says it'll actually be accepted. 
Also, why is banker rounding the default smh c # is is dumb
2020-09-24 16:40:23 -07:00
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