Sam Lantinga
|
3e018517c3
Fixed build errors after SDL_IOWhence change
|
1 year ago |
Sam Lantinga
|
f879411627
Added support for gamepad rumble on Android
|
1 year ago |
Semphris
|
8c8ee2174d
Dialog: Add filter number, remove NULL termination
|
1 year ago |
Miku AuahDark
|
86fada6faa
Android: Implement open and save file dialog.
|
1 year ago |
Miku AuahDark
|
33ae7e38d6
Android: Allow SDL_IOFromFile to open content:// URI. (#9696)
|
1 year ago |
Ryan C. Gordon
|
5f64cc511e
rwops: Fixed build on Android.
|
1 year ago |
Ryan C. Gordon
|
525919b315
rwops: Reworked RWops for SDL3.
|
1 year ago |
Ryan C. Gordon
|
bc984f78bf
android: Remove blocking permission request code. Async only in SDL3!
|
1 year ago |
Sam Lantinga
|
cacac6cc34
Updated structure and field names for consistency
|
1 year ago |
Sam Lantinga
|
014a63b4b5
Renamed ShowTextInput/HideTextInput to ShowScreenKeyboard/HideScreenKeyboard on Android
|
1 year ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
1 year ago |
Ryan C. Gordon
|
482c238953
aaudio: Deal with device recovery.
|
1 year ago |
Sam Lantinga
|
b903ccf945
SDL_rwops read/write functions return size_t again
|
2 years ago |
Ryan C. Gordon
|
5ff87c6d4a
android: Reworked audio backends for SDL3 audio API.
|
2 years ago |
Sam Lantinga
|
e6d1ba2a17
Added the concept of display natural orientation
|
2 years ago |
Sylvain
|
cee245b6a9
SDL_*SceenSaver(): change return value to int. // add SDL_Unsupported() errors
|
2 years ago |
Sam Lantinga
|
824b9b0a58
Removed SDL_GetDisplayDPI()
|
2 years ago |
Sylvain
|
78cc95e34e
Rename internal GetDisplayDPI to GetDisplayPhysicalDPI
|
2 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
Sylvain Becker
|
186687bda9
Android: make Detect devices common between aaudio and android driver. (#6828)
|
2 years ago |
Maido
|
abf5cc5203
Android audio device selection (#6824)
|
2 years ago |
Ryan C. Gordon
|
72c1f73bc5
rwops: Make read and write work like POSIX, not stdio.
|
2 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
2 years ago |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
2 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 years ago |
Sam Lantinga
|
120c76c84b
Updated copyright for 2022
|
3 years ago |
Sylvain
|
a1e992b110
Fixed bug #5118 - [Android] PointerIcon leak in Cursor API
|
3 years ago |
Sylvain
|
98a966d1c2
Android: don't need to set the SurfaceHolder format from java code
|
4 years ago |
Amir
|
1a924bc0bb
add SDL_AndroidShowToast for https://developer.android.com/reference/android/widget/Toast
|
4 years ago |