glfw/src
Dominique Martinet 62993d9391 x11 window: update cursor position on enter event
click events would have an incorrect position after changing workspace,
if the mouse didn't move in between.
(Another example where this matters is a new window, if it appears under
the cursor, clicking would lead the application to think the user clicked
at 0,0)
2018-11-03 14:17:39 +01:00
..
CMakeLists.txt Mir: Remove this experimental backend 2018-10-05 11:59:26 +02:00
cocoa_init.m
cocoa_joystick.h
cocoa_joystick.m
cocoa_monitor.m Add a FreeMonitor platform API 2018-03-01 08:31:54 +01:00
cocoa_platform.h Cocoa: Cleanup 2018-10-24 18:01:12 +02:00
cocoa_time.c
cocoa_window.m Cocoa: Fix OpenGL rendering not being displayed 2018-10-26 16:24:16 +02:00
context.c
egl_context.c
egl_context.h Mir: Remove this experimental backend 2018-10-05 11:59:26 +02:00
glfw3.pc.in Use HTTPS when possible 2018-11-03 11:57:47 +01:00
glfw3Config.cmake.in
glfw_config.h.in Mir: Remove this experimental backend 2018-10-05 11:59:26 +02:00
glx_context.c
glx_context.h
init.c Cleanup 2018-04-12 03:27:06 +02:00
input.c Fix tpyo 2018-05-18 15:22:48 +02:00
internal.h Mir: Remove this experimental backend 2018-10-05 11:59:26 +02:00
linux_joystick.c Linux: Include the null byte in joystick path 2018-10-03 22:03:20 +02:00
linux_joystick.h
mappings.h
mappings.h.in
monitor.c Add a FreeMonitor platform API 2018-03-01 08:31:54 +01:00
nsgl_context.h
nsgl_context.m Cocoa: Fix some macOS 10.14 deprecation warnings 2018-10-26 15:19:48 +02:00
null_init.c
null_joystick.c
null_joystick.h
null_monitor.c Add a FreeMonitor platform API 2018-03-01 08:31:54 +01:00
null_platform.h
null_window.c
osmesa_context.c
osmesa_context.h
posix_thread.c
posix_thread.h
posix_time.c
posix_time.h
vulkan.c Mir: Remove this experimental backend 2018-10-05 11:59:26 +02:00
wgl_context.c WGL: Cleanup 2018-10-22 00:51:08 +02:00
wgl_context.h
win32_init.c Win32: Add support for Per-Monitor V2 awareness 2018-09-03 23:12:39 +02:00
win32_joystick.c
win32_joystick.h
win32_monitor.c Win32: Add support for Per-Monitor V2 awareness 2018-09-03 23:12:39 +02:00
win32_platform.h Win32: Fix build on early Windows 10 SDKs 2018-10-22 00:51:08 +02:00
win32_thread.c
win32_time.c
win32_window.c Win32: Fix invalid calls to GetDpiForWindow 2018-10-22 00:51:08 +02:00
window.c Add GLFW_SCALE_TO_MONITOR 2018-09-03 23:12:39 +02:00
wl_init.c Wayland: Implement clipboard copy 2018-10-24 14:03:08 +02:00
wl_monitor.c Wayland: Rename handlers for more unicity 2018-09-29 21:01:03 +02:00
wl_platform.h Wayland: Implement clipboard copy 2018-10-24 14:03:08 +02:00
wl_window.c Wayland: Implement clipboard copy 2018-10-24 14:03:08 +02:00
x11_init.c X11: Clarify comment 2018-10-22 00:51:08 +02:00
x11_monitor.c Add a FreeMonitor platform API 2018-03-01 08:31:54 +01:00
x11_platform.h
x11_window.c x11 window: update cursor position on enter event 2018-11-03 14:17:39 +01:00
xkb_unicode.c
xkb_unicode.h