glfw/src
2013-01-25 00:44:26 +01:00
..
clipboard.c Made the pointer-ness of object handles explicit. 2013-01-05 21:13:28 +01:00
CMakeLists.txt Renamed X11 keysym to Unicode conversion file. 2013-01-17 18:59:35 +01:00
cocoa_clipboard.m Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
cocoa_gamma.c Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
cocoa_init.m Added CMake option for glfwInit chdir on OS X. 2013-01-21 16:21:59 +01:00
cocoa_joystick.m Renamed struct member to match other platforms. 2012-12-02 16:52:40 +01:00
cocoa_monitor.m Connected monitor API with Cocoa mode setting. 2013-01-03 20:11:41 +01:00
cocoa_platform.h Renamed context API init/terminate functions. 2013-01-15 20:49:29 +01:00
cocoa_time.c Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
cocoa_window.m Updated native API and merged into related files. 2013-01-15 22:38:14 +01:00
config.h.in Added CMake option for glfwInit chdir on OS X. 2013-01-21 16:21:59 +01:00
context.c Removed internal fbconfig enum and selection. 2013-01-15 20:00:27 +01:00
egl_context.c Merge branch 'master' of github.com:elmindreda/glfw 2013-01-16 20:33:24 +01:00
egl_platform.h Removed EGL dlopen. 2013-01-04 06:59:07 +01:00
gamma.c Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
glfw3.pc.in Renamed libglfw3.pc to glfw3.pc. 2012-08-12 22:31:47 +02:00
glx_context.c Merge branch 'master' of github.com:elmindreda/glfw 2013-01-16 20:33:24 +01:00
glx_platform.h Inclusion guard fixes. 2013-01-15 02:00:03 +01:00
init.c Merge branch 'master' of github.com:elmindreda/glfw 2013-01-06 19:59:51 +01:00
input.c Renamed internal macro to match conventions. 2013-01-17 18:59:35 +01:00
internal.h Shortened window struct member. 2013-01-25 00:42:45 +01:00
joystick.c Renamed _glfwInputError and moved to event API. 2012-12-31 21:05:28 +01:00
monitor.c Fixed warnings on VC++. 2013-01-06 21:02:57 +01:00
nsgl_context.m Updated native API and merged into related files. 2013-01-15 22:38:14 +01:00
nsgl_platform.h Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
time.c Renamed _glfwInputError and moved to event API. 2012-12-31 21:05:28 +01:00
wgl_context.c Added missing WGL pixel format error check. 2013-01-17 18:59:35 +01:00
wgl_platform.h Removed internal fbconfig enum and selection. 2013-01-15 20:00:27 +01:00
win32_clipboard.c Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
win32_gamma.c API tag and error message cleanup. 2012-08-28 15:03:57 +02:00
win32_init.c Added EGL errors to output, added EGL init to Win32. 2013-01-16 20:10:17 +01:00
win32_joystick.c Fixed Win32 joystick name memory leak. 2013-01-02 01:52:28 +01:00
win32_monitor.c Fix invalid variable declarations in win32_monitor.c 2013-01-04 19:14:27 -06:00
win32_platform.h Added EGL errors to output, added EGL init to Win32. 2013-01-16 20:10:17 +01:00
win32_time.c Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
win32_window.c Updated native API and merged into related files. 2013-01-15 22:38:14 +01:00
window.c Shortened window struct member. 2013-01-25 00:42:45 +01:00
x11_clipboard.c Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
x11_gamma.c Made client-side RandR and Xf86VidMode required. 2013-01-12 19:23:53 +01:00
x11_init.c Moved to WM_STATE for iconify events. 2013-01-25 00:44:26 +01:00
x11_joystick.c Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
x11_monitor.c Made client-side RandR and Xf86VidMode required. 2013-01-12 19:23:53 +01:00
x11_platform.h Moved to WM_STATE for iconify events. 2013-01-25 00:44:26 +01:00
x11_time.c Renamed global struct and substructs. 2013-01-02 01:44:57 +01:00
x11_unicode.c Renamed X11 keysym to Unicode conversion file. 2013-01-17 18:59:35 +01:00
x11_window.c Moved to WM_STATE for iconify events. 2013-01-25 00:44:26 +01:00