glfw/src
Felipe Ferreira da Silva 126e9a7b70 Add implementation of glfwDragWindow for Windows
The last parameter of ```SendMessage``` is set to 0, but possibly should
be the cursor coordinates. Tests are required to know if it is the
position of the cursor relative to the screen or to the specified
window.
2017-04-06 11:28:58 -03:00
..
CMakeLists.txt Wayland: Fix broken build 2017-03-03 17:51:40 +00:00
cocoa_init.m Add internal TLS support 2017-03-19 00:52:46 +01:00
cocoa_joystick.h Move internals to shared joystick objects 2017-01-30 16:52:49 +01:00
cocoa_joystick.m Cocoa: Made axis auto-calibration less jumpy 2017-03-23 17:33:05 +01:00
cocoa_monitor.m Cocoa: Remove errors emitted on headless systems 2017-03-10 14:44:55 +01:00
cocoa_platform.h Cleanup 2017-03-19 02:46:16 +01:00
cocoa_time.c Cleanup 2017-03-19 02:46:16 +01:00
cocoa_window.m Cocoa: Allow undecorated windows to become main 2017-03-16 15:46:21 +01:00
context.c Add internal TLS support 2017-03-19 00:52:46 +01:00
egl_context.c Add internal TLS support 2017-03-19 00:52:46 +01:00
egl_context.h EGL: Add support for EGL_KHR_context_flush_control 2017-03-15 17:37:33 +01:00
glfw3.pc.in Blurb nomenclature fix. 2014-02-10 15:33:41 +01:00
glfw3Config.cmake.in Include imported targets into module config file 2016-02-02 06:00:18 +01:00
glfw_config.h.in Add glfwInitHint 2017-03-01 04:35:41 +01:00
glx_context.c Add internal TLS support 2017-03-19 00:52:46 +01:00
glx_context.h Move to Vulkan style function typedefs 2016-12-08 16:56:05 +01:00
init.c Cleanup 2017-03-19 02:46:16 +01:00
input.c Cleanup 2017-03-19 02:46:16 +01:00
internal.h Implementation of glfwDragWindow for X11 2017-04-06 10:28:44 -03:00
linux_joystick.c Implement glfwGetJoystickHats 2017-03-06 03:23:29 +01:00
linux_joystick.h Add null joystick backend 2017-02-01 03:07:25 +01:00
mir_init.c Mir: Get ready for Mir 1.0 2017-03-30 00:43:03 +02:00
mir_monitor.c Mir: Get ready for Mir 1.0 2017-03-30 00:43:03 +02:00
mir_platform.h Mir: Get ready for Mir 1.0 2017-03-30 00:43:03 +02:00
mir_window.c Mir: Get ready for Mir 1.0 2017-03-30 00:43:03 +02:00
monitor.c Add more assertions 2017-02-23 17:47:41 +01:00
nsgl_context.h Paperwork done 2016-11-30 14:00:41 +01:00
nsgl_context.m Add internal TLS support 2017-03-19 00:52:46 +01:00
null_init.c Add internal TLS support 2017-03-19 00:52:46 +01:00
null_joystick.c Fix line endings 2017-02-11 21:17:26 +01:00
null_joystick.h Fix line endings 2017-02-11 21:17:26 +01:00
null_monitor.c Make OSMesa backend an almost proper null backend 2017-02-28 21:57:43 +01:00
null_platform.h Make OSMesa backend an almost proper null backend 2017-02-28 21:57:43 +01:00
null_window.c Add implementation of glfwDragWindow for Windows 2017-04-06 11:28:58 -03:00
osmesa_context.c Add internal TLS support 2017-03-19 00:52:46 +01:00
osmesa_context.h Add GLFW_OSMESA_CONTEXT_API 2017-02-28 20:38:10 +01:00
posix_time.c Cleanup 2017-03-19 02:46:16 +01:00
posix_time.h Cleanup 2017-03-19 02:46:16 +01:00
posix_tls.c Add internal TLS support 2017-03-19 00:52:46 +01:00
posix_tls.h Add internal TLS support 2017-03-19 00:52:46 +01:00
vulkan.c Add more assertions 2017-02-23 17:47:41 +01:00
wgl_context.c Add internal TLS support 2017-03-19 00:52:46 +01:00
wgl_context.h Move to Vulkan style function typedefs 2016-12-08 16:56:05 +01:00
win32_init.c Add internal TLS support 2017-03-19 00:52:46 +01:00
win32_joystick.c Implement glfwGetJoystickHats 2017-03-06 03:23:29 +01:00
win32_joystick.h Move internals to shared joystick objects 2017-01-30 16:52:49 +01:00
win32_monitor.c Win32: Check for monitor object creation failure 2017-03-26 16:46:17 +02:00
win32_platform.h Cleanup 2017-03-19 02:46:16 +01:00
win32_time.c Cleanup 2017-03-19 02:46:16 +01:00
win32_tls.c Add internal TLS support 2017-03-19 00:52:46 +01:00
win32_window.c Add implementation of glfwDragWindow for Windows 2017-04-06 11:28:58 -03:00
window.c Implementation of glfwDragWindow for X11 2017-04-06 10:28:44 -03:00
wl_init.c Add internal TLS support 2017-03-19 00:52:46 +01:00
wl_monitor.c Restructure monitor enumeration 2017-01-02 06:03:02 +01:00
wl_platform.h Wayland: Fix broken build 2017-03-03 17:51:40 +00:00
wl_window.c Wayland: Fix broken build 2017-03-03 17:51:40 +00:00
x11_init.c Cleanup 2017-03-26 16:46:17 +02:00
x11_monitor.c X11: Add validation of RandR gamma ramp size 2017-04-05 17:53:00 +02:00
x11_platform.h X11: Fix IM-duplicated key events leaking through 2017-03-27 02:00:31 +02:00
x11_window.c Implementation of glfwDragWindow for X11 2017-04-06 10:28:44 -03:00
xkb_unicode.c Paperwork done 2016-11-30 14:00:41 +01:00
xkb_unicode.h Start 3.3 2016-08-18 23:55:49 +02:00