Commit graph

6092 commits

Author SHA1 Message Date
Michael Delpach b5d68b721e .NET Framework upgrade to 4.7.2 to fix multi-DPI issues
Starting with the .NET Framework 4.7, Windows Forms includes enhancements for common high DPI and dynamic DPI scenarios - See https://docs.microsoft.com/en-us/dotnet/framework/winforms/high-dpi-support-in-windows-forms
2020-06-29 07:36:48 +08:00
Jaex c737768e89 Improve enum value preview in image watermark 2020-06-28 15:26:09 +03:00
Jaex af4060ac88 Added aspect ratio support to image watermark when 0 is used for width or height 2020-06-28 14:05:25 +03:00
Jaex 7df4ad672f Restrict extraction of image effect packages to 20mb to prevent zip bomb attacks 2020-06-27 01:04:43 +03:00
Jaex 706075a148 Save selected preset index properly 2020-06-19 19:41:23 +03:00
Jaex cf4c547e48 Merge branch 'master' of https://github.com/ShareX/ShareX 2020-06-19 19:33:21 +03:00
Jaex 893ef9bcea More verbose command string 2020-06-19 19:30:24 +03:00
Jaex 6c03dce767
Merge pull request #4888 from SupSuper/shared-drives
Fix setting permissions on Google Drive shared drives
2020-06-19 19:15:01 +03:00
Jaex d6872d7b9f Improve ZipManager extract method 2020-06-19 17:41:00 +03:00
Jaex 6360690bda Use filter func in zip extract method 2020-06-19 16:24:09 +03:00
Jaex ea5835f15a Merge branch 'master' of https://github.com/ShareX/ShareX 2020-06-19 13:34:41 +03:00
Jaex f00dd2122b Added CompositingMode option to image watermark 2020-06-19 13:34:36 +03:00
SupSuper c0f45a23af Fix permissions on Google Drive shared drives 2020-06-18 14:40:36 +01:00
Jaex 7a3e35b620
Merge pull request #4886 from morsisko/master
Set anchor of label to the bottom-left in TextDrawingInputBox
2020-06-18 16:16:39 +03:00
morsisko b18ac380a6 Changed label dock to anchor control in TextDrawingInputBox 2020-06-18 14:42:44 +02:00
Jaex dea9c7daf2 Use split container in image effects form 2020-06-18 11:38:00 +03:00
Jaex 442391b272 Added dark theme compatible loading gif 2020-06-18 10:09:45 +03:00
morsisko 68ff7a27f0 Docked label to the bottom-left corner of TextDrawingInputBox 2020-06-17 23:12:46 +02:00
Jaex 4470741b32 Fix control anchor 2020-06-17 17:03:20 +03:00
Jaex b16f93fda5 Added interpolation mode option to image watermark 2020-06-17 16:40:29 +03:00
Jaex a4ce674153 Extract not relies on package name now 2020-06-17 10:14:31 +03:00
Jaex b3bcffbde0 Use linq in extract method 2020-06-17 09:53:24 +03:00
Jaex b2c6e9fd25 Populate assets folder path and package file path automatically 2020-06-17 04:24:14 +03:00
Jaex 2a2f42639f Update image effect text in after capture tasks because it is not about watermark anymore 2020-06-17 02:38:38 +03:00
Jaex 3293de0703 Revert ApplicationInstanceManager for testing issue 2020-06-17 01:37:16 +03:00
Jaex 7b302567f0 If destination folder already exists then ask for overwrite 2020-06-16 11:50:11 +03:00
Jaex 41cf8ff133 Make sure preset name is not empty 2020-06-16 11:24:12 +03:00
Jaex b8579bc0a8 Set initial directory of save dialog 2020-06-16 09:18:17 +03:00
Jaex 65d2041a3a Refactor packager codes 2020-06-16 09:02:32 +03:00
Jaex fa0e636575 Rename config file name 2020-06-16 08:31:14 +03:00
Jaex 06bc6c44a8 After package open folder automatically 2020-06-16 08:02:59 +03:00
Jaex 056cb7cbac Don't let selecting assets folder outside of ShareX image effects folder 2020-06-16 07:55:17 +03:00
Jaex 0a5d803255 Added custom path variable %ShareXImageEffects% 2020-06-16 07:27:32 +03:00
Jaex e01f8304b4 Try catch extract 2020-06-16 06:23:13 +03:00
Jaex d4bd293bbe Fix unnecessary preview updates 2020-06-16 05:52:44 +03:00
Jaex 28c7b91752 Support importing .sxie files 2020-06-16 05:29:07 +03:00
Jaex 8a6d06b21d Support singleton in image effects form 2020-06-16 04:40:57 +03:00
Jaex 059e22e0d8 Added ExtractPackage method 2020-06-16 04:08:17 +03:00
Jaex 573f512589 Added ImageEffectPackager class 2020-06-16 02:21:20 +03:00
Jaex 0c9a0287fd Added image effect packager form 2020-06-16 02:02:03 +03:00
Jaex 5f10e99655 Improvements to ZipManager 2020-06-16 01:31:36 +03:00
Jaex 91d525f906 Handle -ImageEffect command 2020-06-15 08:12:17 +03:00
Jaex 6567f852e6 Register .sxie extension for ShareX image effects 2020-06-15 07:53:20 +03:00
Jaex cd052ea783 Rename create directory method 2020-06-15 07:17:46 +03:00
Jaex d5b66fede7 Create parent folders on startup 2020-06-15 07:02:39 +03:00
Jaex c0015f0e8f Fix image list color depth 2020-06-12 04:28:29 +03:00
Jaex 0b2f4840c4 Show colors as icon in gradient picker list 2020-06-12 02:17:07 +03:00
Jaex 97df3a052a
Merge pull request #4873 from SupSuper/shared-drives
Fix Google Drive uploader null response fields
2020-06-11 01:16:45 +03:00
SupSuper a5b2712495 Fix Google Drive uploader null response fields
args go in the multi-part form, not the url
2020-06-10 23:10:10 +01:00
Jaex 1a276c8cc8
Merge pull request #4867 from SupSuper/shared-drives
Add shared drive support to Google Drive uploader
2020-06-10 18:07:37 +03:00