Sam Lantinga
|
76631a0978
The text input state has been changed to be window-specific.
|
1 year ago |
Sam Lantinga
|
1cdcb57865
Fixed launching on Android after audio capture -> recording renaming
|
1 year ago |
Ryan C. Gordon
|
38f0214e8a
audio: Refer to audio devices to "playback" and "recording".
|
1 year ago |
Sam Lantinga
|
3e018517c3
Fixed build errors after SDL_IOWhence change
|
1 year ago |
Anthony
|
e9982bf1b5
Filter Android drivers according to SDL_***_DISABLED macros to help reduce APK size (#9986)
|
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 |
Ryan C. Gordon
|
e23257307e
Introduce formal policy for APIs that return strings.
|
1 year ago |
Sam Lantinga
|
661f2fc1fc
Removed the SDL_Version structure, moved SDL version to SDL.h
|
1 year ago |
Sam Lantinga
|
be786aeb9d
Fixed assertion, it's possible for the OS to grant permissions we haven't asked for.
|
1 year ago |
Ozkan Sezer
|
e909c0360f
remove most of SDL_OutOfMemory() calls where SDL is the allocator.
|
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.
|
2 years ago |
Ryan C. Gordon
|
525919b315
rwops: Reworked RWops for SDL3.
|
2 years ago |
Ryan C. Gordon
|
e61dfe405f
android: Fixed dead URL in comment.
|
2 years ago |
Ryan C. Gordon
|
bc984f78bf
android: Remove blocking permission request code. Async only in SDL3!
|
2 years ago |
Ryan C. Gordon
|
af61cfd5e0
android: Added SDL_AndroidRequestPermissionAsync.
|
2 years ago |
Sam Lantinga
|
9ce7fe2848
Removed SDL_HINT_ACCELEROMETER_AS_JOYSTICK
|
2 years ago |
Sam Lantinga
|
cacac6cc34
Updated structure and field names for consistency
|
2 years ago |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
2 years ago |
Sam Lantinga
|
014a63b4b5
Renamed ShowTextInput/HideTextInput to ShowScreenKeyboard/HideScreenKeyboard on Android
|
2 years ago |
Sam Lantinga
|
5b3ee51c6c
Updated copyright for 2024
|
2 years ago |
Sam Lantinga
|
53cda988f4
Clear any errors from a previous run
|
2 years ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
2 years ago |
Sam Lantinga
|
91f0456391
Add the source application for drag and drop events (thanks Nathan!)
|
2 years ago |
Sam Lantinga
|
f3261fedcc
Code cleanup now that SDL_bool is equivalent to a C boolean expression
|
2 years ago |
Sam Lantinga
|
a844d90942
Add missing error reporting in Android_JNI_FileOpen()
|
2 years ago |
Ryan C. Gordon
|
482c238953
aaudio: Deal with device recovery.
|
2 years ago |
Sam Lantinga
|
b903ccf945
SDL_rwops read/write functions return size_t again
|
2 years ago |