glfw/src
Camilla Berglund 5dc9d0f581 Avoid X11 frame size query of undecorated windows
This also works around an issue where Xfwm4 ignores Motif hints when
calculating frame extents.
2016-02-28 18:44:50 +01:00
..
CMakeLists.txt wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
cocoa_init.m
cocoa_joystick.h Platform affix cleanup 2015-12-15 22:37:24 +01:00
cocoa_joystick.m Fix crash when joystick name unavailable on OS X 2016-02-09 07:52:00 +01:00
cocoa_monitor.m
cocoa_platform.h Removed OS X modifier flags cache 2016-02-26 10:03:23 +01:00
cocoa_time.c
cocoa_window.m Fix NSBeep being emitted for some keys 2016-02-28 11:02:26 +01:00
context.c Add asserts for public API pointer parameters 2016-01-31 17:56:36 +01:00
egl_context.c Check success of MakeCurrent before updating TLS 2016-02-18 09:37:19 +01:00
egl_context.h Add support for EGL_KHR_gl_colorspace 2016-02-17 17:27:33 +01:00
glfw3.pc.in
glfw3Config.cmake.in Include imported targets into module config file 2016-02-02 06:00:18 +01:00
glfw_config.h.in Remove XInput2 XI_Motion support 2016-02-21 18:32:57 +01:00
glx_context.c Check success of MakeCurrent before updating TLS 2016-02-18 09:37:19 +01:00
glx_context.h
init.c Cleanup 2016-02-17 21:30:17 +01:00
input.c Add asserts for public API pointer parameters 2016-01-31 17:56:36 +01:00
internal.h Add glfwFocusWindow 2016-02-25 21:37:40 +01:00
linux_joystick.c
linux_joystick.h
mir_init.c Add missing inclusion of linux/input.h 2016-02-18 14:48:07 +01:00
mir_monitor.c
mir_platform.h Add basic Vulkan support 2016-02-16 14:58:58 +01:00
mir_window.c Add glfwFocusWindow 2016-02-25 21:37:40 +01:00
monitor.c Add asserts for public API pointer parameters 2016-01-31 17:56:36 +01:00
nsgl_context.h
nsgl_context.m
posix_time.c
posix_time.h
posix_tls.c
posix_tls.h
vulkan.c Fix VC++ signed/unsigned mismatch warning 2016-02-23 11:52:33 +01:00
wgl_context.c Check success of MakeCurrent before updating TLS 2016-02-18 09:37:19 +01:00
wgl_context.h
win32_init.c Fix window class not being unregistered 2016-02-11 17:10:57 +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 Fix no monitors found on VMware Windows guest 2016-02-27 21:51:59 +01:00
win32_platform.h Cleanup 2016-02-23 11:06:55 +01:00
win32_time.c
win32_tls.c
win32_window.c Add glfwFocusWindow 2016-02-25 21:37:40 +01:00
window.c Add glfwFocusWindow 2016-02-25 21:37:40 +01:00
wl_init.c wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
wl_monitor.c Wayland: Implement HiDPI support 2015-12-27 10:35:46 +08:00
wl_platform.h wayland: Implement 'DISABLED' cursor mode 2016-02-22 12:36:34 +01:00
wl_window.c Add glfwFocusWindow 2016-02-25 21:37:40 +01:00
x11_init.c Fix VC++ build failure 2016-02-23 11:49:42 +01:00
x11_monitor.c
x11_platform.h Add back tracking of X11 override-redirect 2016-02-28 16:09:36 +01:00
x11_window.c Avoid X11 frame size query of undecorated windows 2016-02-28 18:44:50 +01:00
xkb_unicode.c
xkb_unicode.h