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.
|
1 year ago |
Ryan C. Gordon
|
525919b315
rwops: Reworked RWops for SDL3.
|
1 year ago |
Ryan C. Gordon
|
e61dfe405f
android: Fixed dead URL in comment.
|
1 year ago |
Ryan C. Gordon
|
bc984f78bf
android: Remove blocking permission request code. Async only in SDL3!
|
1 year ago |
Ryan C. Gordon
|
af61cfd5e0
android: Added SDL_AndroidRequestPermissionAsync.
|
1 year ago |
Sam Lantinga
|
9ce7fe2848
Removed SDL_HINT_ACCELEROMETER_AS_JOYSTICK
|
1 year ago |
Sam Lantinga
|
cacac6cc34
Updated structure and field names for consistency
|
1 year ago |
Anonymous Maarten
|
31d133db40
Define SDL_PLATFORM_* macros instead of underscored ones (#8875)
|
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 |
Sam Lantinga
|
53cda988f4
Clear any errors from a previous run
|
1 year ago |
Sylvain
|
d8600f717e
Pointer as bool (libsdl-org#7214)
|
1 year ago |
Sam Lantinga
|
91f0456391
Add the source application for drag and drop events (thanks Nathan!)
|
1 year ago |
Sam Lantinga
|
f3261fedcc
Code cleanup now that SDL_bool is equivalent to a C boolean expression
|
1 year ago |
Sam Lantinga
|
a844d90942
Add missing error reporting in Android_JNI_FileOpen()
|
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 |
Sam Lantinga
|
d3bcc3f057
Fixed build errors when OpenGL isn't enabled
|
2 years ago |
Ryan C. Gordon
|
1c074e8d97
android: Fixed audio device detection.
|
2 years ago |
Ryan C. Gordon
|
5cbdf1168e
androidaudio: Fixed incorrect JNI call (thanks, @madebr!)
|
2 years ago |
Ryan C. Gordon
|
5ff87c6d4a
android: Reworked audio backends for SDL3 audio API.
|
2 years ago |
Sylvain
|
8b86e3073d
Revert "Android: also protect Hat/Joy/PadDown,Up so there are not sent without window"
|
2 years ago |
Sylvain
|
8f83ccd750
Android: also protect Hat/Joy/PadDown,Up so there are not sent without window
|
2 years ago |
Sam Lantinga
|
e6d1ba2a17
Added the concept of display natural orientation
|
2 years ago |
Sylvain
|
378e33bb2c
Android: potential ANR during onKeyDown/Up
|
2 years ago |