1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00
glfw/src
Camilla Berglund 475d10d9d8 Formatting.
2013-05-02 23:06:59 +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 Moved OpenGL framework loading to NSGL module. 2013-05-02 23:06:59 +02:00
cocoa_joystick.m Replaced expensive IOKit function. 2013-05-02 18:02:52 +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 Initial OS X fullscreen iconification work. 2013-05-02 18:24:37 +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 TLS key cleanup. 2013-05-02 16:48:11 +02:00
glx_platform.h TLS key cleanup. 2013-05-02 16:48:11 +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 Moved OpenGL framework loading to NSGL module. 2013-05-02 23:06:59 +02:00
nsgl_platform.h TLS key cleanup. 2013-05-02 16:48:11 +02:00
time.c Added macros for library initialization check. 2013-02-20 18:15:03 +01:00
wgl_context.c TLS key cleanup. 2013-05-02 16:48:11 +02:00
wgl_platform.h TLS key cleanup. 2013-05-02 16:48:11 +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 Cleanup of clipboard manager work. 2013-04-30 15:07:02 +02:00
x11_gamma.c Made gamma ramp functions per-monitor. 2013-02-12 14:03:51 +01:00
x11_init.c Formatting. 2013-05-02 23:06:59 +02:00
x11_joystick.c Fixed joystick state not being initialized. 2013-04-30 17:03:09 +02:00
x11_monitor.c Added proper monitor comparison. 2013-04-22 14:44:45 +02:00
x11_platform.h Added setting of _NET_WM_PID. 2013-05-02 16:31:27 +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 Added setting of _NET_WM_PID. 2013-05-02 16:31:27 +02:00