| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-12-31 | Add SDL_GetRendererOutputSize. | Joe Finney | 1 | -0/+9 | |
| Signed-off-by: Joe Finney <me@spxtr.net> | |||||
| 2023-09-22 | all: fix build errors | Drew DeVault | 8 | -28/+28 | |
| 2023-08-14 | Add SDL_CreateTextureFromSurface() | francorbacho | 1 | -0/+11 | |
| Signed-off-by: francorbacho <francorbacho@proton.me> | |||||
| 2023-06-04 | cmd/demo: fix call to fmt::fatal() | Autumn! | 1 | -2/+2 | |
| Signed-off-by: Autumn! <autumnull@posteo.net> | |||||
| 2023-06-04 | correct/simplify .gitignore | Autumn! | 1 | -3/+2 | |
| Signed-off-by: Autumn! <autumnull@posteo.net> | |||||
| 2023-06-04 | Correct return type wrapping of Mix_Init() | Autumn! | 1 | -1/+3 | |
| Signed-off-by: Autumn! <autumnull@posteo.net> | |||||
| 2023-06-04 | rwops.ha: make more rigorous in order to fix various bugs | Autumn! | 2 | -9/+14 | |
| Signed-off-by: Autumn! <autumnull@posteo.net> | |||||
| 2023-06-04 | Use types::c:: instead of char and strings:: | Autumn! | 7 | -24/+28 | |
| Signed-off-by: Autumn! <autumnull@posteo.net> | |||||
| 2023-03-16 | added some missing bindings | mateusmd | 1 | -12/+127 | |
| 2023-03-16 | Swap io::{read,write}items for io::{read,write}all | Autumn! | 1 | -2/+2 | |
| Signed-off-by: Autumn! <autumnull@posteo.net> | |||||
| 2022-12-19 | add SDL_(Un)LockTexture | Vlad-Stefan Harbuz | 1 | -0/+13 | |
| Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net> | |||||
| 2022-11-07 | Add SDL_GetWindowSurface wrapper | Carlos Une | 1 | -0/+8 | |
| Signed-off-by: Carlos Une <une@fastmail.fm> | |||||
| 2022-11-07 | Add SDL_PIXELFORMAT_ARGB8888 def | Carlos Une | 1 | -0/+2 | |
| Signed-off-by: Carlos Une <une@fastmail.fm> | |||||
| 2022-11-07 | Add SDL_CreateRGBSurface wrapper | Carlos Une | 1 | -0/+12 | |
| Signed-off-by: Carlos Une <une@fastmail.fm> | |||||
| 2022-11-07 | Add SDL_CreateTexture, SDL_UpdateTexture wrappers | Carlos Une | 1 | -0/+26 | |
| Signed-off-by: Carlos Une <une@fastmail.fm> | |||||
| 2022-04-28 | mixer: io::close can error | Sebastian | 1 | -1/+1 | |
| Signed-off-by: Sebastian <sebastian@sebsite.pw> | |||||
| 2022-04-23 | Makefile: add clean target | Sebastian | 1 | -1/+4 | |
| Signed-off-by: Sebastian <sebastian@sebsite.pw> | |||||
| 2022-04-23 | Makefile: add docs target | Sebastian | 2 | -1/+9 | |
| Signed-off-by: Sebastian <sebastian@sebsite.pw> | |||||
| 2022-04-21 | Use def for SDL_INIT_* | Drew DeVault | 3 | -20/+18 | |
| 2022-03-29 | Rename SDL_GameControllerBUtton to SDL_GameControllerButton | Sebastian | 1 | -1/+1 | |
| Signed-off-by: Sebastian <sebastian@sebsite.pw> | |||||
| 2022-02-07 | refactor names from e.g. sdl2::init() to sdl2::SDL_Init() | Vlad-Stefan Harbuz | 21 | -588/+588 | |
| Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net> | |||||
| 2022-02-07 | correct indentation | Vlad-Stefan Harbuz | 4 | -73/+73 | |
| Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net> | |||||
| 2022-02-05 | Add controller rumble support | Drew DeVault | 2 | -0/+27 | |
| Signed-off-by: Drew DeVault <sir@cmpwn.com> | |||||
