Conn O'Griofa
|
c0a875faff
SDL_EGL_ChooseConfig: don't fall through if no matching format exists
|
5 years ago |
Ryan C. Gordon
|
64617d259a
opengl: Convert an int to an SDL_bool.
|
5 years ago |
Ryan C. Gordon
|
389c8995d2
opengl: Allow SDL_GL_MakeCurrent() to accept a NULL window (thanks, Martin!).
|
5 years ago |
Sam Lantinga
|
e6c640f314
Enable the virtual joystick API by default
|
5 years ago |
Sam Lantinga
|
ef147d2e29
Enable virtual joystick API by default
|
5 years ago |
Jay Petacat
|
8a5ee3faf9
video: NULL out pointer to freed window surface
|
5 years ago |
James Le Cuirot
|
abcc6706fd
build: Don't duplicate Libs in Libs.private in pkg-config file
|
5 years ago |
James Le Cuirot
|
99f87a7158
build: Merge pkg-config Libs.private into Libs for static-only builds
|
5 years ago |
Sam Lantinga
|
bd7b4f39ed
Partial fix for bug 5086 - CMake builds on Windows broken by sensor support (thanks DominikD!)
|
5 years ago |
hmk
|
0918903f3c
render: add a hint for toggling relative scaling
|
5 years ago |
hmk
|
aa188048f1
render: Scale relative mouse motion better for logical sizing
|
5 years ago |
Ryan C. Gordon
|
d292f6bd4f
stdlib: Add SDL_trunc and SDL_truncf
|
5 years ago |
Ryan C. Gordon
|
a791689086
metal: Added some support interfaces to Apple's Metal API (thanks, Caleb!).
|
5 years ago |
Charlie Birks
|
258d410653
emscripten: Add a few keyCode mappings for German keyboards
|
5 years ago |
Charlie Birks
|
babf010c60
emscripten: Pass canvas id to request_pointer_lock
|
5 years ago |
Daid
|
287772f5e9
emscripten: Let SDL_GetDisplayUsableBounds return the size of the window
|
5 years ago |
Daid
|
fb3df3a18d
emscripten: Fix the reported keys for the numpad. See https://github.com/emscripten-ports/SDL2/issues/94
|
5 years ago |
Sylvain Beucler
|
44716b0236
emscripten: Send SDL_APP_TERMINATING before unload (#88)
|
5 years ago |
Beuc
|
0380cbd792
emscripten: Typo
|
5 years ago |
Sam Lantinga
|
d4f1b520c9
Added support for press/release hardware keyboard events in iOS 13.4
|
5 years ago |
Sam Lantinga
|
e9c94ac0b3
Fixed Windows accelerometer data units
|
5 years ago |
Sam Lantinga
|
3d942ccc15
Removed debug code
|
5 years ago |
Sam Lantinga
|
09f552639a
Fixed memory leak and removed debug code from Windows sensor implementation
|
5 years ago |
Sam Lantinga
|
55515a8c25
SDL: ps4 controller trigger bits on other controllers just mean that there's some activity, not saturation - only force it on if the analog value is 0.
|
5 years ago |
Sam Lantinga
|
ba95fa6152
Revert "Fix incorrectly terminated MakeThreadHighPriority dbus message"
|
5 years ago |
Sam Lantinga
|
9cd06ac33f
Add perforce support to showrev.sh
|
5 years ago |
Sam Lantinga
|
3180ba81af
First pass at Windows sensor implementation
|
5 years ago |
Ryan C. Gordon
|
6e6b517789
cocoa: Patched to compile.
|
5 years ago |
Ryan C. Gordon
|
8c165adde7
joystick: Remove force_centering flag; we handle this on disconnect now.
|
5 years ago |
Ryan C. Gordon
|
fba081e489
wasapi: Patched to compile on C89 systems, and use SDL_ceilf instead of ceilf.
|
5 years ago |