Commit graph

998 commits

Author SHA1 Message Date
Jaex ab7be11122 Use syntax highlighting for argument and header value 2018-11-20 19:22:12 +03:00
Jaex 97b5dcbe05 Use syntax highlighting for request url 2018-11-20 14:48:31 +03:00
Jaex 4e4281e93a Catch IsAdministrator just in case 2018-11-18 13:52:49 +03:00
Jaex b21480fa69 fixed #3764: Create directory inside save image method 2018-11-17 10:37:16 +03:00
Jaex 5e4b03e850 fixed #3736: Remade NewsListControl to avoid layout related issues 2018-11-15 15:18:24 +03:00
Jaex 1e0ec404a7 Include operating system bit in debug logs, Program.cs refactoring 2018-11-14 10:08:45 +03:00
Jaex 4f74e7fad3 Include version in user-agent 2018-11-06 02:40:05 +03:00
Jaex e9958e155c Removed screen record cli option because task actions already can do same thing and with two pass encoding option it is not that required anymore 2018-11-01 12:36:13 +03:00
Jaex 73cd641fb5 CodeMaid cleanup 2018-10-30 20:58:35 +03:00
CookieMichal f00eef28c4 Fixes unexpected clipboard content viewer behavior (as in #1769) 2018-10-30 01:37:58 +01:00
L1Q 20a3d7ce92 Update Russian translation 2018-10-25 04:07:34 +03:00
ThePigsMud fa56126d27
Fixed spacing on some names
Spacing on some names would cause URLs to add %C2%A0 on the end of them. Removing these spaces fixes it.
2018-10-20 18:38:58 -05:00
L1Q fb59adadfe Fix pixelate transparency 2018-10-19 00:27:01 +03:00
Jaex efdcdc2ca7
Merge pull request #3679 from L1Q/master
Update Russian translation
2018-10-18 21:56:46 +03:00
Charles Milette f0069efbb1
Use InvokeSafe 2018-10-17 14:29:12 -04:00
Charles Milette 5697671199
Add warning before uploading log 2018-10-17 13:48:58 -04:00
Jaex 575e92c18d Added UploadHelpers class 2018-10-17 19:06:06 +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 970c2d6119 Allow force update on debug build 2018-10-17 13:31:39 +03:00
Charles Milette e74f99aaab
Add support for QUERYENDSESSION message and the Restart Manager 2018-10-13 12:18:10 -04:00
thanhpd be79107bfe Update Vietnamese vi-VN translation 2018-10-09 21:10:59 +07:00
Jaex aa46c723b8 Removed unnecessary this. usages 2018-10-09 14:30:22 +03:00
Jaex ac14199044 Don't use _ prefix for variables 2018-10-06 22:09:15 +03:00
Fyers 84773455d0 changed start position to manual 2018-10-02 00:15:23 +02:00
Fyers ed473916df simplified current screen location for ImageViewer 2018-10-02 00:12:00 +02:00
Fyers b071e5ce9a use current screen location for ImageViewer 2018-10-01 23:53:14 +02:00
Jaex d026beb0e1
Merge pull request #3644 from sylveon/master
Add button in debug form to upload log
2018-10-01 23:39:38 +03:00
Jaex 561d350c65 Added option to automatically select last completed task in main window 2018-10-01 23:26:13 +03:00
Charles Milette 08129ae865
Use delegates 2018-10-01 16:22:13 -04:00
Charles Milette 1ae48e8d91
Add button in debug form to upload log 2018-10-01 15:47:05 -04:00
Jaex ef338f119b
Merge pull request #3640 from tinybarks/add-crypto-rng
MathHelpers: add CryptoRandom()
2018-10-01 21:36:46 +03:00
tinybarks fce293108e
Merge remote-tracking branch 'upstream/master' into implement-backblaze-b2 2018-10-01 19:34:36 +02:00
tinybarks ed40360491
MathHelpers: add CryptoRandom()
Random() is biased and generates predictable numbers (seeded with time by default), using RNGCryptoServiceProvider fixes this.
2018-10-01 15:11:59 +02:00
tinybarks 35a3cc0dd9
Add Helpers.IsSuccessfulResponse(HttpWebResponse res) 2018-09-27 07:43:16 +02:00
Jaex 5ea1a70bb7
Merge pull request #3628 from Fyers/master
Added some more german translations
2018-09-22 03:49:21 +03:00
Fyers ff09ec2616 added some more german translations 2018-09-21 22:51:33 +02:00
Jaex 227dc9f44a In name parser replace spaces in process name with underscore 2018-09-14 00:47:58 +03:00
L1Q 5b05f8c685 Update Russian translation 2018-09-10 19:01:13 +03:00
Jaex 7f84c812d4 fixed #3584: Handle invalid personal folder path in application settings 2018-08-25 15:51:37 +03:00
Jaex 93e077a691 Fix blur 2018-08-23 13:25:02 +03:00
Jaex 57e1533c79 Update invariant resx comments 2018-08-07 15:45:56 +03:00
Jaex 48b5dc6b0b Turkish translation improvements 2018-08-07 15:27:34 +03:00
Jaex a3a07a5231 More resx cleanup 2018-08-07 12:48:16 +03:00
Jaex 6bf61f03fa Deleted remaining unused resx entries 2018-08-07 12:31:40 +03:00
Jaex 9e431ee6f2 Added es-MX to csproj, removed unused resx entries from other languages 2018-08-07 12:21:38 +03:00
Jaex 137ad5683d Installer must run in foreground thread 2018-08-03 17:43:21 +03:00
Jaex 380f438444 Using Task instead of Thread 2018-08-03 17:24:26 +03:00
Jaex ffc2ef1db7 Using ContinueInCurrentContext in few places 2018-08-03 17:16:36 +03:00
Jaex 6a88f1e70e Added ContinueInCurrentContext extension 2018-08-03 16:54:48 +03:00
Jaex 1cc41d3c42 Removed TaskEx class instead using async/await 2018-08-03 16:38:18 +03:00