Sam Lantinga
|
7ad64357ee
Updated Android build environment for examples
|
3 years ago |
Sam Lantinga
|
66058bbbd5
Fixed exception accessing Bluetooth devices on Android 12
|
3 years ago |
Sam Lantinga
|
be5b4d980d
Added nativeGetHintBoolean for Java code
|
3 years ago |
Sam Lantinga
|
9ec2b35147
Fixed the GLES2 shader count to be in sync with the enum
|
3 years ago |
Sam Lantinga
|
2f591fb0a0
Added android:exported="true" to the example Android manifest
|
3 years ago |
Sylvain
|
b649314d62
Add comment to audio clipping (see bug #4104)
|
3 years ago |
Sylvain
|
d4df5d33c5
GLES2: prevent batching if blend mode changes (see bug #4964)
|
3 years ago |
Sylvain
|
92f2fdfc84
GLES2: batch non joined lines (see #4964)
|
3 years ago |
Sylvain
|
17f156fae5
Fixed bug #4964 - opengles2 & batching = conjoined lines
|
3 years ago |
Sylvain
|
d8888e468e
Fixed bug #4964 - opengles2 & batching = conjoined lines
|
3 years ago |
Ryan C. Gordon
|
193ab28fe4
Renamed README-macosx.md to README-macos.md
|
3 years ago |
Ryan C. Gordon
|
4edf2df5ce
Unix2dos'd README-macosx.md.
|
3 years ago |
Sam Lantinga
|
bbac1e9add
Don't include pthreads code when threads are disabled
|
3 years ago |
Anders Jenbo
|
93556e67e0
Update AndroidManifest.xml
|
3 years ago |
Anders Jenbo
|
b9c619017d
[Android] Limit WRITE_EXTERNAL_STORAGE to SDK 22-
|
3 years ago |
Sam Lantinga
|
cc094f4d7c
Fixed building with the macOS 10.8 SDK
|
3 years ago |
Cameron Gutman
|
d7d67af441
mouse: Fix Y value in motion events when confinement is active
|
3 years ago |
Sam Lantinga
|
fb6aba1938
Updated SDL_egl.h with the latest Khronos headers
|
3 years ago |
Zack Middleton
|
1cd3e83756
cocoa: Fix abort on touch event types without a subtype
|
3 years ago |
Ozkan Sezer
|
781caec2b2
SDL_waylandevents.c (keyboard_handle_keymap): silenced -Wwrite-strings .
|
3 years ago |
Ozkan Sezer
|
5c067906ba
wasapi: AvSetMmThreadCharacteristicsW takes an LPCWSTR param, not LPWSTR
|
3 years ago |
Ozkan Sezer
|
3eb9bfac7a
win32 rawinput & wgi joystick: avoid -Werror=declaration-after-statement
|
3 years ago |
Ryan C. Gordon
|
73a41f4058
Removed outdated build-scripts/iosbuild.sh
|
3 years ago |
Sam Lantinga
|
c55ab9631f
Added a hint for alternate OpenGL NV12 data format
|
3 years ago |
Ozkan Sezer
|
8a6e48d46d
constified SDL_RegisterApp()
|
3 years ago |
Ozkan Sezer
|
7dfd22ac5e
fix XGetDefault signature - its first and second params are _Xconst
|
3 years ago |
Ozkan Sezer
|
c7aa04d03e
SDL_test_harness.c: avoid -Wwrite-strings
|
3 years ago |
Ozkan Sezer
|
be7b663c2c
audio/winmm/SDL_winmm.c (SetMMerror): constify.
|
3 years ago |
Ozkan Sezer
|
e4aa608a5c
change (char*) casts to (const char*) in WIN_UTF8 macros
|
3 years ago |
Ozkan Sezer
|
780f6cbd38
build libSDL2_test too with Makefile.minimal
|
3 years ago |