39 Commits (master)

Author SHA1 Message Date
Camilla Löwy 62074f3dea Update glad2 and switch to header-only version ago%!(EXTRA string=4 years)
Camilla Löwy df15a33e10 Fix numeric conversion warnings in example ago%!(EXTRA string=4 years)
Camilla Löwy 537ea4ccf1 Explicitly disable inclusion for test and examples ago%!(EXTRA string=6 years)
Camilla Löwy d7e30b1c74 Replace glad and the Vulkan SDK with glad2 ago%!(EXTRA string=6 years)
Camilla Berglund d9e43ea120 Fix example build errors on legacy MinGW ago%!(EXTRA string=10 years)
Camilla Berglund b3509fd3de Fix heightmap example viewport ago%!(EXTRA string=10 years)
Camilla Berglund 0eccf75f65 Replace GL booleans with public macros ago%!(EXTRA string=10 years)
Camilla Berglund 0e3cb945e8 Fixed heightmap example for OS X. ago%!(EXTRA string=10 years)
Camilla Berglund 40d1a491ca Removed unused bits of heightmap example. ago%!(EXTRA string=10 years)
Camilla Berglund 6e0015f022 Replaced ad-hoc extension loading with glad. ago%!(EXTRA string=11 years)
Camilla Berglund 45368f410a Fixed warnings from Clang static analysis. ago%!(EXTRA string=12 years)
Camilla Berglund 11615fcaf2 Added scancode to key callback. ago%!(EXTRA string=12 years)
Camilla Berglund 15ed715f4e Moved public headers to the GLFW directory. ago%!(EXTRA string=12 years)
Camilla Berglund 2d1b835711 Added a conservative set of key modifiers. ago%!(EXTRA string=12 years)
Camilla Berglund 6fadf37bda Replaced window close parameter with mutable flag. ago%!(EXTRA string=12 years)
Camilla Berglund f0f4af4287 Fixed warnings on VC++. ago%!(EXTRA string=12 years)
Camilla Berglund 9af960e2dd Made the pointer-ness of object handles explicit. ago%!(EXTRA string=12 years)
Camilla Berglund 3f5843f500 Renamed tokens used for other client APIs. ago%!(EXTRA string=13 years)
Camilla Berglund 18d71c2b6d Made window-related callbacks per-window. ago%!(EXTRA string=13 years)
Camilla Berglund d68acb78bf Removed registering glfwTerminate with atexit. ago%!(EXTRA string=13 years)
Camilla Berglund 1be1636326 Begun integrating monitor and window. ago%!(EXTRA string=13 years)
Camilla Berglund a2ca095b86 Renamed GLFW_WINDOW_RESIZABLE to GLFW_RESIZABLE. ago%!(EXTRA string=13 years)
Camilla Berglund 2f095cc9e3 Removed implicit glfwMakeCurrentContext. ago%!(EXTRA string=13 years)
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 9871b5dc79 Removed deprecated macro. ago%!(EXTRA string=13 years)
Camilla Berglund 0c49e9ec87 Fixed function pointer casting. ago%!(EXTRA string=13 years)
Camilla Berglund 0c3b1b5a0e Removed allocator. ago%!(EXTRA string=13 years)
Camilla Berglund b997db3a8b Removed GLFWthreadmodel and glfwInitWithModels. ago%!(EXTRA string=13 years)
Camilla Berglund a18cd1b14c Renamed GLFW_WINDOW_NO_RESIZE to GLFW_WINDOW_RESIZABLE. ago%!(EXTRA string=14 years)
Camilla Berglund 4afc67c1df Various Windows and VC++ 2010 fixes. ago%!(EXTRA string=14 years)
Marcus e3cb563a28 Fixed key names in the example and test programs. ago%!(EXTRA string=15 years)
Camilla Berglund 4044c2da66 Made callbacks library global. ago%!(EXTRA string=15 years)
Camilla Berglund 99ddce3214 Added context sharing. ago%!(EXTRA string=15 years)
Camilla Berglund a1ae18f7d4 Replaced inline declarations with glext.h usage. ago%!(EXTRA string=15 years)
Camilla Berglund ba3ecfb8b2 Removed trailing whitespace. ago%!(EXTRA string=15 years)
Olivier Delannoy 70647eaad5 Added ignore rules for git, the heightmap examples from GLFW 2.7 and fixed a built issue on X11 introduced by using glxext.h ago%!(EXTRA string=15 years)