1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-05-28 15:48:50 -04:00
glfw/src
Camilla Berglund 8fd69bc6c2 Fixed monitor size using wrong incorrect value.
The display device string was used, instead of the adapter device name,
leading to the wrong incorrect physical size being returned for
non-primary monitors.  The right incorrect physical size is now returned
for all monitors.
2014-09-15 17:11:35 +02:00
..
CMakeLists.txt Merged clipboard code into input. 2014-09-09 16:36:41 +02:00
cocoa_init.m Added _GLFW_USE_RETINA. 2014-02-10 13:45:13 +01:00
cocoa_monitor.m Documented use of deprecated OS X function. 2014-09-03 00:31:39 +02:00
cocoa_platform.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
cocoa_window.m Added GLFW_FOCUSED window hint. 2014-09-10 11:50:50 +02:00
context.c Added support for GL_KHR_context_flush_control. 2014-08-21 19:29:04 +02:00
egl_context.c Added support for GL_KHR_context_flush_control. 2014-08-21 19:29:04 +02:00
egl_context.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
glfw_config.h.in Removed option to disable loading of winmm. 2014-08-31 13:51:21 +02:00
glfw3.pc.in Blurb nomenclature fix. 2014-02-10 15:33:41 +01:00
glfwConfig.cmake.in Add glfwConfig module. 2013-05-12 16:55:33 +02:00
glfwConfigVersion.cmake.in CMake config file cleanup. 2013-05-14 01:03:51 +02:00
glx_context.c Added support for GL_KHR_context_flush_control. 2014-08-21 19:29:04 +02:00
glx_context.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
init.c Added clearing of global struct on terminate. 2014-08-18 12:17:00 +02:00
input.c Merged clipboard code into input. 2014-09-09 16:36:41 +02:00
internal.h Added GLFW_FOCUSED window hint. 2014-09-10 11:50:50 +02:00
iokit_joystick.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
iokit_joystick.m Optimize _glfwInitJoysticks on OS X. 2014-08-13 08:06:37 +02:00
joystick.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
linux_joystick.c Linux joystick cleanup. 2014-05-16 11:27:30 +02:00
linux_joystick.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
mach_time.c Separated time state from window system state. 2014-04-08 17:47:38 +02:00
monitor.c Merged gamma files into monitor files. 2014-08-18 12:31:48 +02:00
nsgl_context.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
nsgl_context.m Added support for GL_KHR_context_flush_control. 2014-08-21 19:29:04 +02:00
posix_time.c Separated time state from window system state. 2014-04-08 17:47:38 +02:00
posix_time.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
posix_tls.c Split out TLS code into separate modules. 2014-03-30 15:24:09 +02:00
posix_tls.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
time.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
wgl_context.c Added support for GL_KHR_context_flush_control. 2014-08-21 19:29:04 +02:00
wgl_context.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
win32_init.c Window class cleanup. 2014-08-31 14:21:55 +02:00
win32_monitor.c Fixed monitor size using wrong incorrect value. 2014-09-15 17:11:35 +02:00
win32_platform.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
win32_time.c Separated time state from window system state. 2014-04-08 17:47:38 +02:00
win32_tls.c Split out TLS code into separate modules. 2014-03-30 15:24:09 +02:00
win32_tls.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
win32_window.c Fixed incorrect full screen window placement. 2014-09-10 14:31:22 +02:00
window.c Added GLFW_FOCUSED window hint. 2014-09-10 11:50:50 +02:00
winmm_joystick.c Renamed joystick state members. 2014-04-08 17:47:38 +02:00
winmm_joystick.h Internal header cleanup. 2014-09-02 19:47:29 +02:00
wl_init.c wayland: Support for setting a cursor image 2014-09-09 16:38:47 +02:00
wl_monitor.c Merged gamma files into monitor files. 2014-08-18 12:31:48 +02:00
wl_platform.h wayland: Support for setting a cursor image 2014-09-09 16:38:47 +02:00
wl_window.c Added GLFW_FOCUSED window hint. 2014-09-10 11:50:50 +02:00
x11_init.c Internal header cleanup. 2014-09-02 19:47:29 +02:00
x11_monitor.c Made queries use XRRGetScreenResourcesCurrent. 2014-09-10 11:50:42 +02:00
x11_platform.h Merged clipboard code into input. 2014-09-09 16:36:41 +02:00
x11_window.c Added GLFW_FOCUSED window hint. 2014-09-10 11:50:50 +02:00
xkb_unicode.c x11: Move KeySym to unicode converter out of x11 backend 2014-06-29 23:18:40 +02:00
xkb_unicode.h Internal header cleanup. 2014-09-02 19:47:29 +02:00