Anonymous Maarten
|
0bec18245d
android: fix android.content.Context:getCacheDir JNI prototype
|
1 rok temu |
Sam Lantinga
|
153f90a725
Revert "Use the correct return type for SDL_GetAndroidJNIEnv()"
|
1 rok temu |
Sam Lantinga
|
2d3fa03d53
Use the correct return type for SDL_GetAndroidJNIEnv()
|
1 rok temu |
David Fort
|
e00b1fdd67
clipboard: include mime types in SDL_ClipboarUpdate
|
1 rok temu |
Anonymous Maarten
|
76f28ea120
Fix stdlib usage
|
1 rok temu |
Anthony
|
53bf2baac3
Change JNI calls to comply with recent Boolean changes
|
1 rok temu |
Sam Lantinga
|
ea2e2e451d
Better fix for initializing Android environment variables
|
1 rok temu |
Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
1 rok temu |
Sam Lantinga
|
8d223b3037
Renamed atomic functions to match SDL 3.0 naming convention
|
1 rok temu |
Sam Lantinga
|
90e01040c5
Added thread-safe environment functions
|
1 rok temu |
Sam Lantinga
|
37c9fb490e
Changed enums to use XXX_COUNT for the count or number of values
|
1 rok temu |
Petar Popovic
|
a57f6c4af3
Fix additional calloc-transposed-args warnings
|
1 rok temu |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
1 rok temu |
Sam Lantinga
|
8f546bb3c9
Use C99 bool internally in SDL
|
1 rok temu |
Sam Lantinga
|
6501e90018
Use C++ style comments consistently in SDL source code
|
1 rok temu |
hwsmm
|
4f343f96b4
Fix name discrepancy in Android JNI
|
1 rok temu |
Susko3
|
e3cf20e1cc
Remove `createSDLMainRunnable()` in favour of `main()` to fix multiple issues when providing custom main/runnable code (#10434)
|
1 rok temu |
Sam Lantinga
|
81f8e6aba6
Added SDL_StartTextInputWithProperties()
|
1 rok temu |
Sami Kyöstilä
|
80f5f0b1fb
android: Fix activity pause/resume with external graphics context
|
1 rok temu |
Sami Kyöstilä
|
b881e19896
android: Update window/surface pointers on change
|
1 rok temu |
Sam Lantinga
|
691cf15e75
Removed the ancient Android audio driver
|
1 rok temu |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
1 rok temu |
Sam Lantinga
|
c601120883
Handle all Android lifecycle events on the main thread
|
1 rok temu |
Sam Lantinga
|
a7c0192017
Renamed SDL_PostSemaphore() to SDL_SignalSemphore()
|
1 rok temu |
Sam Lantinga
|
ca4bd4b63c
Android life cycle behavior more closely matches iOS
|
1 rok temu |
Sam Lantinga
|
457ca3995c
Added SDL_GetWindowSafeArea()
|
1 rok temu |
Sam Lantinga
|
68322ac851
Ensure that all functions that follow the SDL_GetStringRule return temporary memory
|
1 rok temu |
Amir
|
5db08b86ca
Fix warning for Android NDK compiler: "function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]"
|
1 rok temu |
Sam Lantinga
|
3d2e5a0b66
Fixed a few remaining functions to directly return their values instead of an error code.
|
1 rok temu |
Sam Lantinga
|
9ca1792848
Renamed driverdata to internal
|
1 rok temu |