aboutsummaryrefslogtreecommitdiff
path: root/vendor/glfw
Commit message (Expand)AuthorAgeFilesLines
* vendor/glfw Add RawMouseMotionSupported to wrapperEddie Woodley2024-02-241-2/+3
* Fix imports to be case sensitive correctgingerBill2024-01-171-1/+1
* Fix the declaration of glfwSetJoystickCallbackflysand72023-12-311-1/+1
* Change bool to b32flysand72023-10-242-2/+2
* GLFW binding fixesflysand72023-10-243-3/+15
* Fix miniaudio config; add trailing commasflysand72023-10-142-3/+3
* add 'shared' config to vendor librariesflysand72023-10-144-12/+28
* rename dynamic to sharedflysand72023-10-141-2/+2
* Fix missing underscorebumbread2023-03-011-1/+1
* Add option to link to glfw3 dynamicallybumbread2023-03-013-7/+25
* Add RawMouseMotionSupportedJeroen van Rijn2022-10-212-0/+4
* Add glfw.GetCocoaWindowJan Ivanecky2022-10-084-33/+46
* fix glfw/native.odin foreign lib importPhil2022-08-011-1/+1
* Update Windows GLFW libraries to 3.3.8William Roe2022-07-284-0/+0
* Fix build on Apple Silicon when linking to GLFWWilliam Roe2022-07-282-1/+1
* Merge branch 'master' into masterJeroen van Rijn2022-07-281-3/+3
|\
| * vendor: glfw: simplify foreign importSébastien Marie2022-03-021-3/+5
| * glfw: add openbsd supportSébastien Marie2022-02-281-0/+1
| * Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-202-6/+6
* | Update bindings.odinpvance2022-07-281-5/+5
* | replaced ODIN_OS string values with enumspvance2022-07-281-10/+13
* | move libgflw3.a to lib/darwinphillvancejr2022-01-241-0/+0
* | moved mac os glfw static lib to lib/darwin subdirectoryphillvancejr2022-01-241-1/+8
|/
* Added darwin supportGus2021-11-201-0/+1
* Fix path to static GLFW lib on WindowsWilliam Roe2021-11-091-1/+1
* The better optionProkop Randacek2021-10-242-4/+2
* WindowShouldClose should return a boolProkop Randáček2021-10-241-2/+4
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-111-2/+9
* Remove unneeded semicolons from vendorgingerBill2021-08-311-1/+1
* Strip unneeded semicolons from vendor librarygingerBill2021-08-314-497/+497
* Add `gl_set_proc_address` to both sdl2 and glfw as utility loaders for OpenGLgingerBill2021-08-251-1/+7
* Update licences for GLFWgingerBill2021-08-241-22/+0
* Add `vendor:glfw`gingerBill2021-08-2411-0/+902