Sylvain Becker
|
2bd26b8da8
Fixed bug 3827 - issue with MapRGB, palette and colorkey
|
6 years ago |
Sylvain Becker
|
07548602d6
Fixed bug 3657 - Color-key doesn't work when an alpha channel is present
|
6 years ago |
Sylvain Becker
|
9d10c73853
Android: remove duplicate code in SDLGenericMotionListener_API24
|
6 years ago |
Sylvain Becker
|
55838d8bd6
Android: remove another hard-coded constant for Samsung DeX (no op!)
|
6 years ago |
Sylvain Becker
|
56f4a711e3
Android: minor change in the evaluation of SOURCE_CLASS_JOYSTICK (no op!)
|
6 years ago |
Sylvain Becker
|
8f828a8e1b
Android: remove hard-coded constant for Samsung DeX (no op!)
|
6 years ago |
Sylvain Becker
|
e5f8801f55
Android: prevent concurrency in Android_SetScreenResolution() when exiting
|
6 years ago |
Sylvain Becker
|
6690a46941
Android: also update APP_PLATFORM to android-16 in Application.mk
|
6 years ago |
Sylvain Becker
|
ede0fc4f4c
Fixed bug 4024 - remove trailing comma of Controller mappings
|
6 years ago |
Sylvain Becker
|
8a19ff3e2d
Android: add mutex protection to onNativeOrientationChanged
|
6 years ago |
Sylvain Becker
|
e994be5833
Android: move static variable isPaused/isPausing to SDL_VideoData structure
|
6 years ago |
Sylvain Becker
|
291f6006a1
Android: merge SDLJoystickHandler_API12 and SDLJoystickHandler_API16
|
6 years ago |
Sylvain Becker
|
a86754167c
Android: remove trailing spaces
|
6 years ago |
Sylvain Becker
|
d86de288d4
Android: remove old code after Android-16 has been set as minimum requirement
|
6 years ago |
Ryan C. Gordon
|
861a21f98b
evdev: don't debug log on a BTN_TOUCH from a non-touch device.
|
6 years ago |
Ryan C. Gordon
|
2755a505a3
evdev: Add touchscreen mouse emulation and pressure support (thanks, Zach!).
|
6 years ago |
Sylvain Becker
|
dc263450ff
Android: create Pause/ResumeSem semaphore at higher level than CreateWindow()
|
6 years ago |
Sylvain Becker
|
1b24b2eca5
Android/openslES: fix Pause/ResumeDevices when openslES is not used
|
6 years ago |
Sylvain Becker
|
ae41831e0d
Android: minor, remove static attributes, move mIsSurfaceReady to SDLSurface
|
6 years ago |
Sylvain Becker
|
647b1f6a6d
Android/openslES: check for non NULL variable, some intialization.
|
6 years ago |
Sylvain Becker
|
7b1cc441dd
Android/openslES: start playing, after creating ressources
|
6 years ago |
Sylvain Becker
|
955d87894b
Android/openslES: set audio in paused/resumed state for Android event loop
|
6 years ago |
Sylvain Becker
|
59c8c7b684
Android/openslES: move a few static variables to SDL_PrivateAudioData structure
|
6 years ago |
Sylvain Becker
|
5aeeaaab70
Android/openslES: register and use CloseDevice function.
|
6 years ago |
Sylvain Becker
|
365fd9c602
Android/openslES: some space and indentation to match SDL conventions
|
6 years ago |
Sam Lantinga
|
7dc92a7669
Initial Android OpenSL ES implementation, contributed by ANTA
|
6 years ago |
Sam Lantinga
|
fb8cb95fbc
Fixed compiler warning
|
6 years ago |
Sam Lantinga
|
390459d83e
Updated minimum supported Android version to API 16, to match latest NDK toolchain
|
6 years ago |
Sylvain Becker
|
be991f3a78
Fixed bug 4453 - GLES / GLES2: first white renderer clear cmd is drawn as black
|
6 years ago |
Sylvain Becker
|
7b42f03fd9
Android: move and group JNIEnv helper functions
|
6 years ago |