Commit graph

1451 commits

Author SHA1 Message Date
Jaex 876157f201 Use enum constraint 2021-01-14 02:05:43 +03:00
Jaex f8df76d1bd Move events 2021-01-08 13:26:33 +03:00
Danilo Gemoli 09629cac2d FileDownloader DownloadCompleted event raised after the FileStream has been disposed. 2021-01-02 15:31:44 +01:00
Jaex 0e6b07a13e Use ColorButton for hotkey button 2021-01-01 04:52:35 +03:00
Jaex d81e648a8c Include resx files 2021-01-01 04:33:07 +03:00
Jaex ab1a8e814c Support custom theme in hotkey selection control 2021-01-01 03:54:06 +03:00
Jaex d73083c106 Change nord light theme border color 2020-12-10 14:02:18 +03:00
Jaex 86d4f1619d Added Dracula theme 2020-12-10 14:01:53 +03:00
Jaex 29cd5f1a86 Add nord themes when upgrading from old version 2020-12-10 11:03:47 +03:00
botato c9a71ed00e
Add both varients of Nord theme. 2020-12-09 11:57:06 -05:00
Jaex adae87e658 Preparation to add new themes 2020-12-09 08:32:46 +03:00
Jaex 4544531ba6 Added separator near nav bar 2020-11-30 04:21:53 +03:00
Jaex 55ec155058 Improve visuals of settings form nav bars 2020-11-30 03:38:48 +03:00
Jaex 8d008fe2f7 Added Run method to RandomCrypto and RandomFast 2020-11-28 12:55:42 +03:00
Jaex 57d3cb9de5 Code refactor 2020-11-26 16:39:30 +03:00
Jaex fe381da2c1 Added CMYK support to screen color picker name format 2020-11-22 00:58:31 +03:00
webtax-gh 7a60774e24
oops 2020-11-16 17:38:20 -08:00
webtax-gh 19f0c26678
Added red pandas to word list. 2020-11-16 17:37:34 -08:00
Jaex 35e4a4672f Include resx 2020-11-09 20:36:29 +03:00
Jaex 0c0031fc1e
Merge pull request #5177 from simonporte/master
Update French translation
2020-11-08 02:35:11 +03:00
simonporte c537c24bcb Update French translation 2020-11-08 00:30:39 +01:00
kanaxx 2a80508d8a update Japanese translations 2020-11-03 18:44:28 +09:00
kanaxx 9be75ded3c update Japanese translations 2020-10-31 00:08:22 +09:00
Jaex 07e9405060 Fixed tooltip multi line issue 2020-10-29 16:40:38 +03:00
L1Q 9daec804ba Update russian translation 2020-10-29 10:08:21 +00:00
L1Q 943cb43a7e Localize ArrowHeadDirection Enum 2020-10-29 10:07:55 +00:00
Jaex 85f45ebe88 Fixed sandbox mode 2020-10-28 22:18:12 +03:00
kanaxx f6211f2604 add Japanese translations 2020-10-26 22:43:55 +09:00
Jaex 9b6c408588 Include resx files 2020-10-26 12:19:35 +03:00
YFdyh000 ad9ef8e11e Update Chinese (Simplified) translations 2020-10-26 06:03:34 +08:00
Jaex d16dcaa9ce fixed #1267: Don't run installer as admin if member of administrators group 2020-10-23 12:08:29 +03:00
L1Q ab0af586c1 Update russian translation 2020-10-22 05:44:51 +01:00
L1Q df90adf874 Improve localization support
Move lines to resx
2020-10-22 05:18:00 +01:00
Jaex 8dc1dfd8e4 fixed #5137: Handle clipboard contains errors 2020-10-21 12:50:24 +03:00
Jaex 22efe74511 Added DevMode advanced setting 2020-10-19 01:23:08 +03:00
Jaex 79630243e9 Added image effects link button 2020-10-16 00:15:14 +03:00
Jaex 28c9e57e92 Include ja-JP.resx files 2020-10-13 14:26:36 +03:00
Jaex 5f26d21569 Draw custom toolbar grips 2020-10-08 17:21:30 +03:00
Jaex f7829440e8 Code refactor 2020-10-07 12:45:26 +03:00
Scratch 5952c25098 Allow drawing arrows in reverse 2020-10-06 19:53:16 +11:00
Jaex d5d8643c1f fixed #5095: Convert indexed bitmap to 32 bpp argb 2020-10-04 23:21:02 +03:00
Jaex e75e437ee7 Added color name variable for name parser 2020-10-01 01:46:04 +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 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 31337563b7 #5072: Code refactor and fix wrong colors 2020-09-26 14:31:56 +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