glfw/src
2013-04-16 22:50:19 +02:00
..
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 Added missing version string API tag. 2013-02-25 15:10:43 +01:00
cocoa_joystick.m Moved Cocoa joystick state to library struct. 2013-02-14 19:07:17 +01: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 Formatting. 2013-04-08 15:24:24 +02: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 Fixed uninitialized variable. 2013-04-08 03:25:04 +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 Added macros for library initialization check. 2013-02-20 18:15:03 +01: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 of Win32 mouse button handling. 2013-04-16 22:50:19 +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