glfw/src
2012-08-12 15:35:06 +02:00
..
clipboard.c Simplified clipboard API. 2012-04-12 00:51:58 +02:00
CMakeLists.txt Able to install to lib64 if LIB_SUFFIX var is set to 64 2012-08-11 17:50:56 +02:00
cocoa_clipboard.m Removed unused variables. 2012-04-12 00:55:30 +02:00
cocoa_fullscreen.m Fixed indexing bug in Cocoa video mode enumeration. 2012-08-02 19:26:00 +02: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 Initial TLS implementation (Cocoa broken). 2012-08-12 14:13:18 +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 Cleanup of window resizable flag setting. 2012-08-12 15:28:12 +02:00
config.h.in Removed config macro values. 2012-06-12 03:00:16 +02:00
error.c Removed mistaken comment. 2012-08-12 12:50:44 +02:00
fullscreen.c Made video mode retrieval dynamic. 2012-08-02 18:03:43 +02:00
gamma.c Only restore gamma ramp if it has been changed. 2012-05-24 11:46:51 +02:00
init.c Renamed window creation/destruction functions. 2012-08-06 17:59:34 +02:00
input.c Removed calling of callbacks from setters. 2012-08-07 12:45:55 +02:00
internal.h Initial TLS implementation (Cocoa broken). 2012-08-12 14:13:18 +02:00
joystick.c Purged references to GLFW as a framework. 2011-03-06 01:46:39 +01:00
libglfw3.pc.in Use SOVERSION for shared libraries on Unix-like systems. 2012-07-30 01:04:08 +01:00
opengl.c Initial TLS implementation (Cocoa broken). 2012-08-12 14:13:18 +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 Made video mode retrieval dynamic. 2012-08-02 18:03:43 +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 Initial TLS implementation (Cocoa broken). 2012-08-12 14:13:18 +02:00
win32_platform.h Moved WGL context logic into OpenGL module. 2012-07-31 22:48:28 +02:00
win32_time.c Flattened source tree. 2011-07-26 16:50:12 +02:00
win32_window.c Cleanup of window resizable flag setting. 2012-08-12 15:28:12 +02:00
window.c Merge branch 'master' into tls 2012-08-12 15:28:26 +02:00
x11_clipboard.c Simplified clipboard API. 2012-04-12 00:51:58 +02:00
x11_fullscreen.c Made X11 resolution enumeration a separate function. 2012-08-02 18:54:47 +02:00
x11_gamma.c Emit an error when gamma ramp cannot be get/set due to size not being GLFW_GAMMA_RAMP_SIZE. 2012-06-01 00:08:34 -07:00
x11_init.c Merge branch 'context-window-split' 2012-06-03 16:31:56 +02:00
x11_input.c Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode. 2012-02-04 00:51:35 +01:00
x11_joystick.c Fix various warnings reported by gcc 2012-08-12 14:02:38 +02:00
x11_keysym2unicode.c Flattened source tree. 2011-07-26 16:50:12 +02:00
x11_native.c Added explicit access to native handles. 2012-07-22 15:26:15 +02:00
x11_opengl.c Initial TLS implementation (Cocoa broken). 2012-08-12 14:13:18 +02:00
x11_platform.h Added support for GLX_MESA_swap_interval. 2012-07-15 16:49:05 +02:00
x11_time.c Fixed GCC warnings. 2012-03-22 23:30:00 +01:00
x11_window.c Cleanup of window resizable flag setting. 2012-08-12 15:28:12 +02:00