81 Commits (871e1a70d78b52f7b96d9f2165e41aea9689832d)

Author SHA1 Message Date
Camilla Berglund 871e1a70d7 Made video mode retrieval dynamic. ago%!(EXTRA string=13 years)
Camilla Berglund ba941b2fc8 Added formatting to error string. 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 cef9dea1d2 Unified nomenclature for cursor positions. ago%!(EXTRA string=13 years)
Camilla Berglund bf42c3cfbc Made glfwGetProcAddress return a function pointer. ago%!(EXTRA string=13 years)
Camilla Berglund 79bef68511 Only restore gamma ramp if it has been changed. ago%!(EXTRA string=13 years)
Camilla Berglund 1a99827432 Moved the type declarations. ago%!(EXTRA string=13 years)
Camilla Berglund 21e77fe1a6 Split platform-specific global data. ago%!(EXTRA string=13 years)
Camilla Berglund f868712f02 Simplified clipboard API. ago%!(EXTRA string=13 years)
Camilla Berglund bf1ada029b Added window parameter to clipboard API. ago%!(EXTRA string=13 years)
Camilla Berglund 7044ed6f06 Simplified and made clipboard API more type safe. ago%!(EXTRA string=13 years)
Camilla Berglund c1dd245d8a Moved input functions to input section. ago%!(EXTRA string=14 years)
Camilla Berglund 4ef9aec7e0 Made scrolling deltas floating point. ago%!(EXTRA string=14 years)
Camilla Berglund 0c3b1b5a0e Removed allocator. ago%!(EXTRA string=14 years)
Camilla Berglund f6dfaf50ad Formatting. ago%!(EXTRA string=14 years)
Camilla Berglund b997db3a8b Removed GLFWthreadmodel and glfwInitWithModels. ago%!(EXTRA string=14 years)
Camilla Berglund ce288a8939 Transformed glfwEnable/Disable/SetCursorMode into glfwGetInputMode/SetInputMode. ago%!(EXTRA string=14 years)
Camilla Berglund b016d642ab Comment fixes. ago%!(EXTRA string=14 years)
Camilla Berglund c4806b9532 Merged cursor enter/leave callbacks. 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 2660b27cf3 Renamed internal cursor position in preparation of new API. ago%!(EXTRA string=14 years)
Camilla Berglund 72ef537425 Added input function for window damage events. ago%!(EXTRA string=14 years)
Camilla Berglund d0840bdea1 Added more input functions to clarify internal API. ago%!(EXTRA string=14 years)
Camilla Berglund a98c66c8cb Added glext header explanation. ago%!(EXTRA string=14 years)
Ralph Eastwood 31c91545be Added clipboard stubs. ago%!(EXTRA string=14 years)
Camilla Berglund d0af26cd43 Allow error callback to be set before glfwInit. ago%!(EXTRA string=14 years)
Camilla Berglund 3b733b91bb Fixed header include paths. ago%!(EXTRA string=14 years)
Camilla Berglund b1656d7323 Replaced GLFW_MOUSE_CURSOR enable with glfwSetCursorMode. 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 53f4f54c46 Flattened source tree. ago%!(EXTRA string=14 years)
Camilla Berglund 0f93e8f252 Flattened source tree. ago%!(EXTRA string=14 years)
Camilla Berglund 8aa8b7c2e4 Added glfwCopyGLState. ago%!(EXTRA string=14 years)
Camilla Berglund d43e0b50d0 Added initial ARB_robustness support. ago%!(EXTRA string=15 years)
Camilla Berglund 6a5152f301 Added initial ARB_robustness support. ago%!(EXTRA string=15 years)
Camilla Berglund 19be24afb7 Moved more OpenGL logic to opengl.c. ago%!(EXTRA string=15 years)
Camilla Berglund 0f481cb09d Renamed window hint reset function for clarity. ago%!(EXTRA string=15 years)
Camilla Berglund ccbb956341 Added pluggable memory allocator and threading stub. ago%!(EXTRA string=15 years)
Camilla Berglund 596f56fe7b Moved OpenGL related function to opengl.c, minor formatting. ago%!(EXTRA string=15 years)
Camilla Berglund ee880bda1b Moved window input boolean to correct block. ago%!(EXTRA string=15 years)
Camilla Berglund 6e553c7376 Purged references to GLFW as a framework. 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 3be0c05aaa Added internal use of glext.h header. ago%!(EXTRA string=15 years)
Camilla Berglund 07260cb768 Added initial framebuffer sRGB support. ago%!(EXTRA string=15 years)
Camilla Berglund 70b9a1f4f3 Made boolean values use GLboolean. ago%!(EXTRA string=15 years)
Camilla Berglund 4044c2da66 Made callbacks library global. ago%!(EXTRA string=15 years)