Commit graph

6258 commits

Author SHA1 Message Date
Uncled1023 d5f8810fbb Fixed teknik auth not requesting refresh token. 2020-09-05 23:53:56 -07:00
Uncled1023 f0e7ecba66 Added check for authorization before file upload 2020-08-22 16:42:18 -07:00
Uncled1023 8b919c6894 Changed teknik pastebin to use real oauth 2020-08-22 16:23:49 -07:00
Uncled1023 4cc9bba3c2 Fixed Teknik uploader to use refresh tokens, and require auth for file uploads 2020-08-22 16:17:44 -07:00
Michael Delpach bffcabc909 Revert DPI config
https://docs.microsoft.com/en-us/dotnet/framework/winforms/high-dpi-support-in-windows-forms guidelines do not provide expected outcomes. Previous manifest and config files provider better compatibility.
2020-08-22 03:43:03 +08:00
Jaex 4e512a83d9 If DPAPI decrypt fails then assign text null 2020-08-20 17:07:24 +03:00
Jaex c3356f59cd Allow importing effect when list is empty 2020-08-19 20:37:48 +03:00
Jaex e748e22ef6 Backward compatibility breaking change: Removed "GradientType", "Color2" and "UseCustomGradient" options from image effects, instead "Gradient" option still can be used 2020-08-19 20:27:39 +03:00
Jaex 394c67777d Removed unused WatermarkForm 2020-08-19 20:22:08 +03:00
Jaex cb6171ed42 Add html fragment with file name to clipboard 2020-08-16 23:45:17 +03:00
Jaex ab0f5d4934 Include white background bitmap in clipboard 2020-08-16 19:43:16 +03:00
Jaex a540905b4c Workaround for clipboard copy transparency issues 2020-08-16 17:58:28 +03:00
Jaex f0e91c6017 fixed #4390: Added UseAlternativeClipboardCopyImage option 2020-08-16 17:54:43 +03:00
Jaex eef832d12a Added ClipboardHelpersEx class 2020-08-16 17:24:01 +03:00
Jaex d83a8021ce Added "Open image effects folder" button 2020-08-16 15:53:07 +03:00
Michael Delpach 9a1a0ef1ba Revert "Fine without DpiAwareness"
This reverts commit 52b73f4353.
2020-08-16 09:19:40 +08:00
Michael Delpach 52b73f4353 Fine without DpiAwareness 2020-08-16 09:14:58 +08:00
Jaex 7e6c597e2a AutoHide false by default for drawing image effects 2020-08-15 22:10:17 +03:00
Jaex 59fbc355de NuGet update 2020-08-15 18:42:14 +03:00
Jaex ee2e7e9136 Update FFmpeg links 2020-08-15 17:36:08 +03:00
Michael Delpach 159861bc3a More DPI fixes 2020-08-15 20:43:04 +08:00
Jaex 1670e48a16 Make sure only json and xml files will be extracted from backup file, also limit max uncompressed size for backup and FFmpeg 2020-08-14 14:47:03 +03:00
Jaex 411eaac42c Added exclamation image near note label 2020-08-14 13:27:00 +03:00
Jaex f88ed0f7f8 Export unencrypted settings so user can import them in another pc 2020-08-14 12:47:52 +03:00
Jaex ec342d7594 Add image effect config from memory 2020-08-13 16:52:42 +03:00
Jaex c2c8855ee5 Added ZipEntryInfo class to support adding both source path and stream 2020-08-13 16:00:38 +03:00
Jaex 3c4af9efaa Move ZipManager to Zip folder 2020-08-13 15:23:25 +03:00
Jaex aeb3ad6cf1 Revert "Fixed ruler disappearing when the region box is too small."
This reverts commit 160fee245c.
2020-08-13 15:17:31 +03:00
Jaex df87861c0d Fix info tooltip position for screen color picker 2020-08-13 14:32:55 +03:00
Jaex 01cbb02740 Change design of screen color picker tooltip color box 2020-08-12 11:20:51 +03:00
Jaex 9914b8009c Merge branch 'master' of https://github.com/ShareX/ShareX 2020-08-11 20:24:58 +03:00
Jaex fba38a4005 Added CreateEntryFromStream extension method 2020-08-11 20:24:44 +03:00
Jaex 46b0bdbd3c
Merge pull request #4970 from JamieSharpe/master
Fixed ruler disappearing when the region box is too small.
2020-08-10 01:12:52 +03:00
Jamie Sharpe 160fee245c Fixed ruler disappearing when the region box is too small. 2020-08-09 14:05:42 +01:00
Jaex 47f862cf89
Merge pull request #4969 from JamieSharpe/master
Added display path options to folder listing module.
2020-08-09 15:02:11 +03:00
Jamie Sharpe 8824835cff Removed prepended path separator from root folder in Directory Indexer module. 2020-08-09 12:57:55 +01:00
Jamie Sharpe b24065d800 Fixed additional path separator bug in Directory Indexer. 2020-08-09 12:45:45 +01:00
Jamie Sharpe 999b09dbf0 Added display path options to folder listing module. 2020-08-09 10:23:46 +01:00
Jaex b45751f264 Added BlobEmoji folder 2020-08-09 09:59:58 +03:00
Jaex 7f301afd99 Removed BlobEmoji folder 2020-08-09 09:42:00 +03:00
Jaex b1ae6e4523 Create redtick.png 2020-08-09 09:38:34 +03:00
Jaex e589293637 Added draw method with image parameter 2020-08-09 05:46:36 +03:00
Jaex ab2ff517fb Added border and checkers parameter 2020-08-09 05:37:04 +03:00
Jaex 00dd733e76 Use built in method to create gradient preview 2020-08-09 05:11:15 +03:00
Jaex 3d4e1c952a Refactor clipboard upload form codes 2020-08-08 05:04:59 +03:00
Jaex 0651a33c00 Now by default tray middle click action is "Upload from clipboard with content viewer" 2020-08-05 22:15:32 +03:00
Jaex 300819b5b9 Moved ClipboardContentViewer form to ShareX project, renamed it to ClipboardUploadForm, changed form title and button text 2020-08-05 20:37:13 +03:00
Jaex e32aecbcd1 Code refactor 2020-08-05 05:24:49 +03:00
Jaex 9f4c2b7622
Merge pull request #4964 from L1Q/master
Add "Force Proportions" image effect
2020-08-05 04:59:40 +03:00
L1Q 4b1a3d6229 Update ForceProportions effect
- more consistent code formatting
- better color selection
2020-08-05 01:49:19 +03:00