Commit graph

64 commits

Author SHA1 Message Date
Jaex 077e74a2d4 Update year 2024-01-03 02:57:14 +03:00
Jaex a85293c932 Rename hex entries 2023-09-30 07:20:58 +03:00
Yevhenii Sirenko febc2fae8e Added support individual hex color channels for color picker 2023-09-05 22:45:22 +03:00
Jaex 94e45b5cb8 Update year 2023-01-09 23:31:02 +03:00
Jaex 11b0623377 Added SanitizePath method instead of SanitizeFolderPath and SanitizeFilePath 2022-05-23 10:59:23 +03:00
Jaex 1fcb7fcf99 Rename functions 2022-05-23 10:30:06 +03:00
Jaex 1505477a21 fixed #6270: Sanitize input using invalid file name characters instead of path 2022-05-22 11:15:19 +03:00
Jaex f60e8dd6f7 Moved file related methods to FileHelpers class 2022-05-03 09:34:18 +03:00
Jaex bba312d711 Added custom uploader syntax test form 2022-04-08 23:06:08 +03:00
Jaex 8c3dc0b78c Update year 2022-01-11 19:32:17 +03:00
Jaex a6504b69ec Use built in unix time seconds method 2021-11-17 19:31:44 +03:00
Jaex ffc0712276 Make sure window title and process name length is max 255 chars 2021-08-03 22:24:01 +03:00
Jaex ec3296a4b2 Rename target to window 2021-08-03 12:33:58 +03:00
Jaex 837ef0a7fc Update year 2021-07-29 06:22:51 +03:00
Jaex e8ad4b8553 Code refactoring 2021-06-10 01:14:01 +03:00
Jaex 75a583d9a3 In actions use $ prefix instead of % for input and output, with new prefix don't add quotes around file path automatically 2021-03-25 22:48:52 +03:00
Jaex fe381da2c1 Added CMYK support to screen color picker name format 2020-11-22 00:58:31 +03:00
Jaex e75e437ee7 Added color name variable for name parser 2020-10-01 01:46:04 +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
Jaex d6600df108 Removed ExperimentalCustomTheme option 2020-05-22 08:44:02 +03:00
Jaex be7a104d9d Support theme opacity in quick task menu 2020-05-20 06:26:46 +03:00
Jaex b6a138b663 Refactor CodeMenu, show CodeMenu at bottom in screenshots folder textbox 2020-04-28 04:44:37 +03:00
Jaex 96296c51eb Added RandomFast and RandomCrypto classes 2020-04-23 16:41:09 +03:00
Jaex efcca39ae6 Rename DarkTheme to CustomTheme 2020-02-08 18:07:17 +03:00
Jaex 803a4e567c Update year 2020-02-05 10:19:48 +03:00
Jaex 28b86ec2f2 Added context menu opacity option 2019-12-22 14:50:06 +03:00
Jaex f20fdd8002 Move week patterns to under month 2019-10-31 20:03:43 +03:00
Jaex f07aaab969 Added week of year pattern (%wy) for file naming 2019-10-31 19:56:48 +03:00
L1Q 6967863428 Move remoji to resx 2019-10-28 06:27:49 +02:00
Jaex ec610f32e0 Added random emoji support to file naming, example: %remoji{10} 2019-09-01 16:28:12 +03:00
L1Q ccea29f817 Move lines to resx 2019-08-24 06:50:52 +03:00
Jaex b1fc6e0070 ExperimentalDarkTheme also gonna check for UseDarkTheme 2019-06-30 22:25:40 +03:00
Jaex bff8c869f2 Make sure to apply dark theme to manually opened contextmenustrip 2019-06-24 22:52:20 +03:00
Jaex b2d1828839 Added "Hide thumbnail title" option to main window context menu 2019-06-10 22:11:23 +03:00
Jaex ede06076a1 Added random non ambiguous alphanumeric character support for file naming 2019-06-08 20:52:22 +03:00
Jaex ee4b7690b1 Use same method in name parser editor 2019-01-24 18:05:24 +03:00
Jaex fa9e751dd7 Right click will close code menu 2019-01-24 16:53:00 +03:00
Jaex 017c19cd21 Added syntax menu to custom uploader URL text boxes 2019-01-22 10:38:04 +03:00
Jaex 469fc29b87 Update year 2019-01-02 10:43:52 +03:00
Jaex ab7be11122 Use syntax highlighting for argument and header value 2018-11-20 19:22:12 +03:00
Jaex 745ba3aa32 Use type on declarations instead of var for consistency with rest of code 2018-10-17 15:32:03 +03:00
Jaex 227dc9f44a In name parser replace spaces in process name with underscore 2018-09-14 00:47:58 +03:00
Jaex ce0b3a03c7 Don't duplicate replace characters 2018-07-14 09:10:06 +03:00
Jaex fe14c2607e Fix "Use readable conditions" 2018-05-16 11:23:13 +03:00
Jaex c33bc4844f CodeMaid cleanup 2018-03-01 01:52:11 +03:00
L1Q 4ce62aa50e Improve translation support 2018-02-19 04:35:57 +02:00
Jaex 246cde1fe5 Few %rf related changes 2018-02-01 20:04:24 +03:00
AtlasTheBot c3b52e2a57 Add fr/es translations for %rf 2018-02-01 11:02:36 -05:00