.. |
CMakeLists.txt
|
Disable dynamic loading for Win32 DLL.
|
2012-02-29 19:52:34 +01:00 |
cocoa_fullscreen.m
|
|
|
cocoa_gamma.c
|
Made C-only modules C.
|
2012-02-15 01:20:27 +01:00 |
cocoa_init.m
|
Removed unused variable, fixed chdir regression.
|
2012-02-15 01:57:43 +01:00 |
cocoa_input.m
|
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
|
2012-02-04 00:51:35 +01:00 |
cocoa_joystick.m
|
Removed allocator.
|
2012-02-07 14:58:58 +01:00 |
cocoa_opengl.m
|
|
|
cocoa_platform.h
|
Removed unused variable, fixed chdir regression.
|
2012-02-15 01:57:43 +01:00 |
cocoa_time.c
|
Made C-only modules C.
|
2012-02-15 01:20:27 +01:00 |
cocoa_window.m
|
Fixed GLFW_WINDOW_NO_RESIZE state not being saved.
|
2012-02-27 02:21:26 +01:00 |
config.h.in
|
|
|
error.c
|
Added glfwInit exception comment.
|
2012-01-10 21:35:13 +01: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
|
Removed traces of Captain Obvious.
|
2012-02-09 16:31:01 +01:00 |
internal.h
|
Removed allocator.
|
2012-02-07 14:58:58 +01:00 |
joystick.c
|
|
|
libglfw.pc.cmake
|
Pkg-config file generation work.
|
2011-09-19 18:46:20 +02:00 |
opengl.c
|
Formatting.
|
2011-10-08 23:57:03 +02:00 |
time.c
|
|
|
win32_dllmain.c
|
|
|
win32_fullscreen.c
|
|
|
win32_gamma.c
|
|
|
win32_init.c
|
Merge branch 'master' of github.com:elmindreda/glfw
|
2012-02-07 15:43:29 +01:00 |
win32_input.c
|
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
|
2012-02-04 00:51:35 +01:00 |
win32_joystick.c
|
|
|
win32_opengl.c
|
|
|
win32_platform.h
|
Formatting.
|
2012-02-05 02:43:49 +01:00 |
win32_time.c
|
|
|
win32_window.c
|
Fixed GLFW_WINDOW_NO_RESIZE state not being saved.
|
2012-02-27 02:21:26 +01:00 |
window.c
|
Removed traces of Captain Obvious.
|
2012-02-09 16:31:01 +01:00 |
x11_fullscreen.c
|
Removed allocator.
|
2012-02-07 14:58:58 +01:00 |
x11_gamma.c
|
|
|
x11_init.c
|
Added use of XkbKeycodeToKeysym when Xkb is available.
|
2012-02-23 21:51:57 +01:00 |
x11_input.c
|
Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode.
|
2012-02-04 00:51:35 +01:00 |
x11_joystick.c
|
|
|
x11_keysym2unicode.c
|
|
|
x11_opengl.c
|
Removed declarations made superfluous by our glxext.h header.
|
2012-02-01 22:00:07 +01:00 |
x11_platform.h
|
Merge branch 'master' into utf8
|
2012-02-04 01:55:46 +01:00 |
x11_time.c
|
Formatting.
|
2011-09-20 18:52:00 +02:00 |
x11_window.c
|
Removed allocator.
|
2012-02-07 14:58:58 +01:00 |