summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/app.config
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Workaround a bug in the .NET Framework that's causing odd tooltip ↵sr552020-02-121-1/+2
| | | | behaviours. #2630
* WinGui: Switch The WPF Project to .NET 4.8sr552019-12-181-1/+1
|
* WinGui: Drop the .NET version back to 4.7.1 as 4.8 didn't resolve any issues ↵sr552019-08-121-1/+1
| | | | and isn't as widespread deployed. Installer will still download 4.8 if a suitable version isn't installed.
* WinGui: Move the UI to .NET Framework 4.8 to see if this helps with any of ↵sr552019-06-151-1/+1
| | | | the user reports that the UI isn't launching.
* WinGui: Upgrade to .NET Framework 4.7.1sr552018-05-061-1/+1
|
* WinGui: Set Framework version to 4.6.1sr552017-06-141-1/+1
|
* Enabled "Per monitor DPI awareness"Waterflames2017-02-181-0/+4
| | | | | | | | | This commit adds entries to app.config and app.manifest to enable per monitor DPI awareness in Windows 10. The application will behave as before on platforms that do not support this. The implementation was done using official Microsoft documentation: https://github.com/Microsoft/WPF-Samples/tree/master/PerMonitorDPI
* WinGui: Migrate to the newly release .NET Framework 4.6. The installer will ↵sr552015-07-221-3/+3
| | | | | | automatically offer to install this for most users. Visual Studio 2012 or later is now a requirement for developers. VS 2015 Community edition works fine. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7367 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Redesigned the Source Selection Menu dropdown, to an overlay window. ↵sr552013-12-011-1/+1
| | | | | | Hopefully this is a bit cleaner but feedback is welcome on the forum. This may get reverted later if it doesn't work out. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5909 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Added implementation of IWindsorInstaller to the AppServices library ↵sr552011-09-251-1/+4
| | | | | | and updated the installers to use wildcards instead of hard coded files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4251 b64f7644-9d1e-0410-96f1-a4d463321fa5
* HandBrakeWPF: Switch from Caliburn to Caliburn Micro and Add a CastleWindsor ↵sr552011-09-171-0/+3
Bootstrapper. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4230 b64f7644-9d1e-0410-96f1-a4d463321fa5