Commit graph

11 commits

Author SHA1 Message Date
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
Michael Delpach 3b8f160422 dpiAware in app.manifest is not required
https://docs.microsoft.com/en-us/dotnet/framework/winforms/high-dpi-support-in-windows-forms
In previous versions of the .NET Framework, you used the manifest to add high DPI support. This approach is no longer recommended, since it overrides settings defined on the app.config file.
2020-07-06 07:34:47 +08:00
Michael Delpach 50f86ee79a Revert "Revert "Merge branch 'master' of https://github.com/ShareX/ShareX""
This reverts commit 85fdab3c56.
2020-07-06 06:37:56 +08:00
Michael Delpach 85fdab3c56 Revert "Merge branch 'master' of https://github.com/ShareX/ShareX"
This reverts commit 2903ca1082, reversing
changes made to 195c0f2f8a.
2020-07-06 06:27:50 +08:00
Jaex 6ebb2394a2 Format app config files 2020-06-30 22:37:27 +03:00
Michael Delpach de59020888 Fixed #1477 #4007 #4378 #4379 #4540
In previous versions of the .NET Framework, you used the manifest to add high DPI support. This approach is no longer recommended, since it overrides settings defined on the app.config file.
2020-06-29 19:26:19 +08:00
Jaex 71f6d7c738 Support long paths on Windows 10 when group policy enabled 2018-12-02 11:09:47 +03:00
Jaex f3335f79ff Fix typo 2018-03-04 02:45:30 +03:00
Jaex d0985309d6 Added dpiAwareness to app.manifest 2018-03-04 02:42:10 +03:00
Jaex 2ee72ed94a fixed #165: Windows 8.1 & 10 per monitor DPI support (http://blogs.msdn.com/b/chuckw/archive/2013/09/10/manifest-madness.aspx) 2014-10-02 10:37:21 +03:00
Jaex dba0ec79f8 Initial commit of ShareX project r748 2013-11-03 12:53:49 +02:00