..
clipboard.c
CMakeLists.txt
Fixed warnings on VC++.
2012-09-27 02:49:20 +02:00
cocoa_clipboard.m
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
cocoa_fullscreen.m
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
cocoa_gamma.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
cocoa_init.m
Implemented TLS for all platforms.
2012-08-13 16:03:44 +02:00
cocoa_input.m
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
cocoa_joystick.m
Fixed bad editing in Cocoa joystick code.
2012-09-07 02:15:54 +02:00
cocoa_native.m
Fixed copypaste errors.
2012-07-23 00:48:30 +02:00
cocoa_opengl.m
Implemented TLS for all platforms.
2012-08-13 16:03:44 +02:00
cocoa_platform.h
Implemented TLS for all platforms.
2012-08-13 16:03:44 +02:00
cocoa_time.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
cocoa_window.m
Removed glfwSetWindowPos and glfwGetWindowPos
2012-11-10 22:19:55 +01:00
config.h.in
Renamed config macro to match convention.
2012-09-12 03:17:50 +02:00
fullscreen.c
Narrowed criteria for non-standard inclusion.
2012-09-12 21:18:59 +02:00
gamma.c
Fixed use of functions missing on VC++.
2012-09-27 02:35:19 +02:00
glfw3.pc.in
Renamed libglfw3.pc to glfw3.pc.
2012-08-12 22:31:47 +02:00
init.c
Removed registering glfwTerminate with atexit.
2012-10-22 03:20:16 +02:00
input.c
Made window-related callbacks per-window.
2012-10-29 13:36:01 +01:00
internal.h
Removed glfwSetWindowPos and glfwGetWindowPos
2012-11-10 22:19:55 +01:00
joystick.c
Renamed glfwGetJoystickPos to glfwGetJoystickAxes.
2012-08-29 18:58:16 +02:00
opengl.c
Added client API window hint.
2012-09-30 15:32:50 +02:00
time.c
win32_clipboard.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
win32_fullscreen.c
Fixed VC++ warnings.
2012-10-30 17:37:34 +01:00
win32_gamma.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
win32_init.c
Moved DllMain into Win32 init module.
2012-09-12 21:23:04 +02:00
win32_input.c
Fixed VC++ warnings.
2012-10-30 17:37:34 +01:00
win32_joystick.c
Renamed glfwGetJoystickPos to glfwGetJoystickAxes.
2012-08-29 18:58:16 +02:00
win32_native.c
Added explicit access to native handles.
2012-07-22 15:26:15 +02:00
win32_opengl.c
Cleanup of context clearing during window destruction.
2012-10-21 21:57:29 +02:00
win32_platform.h
Shortened PC boolean name.
2012-09-02 15:21:40 +02:00
win32_time.c
Shortened PC boolean name.
2012-09-02 15:21:40 +02:00
win32_window.c
Removed glfwSetWindowPos and glfwGetWindowPos
2012-11-10 22:19:55 +01:00
window.c
Removed glfwSetWindowPos and glfwGetWindowPos
2012-11-10 22:19:55 +01:00
x11_clipboard.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
x11_fullscreen.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
x11_gamma.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
x11_init.c
Moved display closing to after GL terminate.
2012-09-12 21:25:52 +02:00
x11_input.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
x11_joystick.c
Renamed config macro to match convention.
2012-09-12 03:17:50 +02:00
x11_keysym2unicode.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
x11_native.c
Added explicit access to native handles.
2012-07-22 15:26:15 +02:00
x11_opengl.c
Cleanup of context clearing during window destruction.
2012-10-21 21:57:29 +02:00
x11_platform.h
Introduced window positioning hints and window position properties
2012-11-10 22:19:55 +01:00
x11_time.c
API tag and error message cleanup.
2012-08-28 15:03:57 +02:00
x11_window.c
Removed glfwSetWindowPos and glfwGetWindowPos
2012-11-10 22:19:55 +01:00