86 Commits (99031a43a208b4606977edcf0095725a6027b72f)

Author SHA1 Message Date
Camilla Berglund 585a840329 Added window parameter to glfwSwapBuffers. ago%!(EXTRA string=13 years)
Camilla Berglund aff30d0baa Renamed window creation/destruction functions. ago%!(EXTRA string=13 years)
Camilla Berglund 2972cdfeb1 Removed glfwIsWindow. ago%!(EXTRA string=13 years)
Camilla Berglund 1736132bb2 Fixed window parameter refresh. ago%!(EXTRA string=13 years)
Camilla Berglund 59896c327a Context property fixes. ago%!(EXTRA string=13 years)
Camilla Berglund 053737e660 Use OpenGL to get default framebuffer properties. ago%!(EXTRA string=13 years)
Camilla Berglund 3a72f33541 Removed GLFW_ACCELERATED window parameter. ago%!(EXTRA string=13 years)
Camilla Berglund f2062e06b7 Removed traces of Captain Obvious. ago%!(EXTRA string=14 years)
Camilla Berglund 0c3b1b5a0e Removed allocator. ago%!(EXTRA string=14 years)
Camilla Berglund ce288a8939 Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode. ago%!(EXTRA string=14 years)
Camilla Berglund 1ddafc25a6 Moved new cursor input code to other cursor input code. ago%!(EXTRA string=14 years)
Hanmac 0b752b84c3 Added API and X11 implementation of cursor enter and leave callbacks. ago%!(EXTRA string=14 years)
Camilla Berglund a18cd1b14c Renamed GLFW_WINDOW_NO_RESIZE to GLFW_WINDOW_RESIZABLE. ago%!(EXTRA string=14 years)
Camilla Berglund 30c43d60a5 Removed superfluous test. ago%!(EXTRA string=14 years)
Camilla Berglund 72ef537425 Added input function for window damage events. ago%!(EXTRA string=14 years)
Camilla Berglund 30ab9e2058 Moved input-related functions to input file. ago%!(EXTRA string=14 years)
Camilla Berglund d0840bdea1 Added more input functions to clarify internal API. ago%!(EXTRA string=14 years)
Camilla Berglund 65f074d257 Formatting. ago%!(EXTRA string=14 years)
Camilla Berglund 1960d1ebb1 Added error setting for more cases of invalid tokens. ago%!(EXTRA string=14 years)
Camilla Berglund b1656d7323 Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode. ago%!(EXTRA string=14 years)
Camilla Berglund e4027f14d0 Rough line-wrapping pass. ago%!(EXTRA string=14 years)
Camilla Berglund c1ab73b979 Renamed context-related functions to more closely match underlying APIs. ago%!(EXTRA string=14 years)
Camilla Berglund d25f9db752 Removed glfwGetGLVersion, added GLFW_OPENGL_REVISION. ago%!(EXTRA string=14 years)
Camilla Berglund f0ef9277ea C strictness fixes. ago%!(EXTRA string=14 years)
Camilla Berglund 849977c7b2 Allow closing of NULL. ago%!(EXTRA string=14 years)
Camilla Berglund d43e0b50d0 Added initial ARB_robustness support. ago%!(EXTRA string=14 years)
Camilla Berglund 6a5152f301 Added initial ARB_robustness support. ago%!(EXTRA string=14 years)
Camilla Berglund 19be24afb7 Moved more OpenGL logic to opengl.c. ago%!(EXTRA string=14 years)
Camilla Berglund d1d550d1ab Delayed window struct allocation. ago%!(EXTRA string=14 years)
Camilla Berglund 98eb79b7d9 Removed function made superfluous by window struct memset. ago%!(EXTRA string=14 years)
Camilla Berglund 17d9b5aa8f Comment tweak. ago%!(EXTRA string=14 years)
Camilla Berglund 0f481cb09d Renamed window hint reset function for clarity. ago%!(EXTRA string=14 years)
Camilla Berglund ccbb956341 Added pluggable memory allocator and threading stub. ago%!(EXTRA string=14 years)
Camilla Berglund 596f56fe7b Moved OpenGL related function to opengl.c, minor formatting. ago%!(EXTRA string=14 years)
Camilla Berglund 0d50ee749f Added profile enum verification. ago%!(EXTRA string=14 years)
Camilla Berglund 6d7d11643a Clarified comment. ago%!(EXTRA string=14 years)
Camilla Berglund 6e553c7376 Purged references to GLFW as a framework. ago%!(EXTRA string=14 years)
Camilla Berglund f511fa0228 Comment updates. ago%!(EXTRA string=14 years)
Camilla Berglund 57eabfd17f Added more strictness to GL version check. ago%!(EXTRA string=14 years)
Camilla Berglund 5d2edb2dff Comment updates. ago%!(EXTRA string=14 years)
Camilla Berglund 7515ee0ef5 Moved OpenGL context config verification into separate function. ago%!(EXTRA string=14 years)
Camilla Berglund 9d6660a9ea Made file-local functions static. ago%!(EXTRA string=14 years)
Camilla Berglund aae8999ecf Moved OpenGL-related functions into *opengl files. ago%!(EXTRA string=14 years)
Camilla Berglund e0ba9e4e1f Formatting. ago%!(EXTRA string=15 years)
Camilla Berglund 508e76e53d Finished confusion for code completion systems. ago%!(EXTRA string=15 years)
Camilla Berglund a66a4cd1e4 Added confusion for code completion systems like VC++. ago%!(EXTRA string=15 years)
Camilla Berglund f02dbd30be Formatting. ago%!(EXTRA string=15 years)
Camilla Berglund 77e3b428c5 Revert "Added initial framebuffer sRGB support." ago%!(EXTRA string=15 years)
Camilla Berglund f1e7d7c0ea Added error callback. ago%!(EXTRA string=15 years)
Camilla Berglund b29c4bae53 Added reference to extension. ago%!(EXTRA string=15 years)