aboutsummaryrefslogtreecommitdiff
path: root/vendor/sdl2
Commit message (Expand)AuthorAgeFilesLines
* vendor: sdl2: simplify foreign importSébastien Marie2022-03-0232-160/+160
* sdl2: add openbsd supportSébastien Marie2022-02-2832-27/+58
* Merge branch 'master' into odin-global-constants-as-enumsgingerBill2022-02-153-1/+1
|\
| * Updated vendor/sdl2/ttf LIB and DLL.FancyKillerPanda2022-02-133-1/+1
* | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-2032-128/+128
|/
* `ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...gingerBill2022-01-152-5/+5
* remove prefix from Mix_LoadWAVAndré2021-10-311-1/+1
* changed KeyCode to Keycodeawwdev2021-10-232-8/+8
* small package fixesskytrias2021-09-291-2/+2
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-1132-128/+128
* Use `[^]` where appropriategingerBill2021-09-101-1/+1
* Using `vendor:vulkan` types in `vendor:sdl2` where appropriategingerBill2021-09-101-2/+3
* Correct `PointInRect`gingerBill2021-09-081-1/+1
* Correct `SDL.OpenURL`gingerBill2021-09-081-1/+1
* Remove unneeded semicolons from vendorgingerBill2021-08-313-4/+4
* Strip unneeded semicolons from vendor librarygingerBill2021-08-3132-834/+834
* Update SDL scancodes to have the same C enums equivalent global valuesgingerBill2021-08-272-271/+536
* Add `[^]` to `GameControllerGetSensorData`gingerBill2021-08-251-1/+1
* Use `[^]` on `PeepEvents`gingerBill2021-08-251-1/+1
* Add `gl_set_proc_address` to both sdl2 and glfw as utility loaders for OpenGLgingerBill2021-08-251-0/+7
* vendor: Add `README.md` and clarify licensing.Jeroen van Rijn2021-08-245-0/+91
* Add `gamecontrollerdb.txt` to `vendor:sdl`gingerBill2021-08-241-0/+1140
* Make SDL_image.Init return `InitFlags`gingerBill2021-08-231-1/+1
* Embed the SDL2 libraries into `vendor:sdl2`gingerBill2021-08-2273-0/+6391