1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00
glfw/src
Camilla Berglund ad1f6f0341 Renamed glfwGetWindowParam to glfwGetWindowAttrib.
Parameters are something specified at creation time and are often
immutable, while many of the values returned by glfwGetWindowParam
reflected current state not controlled by any parameter or hint.
2013-05-27 15:30:32 +02:00
..
clipboard.c Added macros for library initialization check. 2013-02-20 18:15:03 +01:00
CMakeLists.txt Moved public headers to the GLFW directory. 2013-05-22 22:46:34 +02:00
cocoa_clipboard.m Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
cocoa_gamma.c Removed C99-ism. 2013-05-23 00:18:11 +02:00
cocoa_init.m Moved OpenGL framework loading to NSGL module. 2013-05-02 23:06:59 +02:00
cocoa_joystick.m New joystick API. 2013-05-22 21:56:14 +02:00
cocoa_monitor.m Added proper monitor comparison. 2013-04-22 14:44:45 +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 Removed broken initial cursor pos kluges. 2013-05-26 17:19:13 +02:00
config.h.in Fixed dlopen entry point retrieval mechanism. 2013-04-06 05:28:36 -04:00
context.c Renamed glfwGetWindowParam to glfwGetWindowAttrib. 2013-05-27 15:30:32 +02:00
egl_context.c Reintroduced manual framebuffer config selection. 2013-05-13 15:58:36 +02:00
egl_platform.h Reintroduced manual framebuffer config selection. 2013-05-13 15:58:36 +02:00
gamma.c New gamma ramp API. 2013-05-22 21:56:14 +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 Reintroduced manual framebuffer config selection. 2013-05-13 15:58:36 +02:00
glx_platform.h Reintroduced manual framebuffer config selection. 2013-05-13 15:58:36 +02:00
init.c New gamma ramp API. 2013-05-22 21:56:14 +02:00
input.c Renamed CURSOR_CAPTURED to CURSOR_DISABLED. 2013-05-22 21:56:14 +02:00
internal.h Renamed glfwGetWindowParam to glfwGetWindowAttrib. 2013-05-27 15:30:32 +02:00
joystick.c New joystick API. 2013-05-22 21:56:14 +02:00
monitor.c Made glfwGetMonitors work from monitor callback. 2013-05-24 15:08:23 +02:00
nsgl_context.m Moved OpenGL framework loading to NSGL module. 2013-05-02 23:06:59 +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 Reintroduced manual framebuffer config selection. 2013-05-13 15:58:36 +02:00
wgl_platform.h Reintroduced manual framebuffer config selection. 2013-05-13 15:58:36 +02:00
win32_clipboard.c Removed duplicate documentation. 2013-01-25 01:25:40 +01:00
win32_gamma.c New gamma ramp API. 2013-05-22 21:56:14 +02:00
win32_init.c No swap interval on composition. 2013-03-11 21:07:29 +01:00
win32_joystick.c New joystick API. 2013-05-22 21:56:14 +02:00
win32_monitor.c Added proper monitor comparison. 2013-04-22 14:44:45 +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 Moved mode setting to after window re-creation. 2013-05-26 18:05:57 +02:00
window.c Renamed glfwGetWindowParam to glfwGetWindowAttrib. 2013-05-27 15:30:32 +02:00
x11_clipboard.c Cleanup of clipboard manager work. 2013-04-30 15:07:02 +02:00
x11_gamma.c New gamma ramp API. 2013-05-22 21:56:14 +02:00
x11_init.c Formatting. 2013-05-02 23:06:59 +02:00
x11_joystick.c New joystick API. 2013-05-22 21:56:14 +02:00
x11_monitor.c Added proper monitor comparison. 2013-04-22 14:44:45 +02:00
x11_platform.h New joystick API. 2013-05-22 21:56:14 +02:00
x11_time.c Simplified function comment headers. 2013-02-11 19:43:22 +01:00
x11_unicode.c Simplified function comment headers. 2013-02-11 19:43:22 +01:00
x11_window.c Removed broken initial cursor pos kluges. 2013-05-26 17:19:13 +02:00