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 |
Sam Lantinga
|
7b50bae524
Renamed SDL events for clarity
|
3 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
3 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
3 years ago |
Anonymous Maarten
|
4676d1d31e
android: register all methods using JNI_OnLoad
|
3 years ago |
Anonymous Maarten
|
3b8548cdcf
android: fix java fingerprint fo nativeAddJoystick
|
3 years ago |
Maido
|
94a0e5ea8d
Android active driver check (#6850)
|
3 years ago |
Sylvain Becker
|
5bf8bc2241
Android JAVA DetectDevices: 'is_capture' is inverted (#6845)
|
3 years ago |
Sylvain Becker
|
186687bda9
Android: make Detect devices common between aaudio and android driver. (#6828)
|
3 years ago |
Maido
|
abf5cc5203
Android audio device selection (#6824)
|
3 years ago |
Ryan C. Gordon
|
72c1f73bc5
rwops: Make read and write work like POSIX, not stdio.
|
3 years ago |
Sam Lantinga
|
fcafe40948
Removed balls from the joystick API
|
3 years ago |
Sam Lantinga
|
0a3262e819
Pass the OS event timestamp for keyboard, mouse, and touch events where possible
|
3 years ago |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
3 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
3 years ago |
Sam Lantinga
|
c5790359fd
Added precompiled header support for Visual Studio and Xcode (#6710)
|
3 years ago |
Sylvain Becker
|
6a2200823c
Cleanup add brace (#6545)
|
3 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
3 years ago |
Sylvain
|
fdef96e233
Android: remove "nativeSetComposingText" since it's not used anymore
|
3 years ago |
Sam Lantinga
|
5291e5cb76
Added version checking to SDLActivity.java
|
3 years ago |
Sam Lantinga
|
0ad65277ce
Refactored code to send scancodes for an ASCII on-screen keyboard key
|
3 years ago |
Sam Lantinga
|
fd2a2eea10
Fixed declaration-after-statement warning
|
3 years ago |
Guus Waals
|
7495b98141
Make SDL_VIDEO_OPENGL_EGL optional on Android
|
4 years ago |
Sylvain
|
fe2ed6cf6f
Fixed bug #5221 - Add SDL_AndroidSendMessage()
|
4 years ago |