1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-05-16 02:18:51 -04:00
glfw/src
Emmanuel Gil Peyrot 06479ba535 Wayland: Implement HiDPI support
Windows now keep track of the monitors they are on, so we can calculate
the best scaling factor for them, by using the maximum of each of the
monitors.

The compositor scales down the buffer automatically when it is on a
lower density monitor, instead of the previous way where it was scaling
up the buffer on higher density monitors, which makes the application
look much better on those ones.
2015-12-27 10:35:46 +08:00
..
CMakeLists.txt Compiler flag cleanup 2015-12-15 22:37:23 +01:00
cocoa_init.m Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
cocoa_joystick.h Platform affix cleanup 2015-12-15 22:37:24 +01:00
cocoa_joystick.m Only poll requested joystick on OS X 2015-12-13 15:15:50 +01:00
cocoa_monitor.m Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
cocoa_platform.h Make source file names more consistent 2015-12-13 14:51:44 +01:00
cocoa_time.c Make source file names more consistent 2015-12-13 14:51:44 +01:00
cocoa_window.m Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
context.c Move all context related members to _GLFWcontext 2015-11-09 23:52:02 +01:00
egl_context.c Fix EGL backend MinGW build errors 2015-12-13 16:56:11 +01:00
egl_context.h Fix EGL backend MinGW build errors 2015-12-13 16:56:11 +01:00
glfw_config.h.in Remove compile-time client library selection 2015-10-14 13:43:05 +02:00
glfw3.pc.in Blurb nomenclature fix. 2014-02-10 15:33:41 +01:00
glfw3Config.cmake.in Improved CMake config file generation. 2015-01-06 01:42:01 +01:00
glx_context.c Use more GLFWbool 2015-12-13 15:09:33 +01:00
glx_context.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
init.c Add GLFW_NO_API for creating context-less windows 2015-10-26 00:30:30 +01:00
input.c Remove duplicate inclusion 2015-12-15 22:37:25 +01:00
internal.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
linux_joystick.c Cleanup 2015-12-15 15:21:25 +01:00
linux_joystick.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
mir_init.c Check Linux joystick init on Wayland and Mir 2015-12-13 14:51:44 +01:00
mir_monitor.c Add native Wayland and Mir functions 2015-10-15 01:48:44 +02:00
mir_platform.h Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
mir_window.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
monitor.c Fix typo 2015-12-15 22:35:59 +01:00
nsgl_context.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
nsgl_context.m Use more GLFWbool 2015-12-13 15:09:33 +01:00
posix_time.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
posix_time.h Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
posix_tls.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
posix_tls.h Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
wgl_context.c Use more GLFWbool 2015-12-13 15:09:33 +01:00
wgl_context.h Use more GLFWbool 2015-12-13 15:09:33 +01:00
win32_init.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
win32_joystick.c Platform affix cleanup 2015-12-15 22:37:24 +01:00
win32_joystick.h Platform affix cleanup 2015-12-15 22:37:24 +01:00
win32_monitor.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
win32_platform.h Make source file names more consistent 2015-12-13 14:51:44 +01:00
win32_time.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
win32_tls.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
win32_window.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
window.c Use more GLFWbool 2015-11-05 08:58:40 +01:00
wl_init.c Wayland: Implement HiDPI support 2015-12-27 10:35:46 +08:00
wl_monitor.c Wayland: Implement HiDPI support 2015-12-27 10:35:46 +08:00
wl_platform.h Wayland: Implement HiDPI support 2015-12-27 10:35:46 +08:00
wl_window.c Wayland: Implement HiDPI support 2015-12-27 10:35:46 +08:00
x11_init.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
x11_monitor.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
x11_platform.h Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
x11_window.c Add suffixes to platform specific helper functions 2015-12-13 14:50:59 +01:00
xkb_unicode.c Fix xkbcommon build regression 2015-11-09 02:33:34 +01:00
xkb_unicode.h Start 3.2 2015-10-12 21:59:49 +02:00