.. |
clipboard.c
|
|
|
CMakeLists.txt
|
|
|
cocoa_clipboard.m
|
Updated API version in comment headers.
|
2014-01-22 01:32:00 +01:00 |
cocoa_gamma.c
|
|
|
cocoa_init.m
|
|
|
cocoa_monitor.m
|
Fixed crash on monitor disconnection.
|
2014-03-25 19:37:25 +01:00 |
cocoa_platform.h
|
|
|
cocoa_window.m
|
Fixed misspelled parameter.
|
2014-05-04 12:19:11 +02:00 |
context.c
|
Further separation of window and context.
|
2014-03-06 20:07:58 +01:00 |
egl_context.c
|
Split out TLS code into separate modules.
|
2014-03-30 15:24:09 +02:00 |
egl_context.h
|
Formatting.
|
2014-04-08 17:47:38 +02:00 |
gamma.c
|
|
|
glfw3.pc.in
|
Blurb nomenclature fix.
|
2014-02-10 15:33:41 +01:00 |
glfw_config.h.in
|
|
|
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
|
|
|
glx_context.h
|
|
|
init.c
|
|
|
input.c
|
Fixed broken key repeat detection.
|
2014-05-19 15:01:05 +02:00 |
internal.h
|
|
|
iokit_joystick.h
|
|
|
iokit_joystick.m
|
Fixed leaks of joystick mutable arrays.
|
2014-05-29 13:19:08 +02:00 |
joystick.c
|
Updated API version in comment headers.
|
2014-01-22 01:32:00 +01:00 |
linux_joystick.c
|
|
|
linux_joystick.h
|
|
|
mach_time.c
|
Separated time state from window system state.
|
2014-04-08 17:47:38 +02:00 |
monitor.c
|
Fixed missing dereference in b29fbc82c2 .
|
2014-04-08 12:07:44 +02:00 |
nsgl_context.h
|
|
|
nsgl_context.m
|
|
|
posix_time.c
|
|
|
posix_time.h
|
|
|
posix_tls.c
|
Split out TLS code into separate modules.
|
2014-03-30 15:24:09 +02:00 |
posix_tls.h
|
|
|
time.c
|
Updated API version in comment headers.
|
2014-01-22 01:32:00 +01:00 |
wgl_context.c
|
Split out TLS code into separate modules.
|
2014-03-30 15:24:09 +02:00 |
wgl_context.h
|
Formatting.
|
2014-04-08 17:47:38 +02:00 |
win32_clipboard.c
|
|
|
win32_gamma.c
|
|
|
win32_init.c
|
|
|
win32_monitor.c
|
Video mode detection cleanup.
|
2014-03-10 12:36:23 +01:00 |
win32_platform.h
|
|
|
win32_time.c
|
|
|
win32_tls.c
|
|
|
win32_tls.h
|
|
|
win32_window.c
|
Fixed possible use of invalid HWND.
|
2014-05-23 13:24:36 +02:00 |
window.c
|
Call platform API directly where possible.
|
2014-05-21 21:30:24 +02:00 |
winmm_joystick.c
|
Renamed joystick state members.
|
2014-04-08 17:47:38 +02:00 |
winmm_joystick.h
|
Renamed joystick state members.
|
2014-04-08 17:47:38 +02:00 |
wl_clipboard.c
|
Renamed Wayland files to match prefix.
|
2014-04-08 17:47:38 +02:00 |
wl_gamma.c
|
|
|
wl_init.c
|
Renamed Wayland files to match prefix.
|
2014-04-08 17:47:38 +02:00 |
wl_monitor.c
|
|
|
wl_platform.h
|
|
|
wl_window.c
|
|
|
x11_clipboard.c
|
|
|
x11_gamma.c
|
|
|
x11_init.c
|
|
|
x11_monitor.c
|
Removed duplicate fallback.
|
2014-04-08 13:25:20 +02:00 |
x11_platform.h
|
|
|
x11_unicode.c
|
|
|
x11_window.c
|
Cleanup of XKB detection code.
|
2014-05-18 14:06:49 +02:00 |