Ethan Lee
|
de9f5415b3
Filter both SIZE_CHANGED and RESIZED on any SIZE_CHANGED
|
6 years ago |
Sam Lantinga
|
95579f5f19
Fixed bug 4220 - SDL_GL_CONTEXT_DEBUG_FLAG can fail silently on some Android devices
|
6 years ago |
Sam Lantinga
|
48f7e7f34d
Corrected PS4 controller entry
|
6 years ago |
Sam Lantinga
|
f8b4cd410b
Re-enable drag-and-drop events by default
|
6 years ago |
Alex Szpakowski
|
fb485986eb
macOS: Fix a crash when the video subsystem quits, if SDL_MAC_NO_SANDBOX was defined when SDL was compiled.
|
6 years ago |
Ryan C. Gordon
|
56ec349d2a
audio: disable NEON converters for now.
|
6 years ago |
Sam Lantinga
|
e77ec88969
Fixed tablet detection on Android
|
6 years ago |
Ozkan Sezer
|
35422bd893
fix permissions
|
6 years ago |
Sam Lantinga
|
c17d62996f
Mark a subsystem as dummy, not disabled, if it was intended to be compiled in.
|
6 years ago |
Sam Lantinga
|
14d2ec80e7
commit 8f4dedc039190f5e734c47dcc4fc021b5793b659
|
6 years ago |
Sam Lantinga
|
9e8e0fb7b1
Fixed bug 4283 - SDL's version of memset is different from libc's
|
6 years ago |
Sam Lantinga
|
74638ea3c5
Ensure we wait on the surface resize before returning from setting fullscreen mode.
|
6 years ago |
Ozkan Sezer
|
31596f23ce
SDL_vsnprintf: implemented '+' flag for signed integers printing.
|
6 years ago |
Ozkan Sezer
|
49803c8660
SDL_vsnprintf: fix numerics if both zero-padding and a field are given.
|
6 years ago |
Ozkan Sezer
|
5454765a22
replace bool stuff in controller_type.h with SDL_bool.
|
6 years ago |
Ozkan Sezer
|
fde82e5972
SDL_hidapi_ps4.c: add HAVE_ENDPOINTVOLUME_H check to win32 volume code.
|
6 years ago |
Ozkan Sezer
|
cf7d64f266
hidapi/windows/hid.c: comment out ntdef.h include after windows.h.
|
6 years ago |
Ozkan Sezer
|
b11c75e9f4
configury, cmake: add check for endpointvolume.h :
|
6 years ago |
Ozkan Sezer
|
cf7460e477
configury, cmake: make wasapi option independent of directx.
|
6 years ago |
Sam Lantinga
|
9aa8a75d26
Fixed building with Xcode 10.0
|
6 years ago |
Ozkan Sezer
|
283680f2c1
hidapi/windows/hid.c: fix misplaced #if 0
|
6 years ago |
Sam Lantinga
|
f964ce03b4
Fixed mingw-w64 build
|
6 years ago |
Sam Lantinga
|
20dfda4489
Fixed mingw-w64 build
|
6 years ago |
Sam Lantinga
|
88f9f0307d
Added patch notes for SDL 2.0.9
|
6 years ago |
Sam Lantinga
|
7df0f4fdac
Fixed bug 4277 - warnings patch
|
6 years ago |
Ozkan Sezer
|
d9fb77a3c1
SDL_atomic.c, SDL_spinlock.c: use lock prefix with xchg in Watcom asm.
|
6 years ago |
Ozkan Sezer
|
bb5516ac8e
SDL_vsnprintf() updates for zero-padding:
|
6 years ago |
Ryan C. Gordon
|
7689162ca0
cocoa: Force an OpenGL context update when the window becomes key.
|
6 years ago |
Ozkan Sezer
|
6eeb8593ba
SDL_string.c (SDL_PrintString): avoid MSVC signed/unsigned mismatch warning
|
6 years ago |
Ozkan Sezer
|
5342ae2bba
SDL_string.c (SDL_IntPrecisionAdjust): avoid MSVC generating a memset()
|
6 years ago |