glfw/src
Camilla Berglund 0046b210e2 Merged hints into library struct. 2013-04-24 23:47:08 +02:00
..
CMakeLists.txt Renamed X11 keysym to Unicode conversion file. 2013-01-17 18:59:35 +01:00
clipboard.c Added macros for library initialization check. 2013-02-20 18:15:03 +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 OS X hidden cursor cleanup. 2013-04-21 22:46:35 +02:00
cocoa_joystick.m Cleanup. 2013-04-16 23:33:35 +02:00
cocoa_monitor.m Added proper monitor comparison. 2013-04-22 14:44:45 +02:00
cocoa_platform.h Fixed captured cursor mode on OS X. 2013-04-24 19:29:28 +02:00
cocoa_time.c Simplified function comment headers. 2013-02-11 19:43:22 +01:00
cocoa_window.m Fixed captured cursor mode on OS X. 2013-04-24 19:29:28 +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 Cleanup. 2013-04-16 23:33:35 +02:00
egl_platform.h Renamed support directory to deps. 2013-04-17 15:42:21 +02: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 Renamed support directory to deps. 2013-04-17 15:42:21 +02:00
init.c Added return by setters of previous callback. 2013-04-18 18:20:25 +02:00
input.c Only apply cursor mode to focused windows. 2013-04-19 00:19:59 +02:00
internal.h Merged hints into library struct. 2013-04-24 23:47:08 +02:00
joystick.c Added macros for library initialization check. 2013-02-20 18:15:03 +01:00
monitor.c Removed stale comment. 2013-04-24 22:34:09 +02: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 Renamed support directory to deps. 2013-04-17 15:42:21 +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 Added proper monitor comparison. 2013-04-22 14:44:45 +02:00
win32_platform.h Video mode setting cleanup. 2013-04-21 21:28:07 +02:00
win32_time.c Simplified function comment headers. 2013-02-11 19:43:22 +01:00
win32_window.c Corrected type of cursor coordinates. 2013-04-22 16:04:24 +02:00
window.c Added return by setters of previous callback. 2013-04-18 18:20:25 +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 Added include required for XUniqueContext. 2013-04-17 17:31:29 +02:00
x11_joystick.c Assume malloc works. 2013-03-11 21:30:01 +01:00
x11_monitor.c Added proper monitor comparison. 2013-04-22 14:44:45 +02:00
x11_platform.h Video mode setting cleanup. 2013-04-21 21:28:07 +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