636 Commits

Author SHA1 Message Date
Dean Herbert
1821b2bb17 Merge remote-tracking branch 'upstream/update-win-x64-binaries' 2022-01-29 15:01:21 +09:00
Dean Herbert
b7fd7d726c Merge remote-tracking branch 'upstream/update-win-arm64-binaries' 2022-01-29 15:01:21 +09:00
Dean Herbert
19aa8b1798 Merge remote-tracking branch 'upstream/update-osx-x64-binaries' 2022-01-29 15:01:20 +09:00
Dean Herbert
f32e4b5478 Merge remote-tracking branch 'upstream/update-osx-arm64-binaries' 2022-01-29 15:01:19 +09:00
Dean Herbert
366aa00589 Merge remote-tracking branch 'upstream/update-linux-x86-binaries' 2022-01-29 15:01:17 +09:00
github-actions[bot]
ae180cfc1f Update osx-x64 SDL binaries 2022-01-29 05:49:57 +00:00
github-actions[bot]
187f94d325 Update osx-arm64 SDL binaries 2022-01-29 05:49:17 +00:00
github-actions[bot]
81c382eab4 Update win-arm64 SDL binaries 2022-01-29 05:47:34 +00:00
github-actions[bot]
11d2922072 Update win-x64 SDL binaries 2022-01-29 05:47:28 +00:00
github-actions[bot]
702b7c877a Update win-x86 SDL binaries 2022-01-29 05:47:01 +00:00
github-actions[bot]
735989b51e Update linux-x64 SDL binaries 2022-01-29 05:46:37 +00:00
github-actions[bot]
8cefdf4486 Update linux-x86 SDL binaries 2022-01-29 05:45:54 +00:00
Ethan Lee
b35aaa494e 2.0.20 changes 2022-01-10 16:07:17 -05:00
Ethan Lee
83205d8921 SDL2# now supports SDL2_gfx! 2021-12-17 13:00:55 -05:00
Ethan Lee
12137a127b SDL2_gfx dllmap 2021-12-17 13:00:14 -05:00
Ethan Lee
f62950eae7 SDL2_gfx tabbing/license cleanup 2021-12-17 13:00:01 -05:00
Refrag
0a8a135a34
SDL2_gfx library bindings (#230) 2021-12-17 12:57:53 -05:00
Caleb Cornett
298a725adb
Update for 2.0.18 (#229) 2021-11-30 12:27:41 -05:00
Dean Herbert
9a9d4fbfb9 Merge remote-tracking branch 'upstream/update-osx-x64-binaries' 2021-11-23 18:05:50 +09:00
Dean Herbert
f84a835639 Merge remote-tracking branch 'upstream/update-win-x86-binaries' 2021-11-23 18:05:48 +09:00
Dean Herbert
52f2a61602 Merge remote-tracking branch 'upstream/update-win-x64-binaries' 2021-11-23 18:05:45 +09:00
Dean Herbert
3b42c239f0 Merge remote-tracking branch 'upstream/update-win-arm64-binaries' 2021-11-23 18:05:43 +09:00
Dean Herbert
a0a6f8f64d Merge remote-tracking branch 'upstream/update-osx-arm64-binaries' 2021-11-23 18:05:41 +09:00
Dean Herbert
d4c8b25a79 Merge remote-tracking branch 'upstream/update-linux-x86-binaries' 2021-11-23 18:05:40 +09:00
github-actions[bot]
31db8dd836 Update osx-x64 SDL binaries 2021-11-23 08:40:03 +00:00
github-actions[bot]
0e75d73195 Update osx-arm64 SDL binaries 2021-11-23 08:39:51 +00:00
github-actions[bot]
8f179f0549 Update win-x86 SDL binaries 2021-11-23 08:39:37 +00:00
github-actions[bot]
ff380bf048 Update win-arm64 SDL binaries 2021-11-23 08:39:11 +00:00
github-actions[bot]
48224c9bd6 Update win-x64 SDL binaries 2021-11-23 08:38:45 +00:00
github-actions[bot]
d4bc1065c0 Update linux-x86 SDL binaries 2021-11-23 08:38:31 +00:00
github-actions[bot]
c168f4271a Update linux-x64 SDL binaries 2021-11-23 08:37:43 +00:00
Dean Herbert
0c6e7ac1a2 Merge branch '2.0.18' 2021-11-23 17:32:21 +09:00
Dean Herbert
054e86eabe Stop using fork 2021-11-23 17:29:50 +09:00
Dean Herbert
6dd9f14040
Merge pull request #85 from Susko3/add-hint-ime-show-ui 2021-11-21 10:04:14 +09:00
Susko3
9a854009f0 Add SDL_HINT_IME_SHOW_UI
SDL 2.0.18 doesn't exist yet, but I'm guessing https://github.com/libsdl-org/SDL/pull/4707
will make it in.

That PR is already included in our current libs.
2021-11-20 20:53:30 +01:00
Caleb Cornett
80841ecef0 Update for 2.0.18 2021-11-19 14:01:58 -05:00
Jeremy Sayers
4e9088b49d Add Mix_GetError, Mix_SetError, Mix_ClearError
Adding `Mix_GetError`, `Mix_SetError`, `Mix_ClearError` as per the SDL_mixer header file:

/* We'll use SDL for reporting errors */
#define Mix_SetError    SDL_SetError
#define Mix_GetError    SDL_GetError
#define Mix_ClearError  SDL_ClearError
2021-11-14 12:51:37 -05:00
Jeremy Sayers
db935863bb Add TTF_GetError and TTF_SetError
Adding some missing functions to SDL2_ttf that are just wrappers of the `SDL_GetError` and `SDL_SetError` as per the SDL_ttf header:
```
/* We'll use SDL for reporting errors */
#define TTF_SetError    SDL_SetError
#define TTF_GetError    SDL_GetError
```
2021-11-14 12:45:23 -05:00
s341507
ec5e8d8357 Fixed field type of ctouchpad and csensor in SDL_Event. 2021-11-03 10:09:07 -04:00
Caleb Cornett
5df88baf4b Add missing EntryPoint for SDL_AndroidShowToast 2021-11-02 15:20:30 -04:00
Dean Herbert
9ad2ef91d4 Merge remote-tracking branch 'upstream/update-win-x86-binaries' 2021-10-25 19:11:20 +09:00
Dean Herbert
46d450901c Merge remote-tracking branch 'upstream/update-win-x64-binaries' 2021-10-25 19:11:19 +09:00
Dean Herbert
a903801fcb Merge remote-tracking branch 'upstream/update-win-arm64-binaries' 2021-10-25 19:11:19 +09:00
Dean Herbert
79c04ec4e4 Merge remote-tracking branch 'upstream/update-osx-x64-binaries' 2021-10-25 19:11:17 +09:00
Dean Herbert
365ac7343c Merge remote-tracking branch 'upstream/update-osx-arm64-binaries' 2021-10-25 19:11:15 +09:00
Dean Herbert
589530739f Merge remote-tracking branch 'upstream/update-linux-x86-binaries' 2021-10-25 19:11:13 +09:00
github-actions[bot]
3dd6caee61 Update osx-x64 SDL binaries 2021-10-25 09:02:48 +00:00
github-actions[bot]
7b9cc0930c Update osx-arm64 SDL binaries 2021-10-25 09:02:21 +00:00
github-actions[bot]
9e75a76b27 Update win-x64 SDL binaries 2021-10-25 09:01:53 +00:00
github-actions[bot]
1ccc304a3b Update win-x86 SDL binaries 2021-10-25 09:01:01 +00:00