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 |
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 |
Sylvain
|
8096f7269b
Android: add robustness. check that the native code is run for the first time.
|
2 years ago |
Sylvain
|
dfd80f3d76
Android: control activity re-creation
|
3 years ago |
Brick
|
079ae065f1
Added SDL prefix AUDIO_* constants
|
2 years ago |
Sam Lantinga
|
61c0c009ab
Rename SDL semaphore and condition variable functions to match SDL 3.0 naming convention
|
2 years ago |
Sylvain
|
3c703f2061
Android: message to indicate that main() is called for the 1 or n'th time
|
3 years ago |
Anonymous Maarten
|
3472dc11d6
Fix uses of undefined macro identifiers (-Wundef)
|
3 years ago |
Sylvain
|
2cafa52598
- Added SDL_WINDOW_TRANSPARENT to request a window with transparent framebuffer
|
3 years ago |
Rudolf Polzer
|
de3909a190
Android: indicate gamepaddb entries where axis order changed.
|
3 years ago |
David Demelier
|
d0c4849d0b
Rename SDL_atomic_t to SDL_AtomicInt
|
3 years ago |
Sam Lantinga
|
8994878767
Added SDL_GetSystemTheme() to return whether the system is using a dark or light color theme, and SDL_EVENT_SYSTEM_THEME_CHANGED is sent when this changes
|
3 years ago |
Sylvain
|
b44d3699b1
Fixed most small problems reported by cppcheck for src/core PR #7307 (from @kevin2kevin2)
|
3 years ago |
Sylvain
|
a2f3711c80
SDL_AndroidGetExternalStorageState(): return 0 on success, and fills *state with flags
|
3 years ago |
Sylvain
|
cee245b6a9
SDL_*SceenSaver(): change return value to int. // add SDL_Unsupported() errors
|
3 years ago |
Sam Lantinga
|
824b9b0a58
Removed SDL_GetDisplayDPI()
|
3 years ago |
Sam Lantinga
|
22c69bccdf
Displays are now referenced by instance ID instead of index
|
3 years ago |
Sylvain
|
73dc327c84
Android get the display Density
|
3 years ago |
Sylvain
|
78cc95e34e
Rename internal GetDisplayDPI to GetDisplayPhysicalDPI
|
3 years ago |