Commit graph

28 commits

Author SHA1 Message Date
Jaex dd87787426 Upgrade project .NET Framework version to 4.8 2021-08-15 06:13:07 +03: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
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
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
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
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 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
Jaex c566501d08 fixed #3406: Removed Dropfile 2018-05-19 00:55:00 +03:00
Charles Milette 4426d6db03
Add back accidentally erased directive 2018-05-18 16:08:49 -04:00
Charles Milette b200ebc15f
Cleanup app.config files 2018-05-18 15:56:38 -04:00
Jaex 1f6ce85f0a NuGet updates 2018-05-07 21:55:21 +03:00
SupSuper a8892d1503 Enable .NET DPI improvements 2018-04-22 03:45:57 +01:00
Jaex 98bbfc2f1b Remove unused appSettings 2018-03-04 02:41:36 +03:00
Jaex c33bc4844f CodeMaid cleanup 2018-03-01 01:52:11 +03:00
Jaex 54a7d80d2f fixed #1868: Upgrade .NET Framework version to 4.6.2 2018-02-28 13:04:37 +03:00
Jaex b2b3e9de1a Update Json.NET 2017-03-24 14:56:49 +03:00
Jaex 971f2ee369 NuGet update 2016-07-11 23:24:51 +03:00
Jaex 2e224327de NuGet update 2016-01-10 03:14:15 +02:00
Jaex 3f1fbddebe Using AWSSDK.S3 instead of whole AWSSDK 2015-08-07 12:31:41 +03:00
Jaex 721966c2f0 NuGet update 2015-06-28 16:04:27 +03:00
Jaex f96299c115 Setup changes to have Languages folder 2014-10-04 15:55:18 +03:00
Jaex 8cd5a8d86e fixed #145: Internationalized Domain Name support 2014-05-23 18:06:37 +03:00
Jaex 34838562a3 Using .NET Framework 4.0 2014-05-23 17:56:27 +03:00
Jaex 98d22dd131 Added Show window button to tray menu 2014-02-18 00:53:53 +02:00
Jaex 25c2b85876 Added silent run setting to minimize to tray on start 2014-02-16 22:27:15 +02:00