1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00
glfw/src
2014-03-18 21:35:50 +01:00
..
clipboard.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
CMakeLists.txt Added explicit configuration header macro. 2013-11-20 12:06:07 +01:00
cocoa_clipboard.m Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
cocoa_gamma.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
cocoa_init.m Added _GLFW_USE_RETINA. 2014-02-10 13:45:13 +01:00
cocoa_joystick.m Fixing memory leak in cocoa_joystick 2014-02-06 23:18:43 +01:00
cocoa_monitor.m Fixed leak of display name. 2014-03-10 18:56:33 +01:00
cocoa_platform.h Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
cocoa_time.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
cocoa_window.m Added glfwPostEmptyEvent. 2014-03-09 17:55:55 +01:00
context.c Further separation of window and context. 2014-03-06 20:07:58 +01:00
egl_context.c Make EGL use ctxconfig instead of wndconfig 2014-03-18 21:35:50 +01:00
egl_platform.h Make EGL use ctxconfig instead of wndconfig 2014-03-18 21:35:50 +01:00
gamma.c Moved some VC++ specific hacks to platform header. 2014-03-06 21:05:55 +01:00
glfw_config.h.in Fixed copypaste mistake. 2014-02-10 19:10:57 +01:00
glfw3.pc.in Blurb nomenclature fix. 2014-02-10 15:33:41 +01: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 Further separation of window and context. 2014-03-06 20:07:58 +01:00
glx_platform.h Further separation of window and context. 2014-03-06 20:07:58 +01:00
init.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
input.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
internal.h Added glfwPostEmptyEvent. 2014-03-09 17:55:55 +01:00
joystick.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
monitor.c Moved some VC++ specific hacks to platform header. 2014-03-06 21:05:55 +01:00
nsgl_context.m Further separation of window and context. 2014-03-06 20:07:58 +01:00
nsgl_platform.h Further separation of window and context. 2014-03-06 20:07:58 +01:00
time.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
wgl_context.c Further separation of window and context. 2014-03-06 20:07:58 +01:00
wgl_platform.h Further separation of window and context. 2014-03-06 20:07:58 +01:00
win32_clipboard.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
win32_gamma.c Made use of Win32 W-suffixed symbols explicit. 2014-03-06 18:30:14 +01:00
win32_init.c Made use of Win32 W-suffixed symbols explicit. 2014-03-06 18:30:14 +01:00
win32_joystick.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
win32_monitor.c Video mode detection cleanup. 2014-03-10 12:36:23 +01:00
win32_platform.h Fixes for legacy MinGW 4.2. 2014-03-06 23:33:09 +01:00
win32_time.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
win32_window.c Added glfwPostEmptyEvent. 2014-03-09 17:55:55 +01:00
window.c Added glfwPostEmptyEvent. 2014-03-09 17:55:55 +01:00
x11_clipboard.c Added caching of X11 NULL atom. 2014-03-09 13:18:58 +01:00
x11_gamma.c Updated broken RandR gamma comment. 2014-03-07 01:02:54 +01:00
x11_init.c Fixed missing ICCCM protocol message checks. 2014-03-09 13:24:37 +01:00
x11_joystick.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
x11_monitor.c Video mode detection cleanup. 2014-03-10 12:36:23 +01:00
x11_platform.h Video mode detection cleanup. 2014-03-10 12:36:23 +01:00
x11_time.c Updated API version in comment headers. 2014-01-22 01:32:00 +01:00
x11_unicode.c Cleanup. 2014-01-22 20:15:27 +01:00
x11_window.c Fixed glfwDestroyWindow not flushing the output buffer. 2014-03-12 20:53:57 +01:00