317 Commits (c28d420060a60d579e15afb812d5bd054891179a)

Author SHA1 Message Date
Camilla Berglund 5f74c2afdf Cleanup. ago%!(EXTRA string=10 years)
Camilla Berglund 96b3f17d02 Re-used config structs for hints. ago%!(EXTRA string=10 years)
Camilla Berglund d493a82f9e Various error fixes. ago%!(EXTRA string=10 years)
Camilla Berglund 439417a22c Comment and string spell check pass. ago%!(EXTRA string=11 years)
Camilla Berglund 641761ddb0 Changed state attribs to direct access. ago%!(EXTRA string=11 years)
Camilla Berglund a6ded4d3fe Formatting. ago%!(EXTRA string=11 years)
Camilla Berglund e0c26f0ec5 Changed default of GLFW_REFRESH_RATE. ago%!(EXTRA string=11 years)
Camilla Berglund 49579165a7 Added value clamping for stereo hint. ago%!(EXTRA string=11 years)
Camilla Berglund e9c7314d50 Added GLFW_FOCUSED window hint. ago%!(EXTRA string=11 years)
Camilla Berglund 7dba90b7ca Removed racy checks of cached iconification state. ago%!(EXTRA string=11 years)
Camilla Berglund 44c899ce70 Added support for GL_KHR_context_flush_control. ago%!(EXTRA string=11 years)
Camilla Berglund f3b65445dc Fixed cursor outside new full screen windows. ago%!(EXTRA string=11 years)
Camilla Berglund 7cb217ed4a Fixed plural forms on key/button arrays. ago%!(EXTRA string=11 years)
Camilla Berglund 3ce7bfef07 Added GLFW_FLOATING. ago%!(EXTRA string=11 years)
Camilla Berglund c9808586b3 Added GLFW_DOUBLEBUFFER. ago%!(EXTRA string=11 years)
Camilla Berglund 281013002d Added GLFW_DONT_CARE. ago%!(EXTRA string=11 years)
Camilla Berglund 25e7ff1196 Added GLFW_AUTO_ICONIFY. ago%!(EXTRA string=11 years)
Camilla Berglund 5e008ad074 Removed tautological test. ago%!(EXTRA string=11 years)
Camilla Berglund 4923f1cf7e Call platform API directly where possible. ago%!(EXTRA string=11 years)
Camilla Berglund b29fbc82c2 Ensure out arguments are always set. ago%!(EXTRA string=11 years)
Camilla Berglund eb3f75e03e Added glfwGetWindowFrameSize. ago%!(EXTRA string=11 years)
Camilla Berglund 1ccc23268c Added glfwPostEmptyEvent. ago%!(EXTRA string=11 years)
Camilla Berglund 76eefcc08a Moved some VC++ specific hacks to platform header. ago%!(EXTRA string=11 years)
Camilla Berglund 6d8e78cc95 Further separation of window and context. ago%!(EXTRA string=11 years)
Camilla Berglund ae8393c06e Fixed refresh of debug context attribute. ago%!(EXTRA string=11 years)
Camilla Berglund 611006af18 Updated API version in comment headers. ago%!(EXTRA string=11 years)
Camilla Berglund 95c7029e19 Formatting. ago%!(EXTRA string=12 years)
Camilla Berglund 7ef7beb9fb Formatting. ago%!(EXTRA string=12 years)
Camilla Berglund 3cfc400cf9 Simplified source file comment headers. ago%!(EXTRA string=12 years)
Camilla Berglund f7282e86c0 Added pointer swap macro for callback setters. ago%!(EXTRA string=12 years)
Camilla Berglund 9d0e102135 Fixed glfwCreateWindow return value semantics. ago%!(EXTRA string=12 years)
Camilla Berglund 7a03ca8dbc Removed superflous casts of allocated memory. ago%!(EXTRA string=12 years)
Camilla Berglund c10bf9ba9c Fixed incorrect hint default. ago%!(EXTRA string=12 years)
Camilla Berglund ccb810bed9 It's not an error. ago%!(EXTRA string=12 years)
Camilla Berglund 11615fcaf2 Added scancode to key callback. ago%!(EXTRA string=12 years)
Camilla Berglund 3498163da1 Separated window and framebuffer sizes. ago%!(EXTRA string=12 years)
Camilla Berglund 2cd34386bc Added back refresh rate window hint. ago%!(EXTRA string=12 years)
Camilla Berglund ad1f6f0341 Renamed glfwGetWindowParam to glfwGetWindowAttrib. ago%!(EXTRA string=12 years)
Camilla Berglund 2d1b835711 Added a conservative set of key modifiers. ago%!(EXTRA string=12 years)
Camilla Berglund 11a27de3d3 Added return by setters of previous callback. ago%!(EXTRA string=12 years)
Camilla Berglund 1fe21b22a3 Assume that malloc works. ago%!(EXTRA string=12 years)
Camilla Berglund 648c8e7371 Put synthetic key releases after defocus event. ago%!(EXTRA string=12 years)
Camilla Berglund 159f9b9526 Changed default cursor mode for fullscreen. ago%!(EXTRA string=12 years)
Camilla Berglund 49db3b2a9e Formatting. ago%!(EXTRA string=12 years)
NathanSweet 8e2e7b37a1 Undecorated window support on win/mac/linux. ago%!(EXTRA string=12 years)
Camilla Berglund 64afb193e8 Removed return value of close callback. ago%!(EXTRA string=12 years)
Camilla Berglund 6fadf37bda Replaced window close parameter with mutable flag. ago%!(EXTRA string=12 years)
Camilla Berglund 719b60dd2b Added macros for library initialization check. ago%!(EXTRA string=12 years)
Camilla Berglund d97dddc8c4 Simplified function comment headers. ago%!(EXTRA string=12 years)
Camilla Berglund 7c1932381b Reintroduced glfwGetWindowPos, glfwSetWindowPos. ago%!(EXTRA string=12 years)