aboutsummaryrefslogtreecommitdiff
path: root/vendor/sdl2
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5984 from dozn/patch-4gingerBill2025-12-111-1/+1
|\ | | | | Change Return Type of `sdl2.GetWindowFlags` from `u32` to Existing `WindowFlags` `bit_set`
| * Change Return Type of `sdl2.GetWindowFlags` from `u32` to `WindowFlags` ↵dozn2025-12-011-1/+1
| | | | | | | | `bit_set`
* | Use multi-pointer so you can pass arrayRobinsAviary2025-12-051-1/+1
|/
* Adjust docs links for satellite SDL librariesIgnat S.2025-11-224-4/+4
|
* Doc lines for vendor:*Jeroen van Rijn2025-10-105-0/+5
|
* SDL2 - audio allow change bit_setrobomage2025-07-271-7/+9
| | | | sdl.OpenAudioDevice was incorrectly using a bool instead of a c.int for it's last parameter. To make the proc call more idiomatic and inline with other bindings a new bit_set was introduced to be used in place of the constants
* 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
| | | | This reverts commit b2b88f1d99c497f152485869b3f155b965e813bc.
* 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
| | | `sdl2.SDL_MouseWheelDirection` is now `sdl2.MouseWheelDirection`
* 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 ↵gingerBill2022-06-272-6/+6
| | | | appropriate
* 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 ↵gingerBill2022-01-152-5/+5
| | | | string version of the old constant
* 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
| | | | https://github.com/gabomdq/SDL_GameControllerDB