1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00
glfw/src
2012-05-07 00:20:53 +02:00
..
clipboard.c Simplified clipboard API. 2012-04-12 00:51:58 +02:00
CMakeLists.txt Merge branch 'master' into clipboard 2012-03-29 14:30:21 +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 Split platform-specific global data. 2012-04-22 15:53:02 +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_opengl.m Split platform-specific global data. 2012-04-22 15:53:02 +02:00
cocoa_platform.h Split platform-specific global data. 2012-04-22 15:53:02 +02:00
cocoa_time.c Formatting. 2012-03-07 15:04:14 +01:00
cocoa_window.m Merged patch #3519669. 2012-04-22 12:58:05 +02:00
config.h.in Removed dynamic loading of gdi32. 2012-03-30 02:28:15 +02: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 Brought back non-relative gamma ramp generation. 2011-09-20 15:44:54 +02:00
init.c Removed allocator. 2012-02-07 14:58:58 +01:00
input.c Made scrolling deltas floating point. 2012-03-28 21:54:09 +02:00
internal.h Split platform-specific global data. 2012-04-22 15:53:02 +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 superfluous test. 2012-04-14 23:01:35 +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 dynamic loading of gdi32. 2012-03-30 02:28:15 +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_opengl.c Removed dynamic loading of gdi32. 2012-03-30 02:28:15 +02:00
win32_platform.h Split platform-specific global data. 2012-04-22 15:53:02 +02:00
win32_time.c Flattened source tree. 2011-07-26 16:50:12 +02:00
win32_window.c Added bug fix from 2.7.6. 2012-05-07 00:13:38 +02:00
window.c Removed traces of Captain Obvious. 2012-02-09 16:31:01 +01:00
x11_clipboard.c Simplified clipboard API. 2012-04-12 00:51:58 +02:00
x11_fullscreen.c Simplified X11 screen handling. 2012-04-05 16:14:01 +02:00
x11_gamma.c Flattened source tree. 2011-07-26 16:50:12 +02:00
x11_init.c Split platform-specific global data. 2012-04-22 15:53:02 +02:00
x11_input.c Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode. 2012-02-04 00:51:35 +01:00
x11_joystick.c Flattened source tree. 2011-07-26 16:50:12 +02:00
x11_keysym2unicode.c Flattened source tree. 2011-07-26 16:50:12 +02:00
x11_opengl.c Removed declarations made superfluous by our glxext.h header. 2012-02-01 22:00:07 +01:00
x11_platform.h Split platform-specific global data. 2012-04-22 15:53:02 +02:00
x11_time.c Fixed GCC warnings. 2012-03-22 23:30:00 +01:00
x11_window.c Split platform-specific global data. 2012-04-22 15:53:02 +02:00