Sam Lantinga
|
691cf15e75
Removed the ancient Android audio driver
|
1 year ago |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
1 year ago |
Sam Lantinga
|
c601120883
Handle all Android lifecycle events on the main thread
|
1 year ago |
Sam Lantinga
|
a7c0192017
Renamed SDL_PostSemaphore() to SDL_SignalSemphore()
|
1 year ago |
Sam Lantinga
|
ca4bd4b63c
Android life cycle behavior more closely matches iOS
|
1 year ago |
Sam Lantinga
|
457ca3995c
Added SDL_GetWindowSafeArea()
|
1 year ago |
Sam Lantinga
|
68322ac851
Ensure that all functions that follow the SDL_GetStringRule return temporary memory
|
1 year ago |
Amir
|
5db08b86ca
Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
|
1 year ago |
Sam Lantinga
|
3d2e5a0b66
Fixed a few remaining functions to directly return their values instead of an error code.
|
1 year ago |
Sam Lantinga
|
9ca1792848
Renamed driverdata to internal
|
1 year ago |
Sam Lantinga
|
58270ef3f2
Finished renaming functions in SDL_system.h
|
1 year ago |
Sam Lantinga
|
54366181c3
Rename functions in SDL_system.h to match SDL 3.0 naming convention
|
1 year ago |
Sam Lantinga
|
1162a1cb8e
Added SDL_EVENT_DISPLAY_DESKTOP_MODE_CHANGED and SDL_EVENT_DISPLAY_CURRENT_MODE_CHANGED
|
1 year ago |
Ryan C. Gordon
|
8779c95905
android: Added SDL_AndroidGetCachePath().
|
1 year ago |
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.
|
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 |