..
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
Moved Cocoa joystick state to library struct.
2013-02-14 19:07:17 +01:00
cocoa_time.c
Simplified function comment headers.
2013-02-11 19:43:22 +01:00
cocoa_window.m
Changed cursor pos to double.
2013-04-04 16:29:40 +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
Changed cursor pos to double.
2013-04-04 16:29:40 +02:00
internal.h
Changed cursor pos to double.
2013-04-04 16:29:40 +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
Replaced NULL with EGL_DEFAULT_DISPLAY.
2013-04-08 03:25:05 +02:00
win32_time.c
Simplified function comment headers.
2013-02-11 19:43:22 +01:00
win32_window.c
Changed cursor pos to double.
2013-04-04 16:29:40 +02:00
window.c
Removed return value of close callback.
2013-03-06 23:29:37 +01: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 initial XInput2 cursor motion.
2013-04-04 16:48:58 +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
Added initial XInput2 cursor motion.
2013-04-04 16:48:58 +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
No characters from Ctrl and Alt chords.
2013-04-04 18:17:41 +02:00