1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00
glfw/src
2012-07-23 18:40:31 +02:00
..
clipboard.c Simplified clipboard API. 2012-04-12 00:51:58 +02:00
CMakeLists.txt Merge branch 'master' into EGL 2012-07-22 16:19:24 +02:00
cocoa_clipboard.m Removed unused variables. 2012-04-12 00:55:30 +02:00
cocoa_fullscreen.m Formatting. 2012-03-07 15:04:14 +01:00
cocoa_gamma.c Made C-only modules C. 2012-02-15 01:20:27 +01:00
cocoa_init.m Only restore gamma ramp if it has been changed. 2012-05-24 11:46:51 +02:00
cocoa_input.m Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode. 2012-02-04 00:51:35 +01:00
cocoa_joystick.m Fixed legacy C warnings. 2012-04-09 23:56:14 +02:00
cocoa_native.m Fixed copypaste errors. 2012-07-23 00:48:30 +02:00
cocoa_opengl.m Made glfwGetProcAddress return a function pointer. 2012-06-05 00:16:40 +02:00
cocoa_platform.h Moved glext.h inclusion back. 2012-07-21 23:51:08 +02:00
cocoa_time.c Formatting. 2012-03-07 15:04:14 +01:00
cocoa_window.m Merge branch 'master' into EGL 2012-07-23 18:04:32 +02:00
config.h.in Add EGL related configurations 2012-07-17 22:25:47 +03:00
error.c Added string for new error. 2012-04-10 18:22:15 +02:00
fullscreen.c Added error messages. 2011-10-04 01:06:43 +02:00
gamma.c Only restore gamma ramp if it has been changed. 2012-05-24 11:46:51 +02:00
init.c Removed allocator. 2012-02-07 14:58:58 +01:00
input.c Unified nomenclature for cursor positions. 2012-06-22 13:57:25 +02:00
internal.h Added client API window hint. 2012-07-22 01:16:53 +02:00
joystick.c Purged references to GLFW as a framework. 2011-03-06 01:46:39 +01:00
libglfw.pc.in Made pkg-config file use version variable. 2012-03-26 13:15:37 +02:00
opengl.c Removed commented-out code, added error reporting. 2012-07-23 18:40:31 +02:00
time.c Purged references to GLFW as a framework. 2011-03-06 01:46:39 +01:00
win32_clipboard.c Simplified clipboard API. 2012-04-12 00:51:58 +02:00
win32_dllmain.c Renamed GLFW_BUILD_DLL to _GLFW_BUILD_DLL. 2012-03-25 17:40:30 +02:00
win32_fullscreen.c Rough line-wrapping pass. 2011-07-27 17:48:56 +02:00
win32_gamma.c Removed dynamic loading of gdi32. 2012-03-30 02:28:15 +02:00
win32_init.c Removed unsupported target. 2012-05-24 11:48:50 +02:00
win32_input.c Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode. 2012-02-04 00:51:35 +01:00
win32_joystick.c Fixed source file having executable flag set. 2012-05-07 00:20:53 +02:00
win32_native.c Added explicit access to native handles. 2012-07-22 15:26:15 +02:00
win32_opengl.c Fixed typecast warning. 2012-06-11 13:47:06 +02:00
win32_platform.h Moved glext.h inclusion back. 2012-07-21 23:51:08 +02:00
win32_time.c Flattened source tree. 2011-07-26 16:50:12 +02:00
win32_window.c Added client API window hint. 2012-07-22 01:16:53 +02:00
window.c Added client API window hint. 2012-07-22 01:16:53 +02:00
x11_clipboard.c Updated platform API tags. 2012-07-20 03:28:03 +02:00
x11_egl_opengl.c Minor context creation fixes. 2012-07-22 17:06:37 +02:00
x11_egl_platform.h Added support for EGL_KHR_create_context. 2012-07-22 01:33:42 +02:00
x11_fullscreen.c Updated platform API tags. 2012-07-20 03:28:03 +02:00
x11_gamma.c Updated platform API tags. 2012-07-20 03:28:03 +02:00
x11_glx_opengl.c Added client API window hint. 2012-07-22 01:16:53 +02:00
x11_glx_platform.h Moved glext.h inclusion back. 2012-07-21 23:51:08 +02:00
x11_init.c Updated platform API tags. 2012-07-20 03:28:03 +02:00
x11_input.c Updated platform API tags. 2012-07-20 03:28:03 +02:00
x11_joystick.c Updated platform API tags. 2012-07-20 03:28:03 +02:00
x11_keysym2unicode.c Updated platform API tags. 2012-07-20 03:28:03 +02:00
x11_native.c Added explicit access to native handles. 2012-07-22 15:26:15 +02:00
x11_platform.h Added separate platform headers for EGL and GLX. 2012-07-19 23:06:15 +02:00
x11_time.c Updated platform API tags. 2012-07-20 03:28:03 +02:00
x11_window.c Updated platform API tags. 2012-07-20 03:28:03 +02:00