glfw/src
Camilla Berglund 6e85924bd3 Replaced selector test with NSAppKitVersionNumber. 2013-07-30 14:46:51 +02:00
..
CMakeLists.txt Cleanup. 2013-06-17 12:46:51 +02:00
clipboard.c Added macros for library initialization check. 2013-02-20 18:15:03 +01:00
cocoa_clipboard.m Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
cocoa_gamma.c Removed superflous casts of allocated memory. 2013-07-04 14:54:07 +02:00
cocoa_init.m Cleanup. 2013-06-24 14:38:00 +02:00
cocoa_joystick.m Removed superflous casts of allocated memory. 2013-07-04 14:54:07 +02:00
cocoa_monitor.m Removed superflous casts of allocated memory. 2013-07-04 14:54:07 +02:00
cocoa_platform.h New joystick API. 2013-05-22 21:56:14 +02:00
cocoa_time.c Simplified function comment headers. 2013-02-11 19:43:22 +01:00
cocoa_window.m Replaced selector test with NSAppKitVersionNumber. 2013-07-30 14:46:51 +02:00
config.h.in Added forcing of swap interval on DWM composition. 2013-07-08 00:32:23 +02:00
context.c Renamed glfwGetWindowParam to glfwGetWindowAttrib. 2013-05-27 15:30:32 +02:00
egl_context.c Cleanup of size_t use. 2013-07-15 18:37:02 +02:00
egl_platform.h Reintroduced manual framebuffer config selection. 2013-05-13 15:58:36 +02:00
gamma.c Cleanup. 2013-07-05 14:29:12 +02:00
glfw3.pc.in Renamed libglfw3.pc to glfw3.pc. 2012-08-12 22:31:47 +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 Cleanup of size_t use. 2013-07-15 18:37:02 +02:00
glx_platform.h Cleaned up X error handler work. 2013-07-11 01:32:46 +02:00
init.c Added pointer swap macro for callback setters. 2013-07-30 14:44:56 +02:00
input.c Added pointer swap macro for callback setters. 2013-07-30 14:44:56 +02:00
internal.h Added pointer swap macro for callback setters. 2013-07-30 14:44:56 +02:00
joystick.c Fixed constness of joystick data. 2013-06-04 18:20:38 +02:00
monitor.c Added pointer swap macro for callback setters. 2013-07-30 14:44:56 +02:00
nsgl_context.m Updated references to OS X (previously Mac OS X). 2013-07-10 15:38:31 +02:00
nsgl_platform.h Reintroduced manual framebuffer config selection. 2013-05-13 15:58:36 +02:00
time.c Added macros for library initialization check. 2013-02-20 18:15:03 +01:00
wgl_context.c Cleanup of size_t use. 2013-07-15 18:37:02 +02:00
wgl_platform.h Fixed retrieval of OpenGL 1.0 and 1.1 on WGL. 2013-06-26 13:57:09 +02:00
win32_clipboard.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
win32_gamma.c Clarified names of gamma array helper functions. 2013-07-04 14:52:58 +02:00
win32_init.c Removed superflous casts of allocated memory. 2013-07-04 14:54:07 +02:00
win32_joystick.c Fixed VC++ warnings. 2013-06-12 20:37:04 +02:00
win32_monitor.c Win32 fixes. 2013-06-12 19:58:30 +02:00
win32_platform.h New joystick API. 2013-05-22 21:56:14 +02:00
win32_time.c Simplified function comment headers. 2013-02-11 19:43:22 +01:00
win32_window.c Win32 fixes. 2013-06-12 19:58:30 +02:00
window.c Added pointer swap macro for callback setters. 2013-07-30 14:44:56 +02:00
x11_clipboard.c Cleanup of size_t use. 2013-07-15 18:37:02 +02:00
x11_gamma.c Clarified names of gamma array helper functions. 2013-07-04 14:52:58 +02:00
x11_init.c Cleaned up X error handler work. 2013-07-11 01:32:46 +02:00
x11_joystick.c Cleanup of size_t use. 2013-07-15 18:37:02 +02:00
x11_monitor.c Removed superflous casts of allocated memory. 2013-07-04 14:54:07 +02:00
x11_platform.h Cleaned up X error handler work. 2013-07-11 01:32:46 +02:00
x11_time.c Formatting. 2013-05-31 00:09:37 +02:00
x11_unicode.c Simplified function comment headers. 2013-02-11 19:43:22 +01:00
x11_window.c Moved X11 character translation failure test. 2013-07-15 18:28:09 +02:00