mpv/osdep
James Ross-Gowan 3e7d483ac8 w32: update manifest for high DPI and Windows 8.1
Since Windows Vista, when running at 144 DPI or higher with composition
switched on, applications that don't declare themselves to be DPI aware
are stretched by the window manager, kind of like low resolution apps in
OSX.

To avoid this, declare DPI awareness in the manifest. Since mpv is
practically resolution independent this shouldn't cause any trouble. The
'True/PM' value declares per-monitor DPI awareness in Windows 8.1, so
that the mpv isn't shrunk when moved from a high DPI screen to one with
a lower DPI.

Also, avoid compatibility shims by declaring compatibility with all
Windows versions from Vista to 8.1 and add the missing uiAccess
attribute to the requestedExecutionLevel element.
2013-07-14 16:10:23 +02:00
..
ar osx: add Apple Remote support 2013-06-03 22:35:47 +02:00
getch2-win.c getch2-win: uncrustify 2013-07-14 16:08:27 +02:00
getch2.c core: cleanup more mp_fifo leftovers 2013-07-02 14:11:31 +02:00
getch2.h core: cleanup more mp_fifo leftovers 2013-07-02 14:11:31 +02:00
glob-win.c
glob.h
io.c windows support: fix _wstat misusage 2013-01-13 17:32:39 +01:00
io.h windows support: fix _wstat misusage 2013-01-13 17:32:39 +01:00
macosx_application.h cocoa: remove usage of mp_fifo 2013-07-03 22:25:45 +02:00
macosx_application.m cocoa: remove usage of mp_fifo 2013-07-03 22:25:45 +02:00
macosx_application_objc.h cocoa: remove usage of mp_fifo 2013-07-03 22:25:45 +02:00
macosx_bundle.h path: add mp_find_config_file and reorganize some of the code 2012-12-15 17:38:00 +01:00
macosx_bundle.m path: add mp_find_config_file and reorganize some of the code 2012-12-15 17:38:00 +01:00
macosx_compat.h OSX: fix compilation with 10.7 SDK 2013-06-19 21:24:26 +02:00
macosx_events.h osx: improve Media Keys support 2013-06-04 23:02:23 +02:00
macosx_events.m cocoa: remove usage of mp_fifo 2013-07-03 22:25:45 +02:00
mpv.exe.manifest w32: update manifest for high DPI and Windows 8.1 2013-07-14 16:10:23 +02:00
mpv.rc Update copyright year 2013-01-04 15:23:23 +01:00
numcores.c
numcores.h
priority.c Rename directories, move files (step 2 of 2) 2012-11-12 20:08:18 +01:00
priority.h
timer-darwin.c timer: refactor, add 64 bit timer function 2013-05-26 16:44:20 +02:00
timer-linux.c timer: refactor, add 64 bit timer function 2013-05-26 16:44:20 +02:00
timer-win2.c timer: use gettimeofday() on Windows 2013-05-26 16:44:20 +02:00
timer.c Replace calls to usec_sleep() 2013-05-26 16:44:20 +02:00
timer.h Replace calls to usec_sleep() 2013-05-26 16:44:20 +02:00