..
clipboard.c
Added macros for library initialization check.
2013-02-20 18:15:03 +01:00
CMakeLists.txt
Renamed X11 keysym to Unicode conversion file.
2013-01-17 18:59:35 +01:00
cocoa_clipboard.m
Removed duplicate documentation.
2013-01-25 01:25:40 +01:00
cocoa_gamma.c
Made gamma ramp functions per-monitor.
2013-02-12 14:03:51 +01:00
cocoa_init.m
Cleanup.
2013-04-16 23:33:35 +02:00
cocoa_joystick.m
Cleanup.
2013-04-16 23:33:35 +02:00
cocoa_monitor.m
Formatting.
2013-02-24 21:14:44 +01:00
cocoa_platform.h
Removed unused type.
2013-04-08 13:59:04 +02:00
cocoa_time.c
Simplified function comment headers.
2013-02-11 19:43:22 +01:00
cocoa_window.m
Keep cursor centered in window while captured.
2013-04-16 16:46:49 -06:00
config.h.in
Fixed dlopen entry point retrieval mechanism.
2013-04-06 05:28:36 -04:00
context.c
Added macros for library initialization check.
2013-02-20 18:15:03 +01:00
egl_context.c
Cleanup.
2013-04-16 23:33:35 +02:00
egl_platform.h
Removed EGL dlopen.
2013-01-04 06:59:07 +01:00
gamma.c
Added macros for library initialization check.
2013-02-20 18:15:03 +01:00
glfw3.pc.in
Renamed libglfw3.pc to glfw3.pc.
2012-08-12 22:31:47 +02:00
glx_context.c
Added macros for library initialization check.
2013-02-20 18:15:03 +01:00
glx_platform.h
Inclusion guard fixes.
2013-01-15 02:00:03 +01:00
init.c
Removed GLFW_NO_ERROR.
2013-03-18 19:23:21 +01:00
input.c
Restore cursor position on capture mode exit.
2013-04-16 20:46:58 +02:00
internal.h
Restore cursor position on capture mode exit.
2013-04-16 20:46:58 +02:00
joystick.c
Added macros for library initialization check.
2013-02-20 18:15:03 +01:00
monitor.c
Formatting.
2013-02-25 17:22:33 +01:00
nsgl_context.m
Made context creation use correct CGDisplay.
2013-04-16 23:33:49 +02:00
nsgl_platform.h
Renamed global struct and substructs.
2013-01-02 01:44:57 +01:00
time.c
Added macros for library initialization check.
2013-02-20 18:15:03 +01:00
wgl_context.c
Replaced __declspec(thread) with TlsAlloc.
2013-04-08 03:57:27 +02:00
wgl_platform.h
Replaced __declspec(thread) with TlsAlloc.
2013-04-08 03:57:27 +02:00
win32_clipboard.c
Removed duplicate documentation.
2013-01-25 01:25:40 +01:00
win32_gamma.c
Made gamma ramp functions per-monitor.
2013-02-12 14:03:51 +01:00
win32_init.c
No swap interval on composition.
2013-03-11 21:07:29 +01:00
win32_joystick.c
Simplified function comment headers.
2013-02-11 19:43:22 +01:00
win32_monitor.c
Assume malloc works.
2013-03-11 21:30:01 +01:00
win32_platform.h
Added tracking of cursor visibility.
2013-04-14 15:41:34 +02:00
win32_time.c
Simplified function comment headers.
2013-02-11 19:43:22 +01:00
win32_window.c
Cleanup.
2013-04-16 23:33:35 +02:00
window.c
Put synthetic key releases after defocus event.
2013-04-16 19:58:49 +02:00
x11_clipboard.c
Simplified function comment headers.
2013-02-11 19:43:22 +01:00
x11_gamma.c
Made gamma ramp functions per-monitor.
2013-02-12 14:03:51 +01:00
x11_init.c
Moved to use X11 context manager.
2013-04-15 02:24:43 +02:00
x11_joystick.c
Assume malloc works.
2013-03-11 21:30:01 +01:00
x11_monitor.c
Assume malloc works.
2013-03-11 21:30:01 +01:00
x11_platform.h
Moved to use X11 context manager.
2013-04-15 02:24:43 +02:00
x11_time.c
Simplified function comment headers.
2013-02-11 19:43:22 +01:00
x11_unicode.c
Simplified function comment headers.
2013-02-11 19:43:22 +01:00
x11_window.c
Moved to use X11 context manager.
2013-04-15 02:24:43 +02:00