1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00
glfw/src
2014-01-18 21:32:18 +00:00
..
clipboard.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
CMakeLists.txt Added explicit configuration header macro. 2013-11-20 12:06:07 +01:00
cocoa_clipboard.m Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
cocoa_gamma.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
cocoa_init.m Moved version number macro to internal.h. 2013-11-20 13:58:57 +01:00
cocoa_joystick.m Removed joystick axis value negation on OS X. 2013-11-07 20:45:29 +01:00
cocoa_monitor.m Added native monitor handle access to native API. 2014-01-13 23:05:01 +01:00
cocoa_platform.h Removed unused flag. 2013-09-19 01:12:50 +02:00
cocoa_time.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
cocoa_window.m Fixed link error introduced by previous commit 2014-01-18 21:32:18 +00:00
context.c Added hack detecting ARB_compatibility. 2013-11-18 12:14:51 +01:00
egl_context.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
egl_platform.h Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
gamma.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
glfw_config.h.in Moved version number macro to internal.h. 2013-11-20 13:58:57 +01:00
glfw3.pc.in Fixed glfw3.pc not using LIB_SUFFIX. 2013-10-12 20:22:48 +02:00
glfwConfig.cmake.in Add glfwConfig module. 2013-05-12 16:55:33 +02:00
glfwConfigVersion.cmake.in CMake config file cleanup. 2013-05-14 01:03:51 +02:00
glx_context.c Fixed pthread.h not included by GLX header. 2013-12-10 00:47:19 +01:00
glx_platform.h Fixed pthread.h not included by GLX header. 2013-12-10 00:47:19 +01:00
init.c Fixed potential segfault on init. 2013-08-21 10:15:52 +02:00
input.c Cursor mode cleanup. 2014-01-15 14:23:34 +01:00
internal.h Cursor mode cleanup. 2014-01-15 14:23:34 +01:00
joystick.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
monitor.c Added clearing of callbacks on terminate. 2013-07-30 17:06:06 +02:00
nsgl_context.m Formatted todos and notes. 2013-11-10 14:03:07 +01:00
nsgl_platform.h Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
time.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
wgl_context.c Allow setting swap interval to zero on DWM. 2013-12-04 08:00:53 +01:00
wgl_platform.h Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
win32_clipboard.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
win32_gamma.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
win32_init.c Removed stray whitespace in version string. 2013-12-24 00:48:28 +01:00
win32_joystick.c Removed joystick axis value negation. 2013-10-17 20:09:00 +02:00
win32_monitor.c Added native monitor handle access to native API. 2014-01-13 23:05:01 +01:00
win32_platform.h Fixed cursor centering for odd window sizes. 2013-11-13 12:39:40 +01:00
win32_time.c Cleaned up Win32 timer. 2013-10-28 12:14:50 +01:00
win32_window.c Cursor mode cleanup. 2014-01-15 14:23:34 +01:00
window.c Formatting. 2013-11-18 12:06:39 +01:00
x11_clipboard.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
x11_gamma.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
x11_init.c Added support for _NET_WM_BYPASS_COMPOSITOR. 2013-11-20 19:59:17 +01:00
x11_joystick.c Removed joystick axis value negation. 2013-10-17 20:09:00 +02:00
x11_monitor.c Added native monitor handle access to native API. 2014-01-13 23:05:01 +01:00
x11_platform.h Cursor mode cleanup. 2014-01-15 14:23:34 +01:00
x11_time.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
x11_unicode.c Simplified source file comment headers. 2013-07-30 14:46:52 +02:00
x11_window.c Cursor mode cleanup. 2014-01-15 14:23:34 +01:00