aboutsummaryrefslogtreecommitdiff
path: root/vendor/sdl2
Commit message (Expand)AuthorAgeFilesLines
* SDL2 - audio allow change bit_setrobomage2025-07-271-7/+9
* Correct RWwrite signatureHeHHeyboi2025-05-231-1/+1
* Update and add gamecontrollerdb.txtgingerBill2025-02-051-744/+1715
* Add `@(ignore_duplicates)` for `foreign import` declarationsgingerBill2025-01-2828-0/+56
* wgpu: cont. fix sdl2glue on LinuxLaytan Laats2024-08-261-0/+6
* Fix `-vet-tabs` issuesgingerBill2024-08-243-31/+31
* Fix SDL constantsFeoramund2024-07-031-2/+2
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-2/+2
* Updated SDL_CreateTexture to take `PixelFormatEnum` instead of `u32`Hector2024-06-061-1/+1
* add missing SDL2_SemPost bindingChristopher Kaster2024-04-051-0/+1
* Fix type for SDL LoadFile(_RW)gingerBill2024-03-011-2/+2
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Remove `sdl.stack_*` callsgingerBill2024-01-281-13/+0
* [vendor/sdl]: Fix fourcc codes for pixel formats to match FOURCC definitionflysand72023-12-011-8/+8
* Revert "Unify `foreign import` for `vendor:sdl2`"gingerBill2023-05-0229-4/+166
* Unify `foreign import` for `vendor:sdl2`gingerBill2023-04-2029-166/+4
* Removed some more SDL_'s in sdl_render.odinSanian2023-01-161-3/+3
* Removed another missed SDL_ in sdl_mouse.odinSanian2023-01-161-1/+1
* Removed an SDL_ prefix that was missedSanian2023-01-161-1/+1
* Fix for SDL `GetPreferredLocales`SyndaKai2022-08-311-1/+1
* Fix GetEventStategingerBill2022-06-271-1/+1
* Make SDL.*Event procedures return booleans instead of an integer where approp...gingerBill2022-06-272-6/+6
* remove some leftover semi-colons before EOFSébastien Marie2022-03-032-2/+2
* 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