Commit graph

5424 commits

Author SHA1 Message Date
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
6cee0358f2 Replace prompt parameter positions 2018-10-31 17:07:46 +03:00
Jaex
c0de09d8c9 Added title support to prompt syntax 2018-10-31 15:47:56 +03:00
Jaex
5141777523 Improve custom uploader parser escaping 2018-10-31 15:19:27 +03:00
Jaex
bdfbebfe37 Fix escape 2018-10-31 14:45:55 +03:00
Jaex
8cd98a52bd Custom uploader parser fixes 2018-10-31 13:21:13 +03:00
Jaex
97c3d67b25 Also support custom uploader syntax in arguments and headers 2018-10-31 11:51:16 +03:00
Jaex
a41a1bc5f3 Rename $input$ syntax to $prompt$ 2018-10-31 10:17:58 +03:00
Jaex
97d1748659
Merge pull request #3699 from sylveon/master
Add AMD hardware acceleration support
2018-10-31 09:55:02 +03:00
Charles Milette
8f9a0d06dd
Fix resx stupidity 2018-10-30 19:40:29 -04:00
Charles Milette
4826689872
Increase default real time buffer size
100 megabytes was not enough for my 2560x1080 screen
2018-10-30 19:33:02 -04:00
Charles Milette
9cf109241b
Add AMD hardware acceleration support 2018-10-30 19:31:10 -04:00
Jaex
73cd641fb5 CodeMaid cleanup 2018-10-30 20:58:35 +03:00
Jaex
efb1c463e5
Merge pull request #3697 from CookieMichal/code-factor-opti
Simplified code complexity
2018-10-30 20:15:10 +03:00
Jaex
1e27c14d16
Update UploadManager.cs 2018-10-30 20:14:46 +03:00
CookieMichal
d92be87507 Made code less complex and removed duplicates 2018-10-30 17:23:22 +01:00
Jaex
84e80d8d32
Merge pull request #3695 from CookieMichal/cached-content-viewer
Fixes unexpected clipboard content viewer behavior
2018-10-30 15:37:28 +03:00
CookieMichal
ea6f8e3e92 Method should be considered private 2018-10-30 13:15:15 +01:00
CookieMichal
4ca5c87d96 Dispose cached image if upload was canceled 2018-10-30 13:08:56 +01:00
Jaex
e75ccdab0e For .NET 4.7.2 accessibility improvements 2018-10-30 12:44:49 +03:00
Jaex
d5701b8ec0 Added "Switch.UseLegacyAccessibilityFeatures=false" to app.config file 2018-10-30 11:18:01 +03:00
CookieMichal
f00eef28c4 Fixes unexpected clipboard content viewer behavior (as in #1769) 2018-10-30 01:37:58 +01:00
Jaex
505a40302a Update DreamObjects endpoint 2018-10-29 08:20:59 +03:00
Jaex
658a0e1c66
Merge pull request #3689 from L1Q/master
Update Russian translation
2018-10-25 04:08:50 +03:00
L1Q
20a3d7ce92 Update Russian translation 2018-10-25 04:07:34 +03:00
Jaex
95d416b8b7
Merge pull request #3688 from L1Q/master
Improve localization support
2018-10-25 04:05:45 +03:00
L1Q
2f2bf8ff0a Improve localization support
- move strings to resx
- create tokens for missing language names in about form
- mark uploader names invariant
2018-10-25 04:00:47 +03:00
Jaex
3ce996cb63
Merge pull request #3682 from ThePigsMud/master
Fixed spacing on some names
2018-10-21 03:02:25 +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
Jaex
6599bfecb0 fixed #2595: Added APNG encoding support to screen recording 2018-10-20 21:59:10 +03:00
Jaex
b394ca4896 #765, #3656: Added WebP encoding support to screen recording 2018-10-20 20:06:31 +03:00
Jaex
343d30568d fixed #3678: Revert group box size change 2018-10-20 13:47:18 +03:00
Jaex
4281367a4d
Merge pull request #3680 from L1Q/master
Fix pixelate transparency
2018-10-19 00:33:37 +03:00
L1Q
fb59adadfe Fix pixelate transparency 2018-10-19 00:27:01 +03:00
Jaex
b7b90f748a Screen record refactoring 2018-10-18 23:15:26 +03:00
Jaex
efdcdc2ca7
Merge pull request #3679 from L1Q/master
Update Russian translation
2018-10-18 21:56:46 +03:00
Jaex
62926e90e8
Merge pull request #3674 from sylveon/master
Add warning before uploading log
2018-10-17 21:45:39 +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
Jaex
a2e8576641 Set SaveSettingsAfterTaskCompleted setting false by default 2018-10-16 23:56:25 +03:00
Jaex
88d3670f91 Use CloseSequence on ENDSESSION 2018-10-16 23:34:55 +03:00
Jaex
68cc98f9c1 Save column widths on changed event 2018-10-16 23:23:16 +03:00
Jaex
2eae5892b0
Merge pull request #3671 from sylveon/master
Fix crash on shutdown
2018-10-16 20:36:06 +03:00
Charles Milette
783bacdb9f
Fix crash on shutdown 2018-10-16 13:31:20 -04:00
Jaex
0c30a44822 Added CloseSequence method 2018-10-16 13:02:26 +03:00
Jaex
c8550c3f2a fixed #3635: FTPS library was accepting SSL 3.0 and TLS 1.0 by default, now instead it will accept TLS 1.0, TLS 1.1 and TLS 1.2 2018-10-15 10:39:21 +03:00
Jaex
0cfdce8ef6
Merge pull request #3668 from sylveon/master
Add support for QUERYENDSESSION message and the Restart Manager
2018-10-14 16:58:43 +03:00