Sam Lantinga
|
4fe3fb3454
Added debian changelog entry for SDL 2.0.5
|
před 8 roky |
Sam Lantinga
|
7f764bd8d3
once more - iterating on this is annoying
|
před 8 roky |
Sam Lantinga
|
51ccc9ed8c
if the tap is explicitly disabled by code or by another program, let it remain disabled! this is different than the automatic "event tap was too slow therefore we stopped processing it" timeout which we want to re-enable after.
|
před 8 roky |
Sam Lantinga
|
25f54f0f4f
tap should default to disabled, not enabled
|
před 8 roky |
Sam Lantinga
|
354a8f276e
SDL for Mac - only enable global event tap when actually necessary (app has focus and has requested relative mouse mode or has asked for a mouse grab). in other situations the event tap impacts system performance and battery life with no benefit.
|
před 8 roky |
Ryan C. Gordon
|
ff56c7b300
checker-buildbot.sh: Disable warnings that aren't explicitly static analysis.
|
před 8 roky |
Ryan C. Gordon
|
d1c35febce
macOS: removed deprecated UpdateSystemActivity() call.
|
před 8 roky |
Ryan C. Gordon
|
fb5fd67ccb
Fixed all known static analysis bugs, with checker-279 on macOS.
|
před 8 roky |
Ryan C. Gordon
|
fd250bd636
checker-buildbot.sh: Upgraded to checker-279, deal with zero bugs detected.
|
před 8 roky |
Sam Lantinga
|
2f6ba615ee
Guess the USB VID/PID of XInput devices
|
před 8 roky |
Sam Lantinga
|
e9983c7b0f
We are comparing 16-bit values
|
před 8 roky |
Ryan C. Gordon
|
e93e91f0b5
Pacify some GCC strict-aliasing compiler warnings.
|
před 8 roky |
Sam Lantinga
|
5232b8e952
Fixed XBox One S controller mapping for firmware revision 3.1.1221.0, including back and guide buttons
|
před 8 roky |
Ryan C. Gordon
|
232ae68864
Still more compiler warning fixes for various platforms.
|
před 8 roky |
Ryan C. Gordon
|
40c2a6fb55
Fixed more compiler warnings.
|
před 8 roky |
Ryan C. Gordon
|
52827361ae
directsound: fixed compiler warnings.
|
před 8 roky |
Sam Lantinga
|
aa03b9d7af
The XBox One S controller sends keys outside the standard joystick button range
|
před 8 roky |
Sam Lantinga
|
6558ecdbf6
Added mapping for XBox One S controller firmware version 3.1.1221.0
|
před 8 roky |
Ryan C. Gordon
|
a949882a98
cpuinfo: fix SDL_HasNEON() on older iOS devices, fixed C++ comment.
|
před 8 roky |
Sam Lantinga
|
3615633571
Renaming of guard header names to quiet -Wreserved-id-macro
|
před 8 roky |
Sam Lantinga
|
abe9271065
Fixed warning building under mingw, patch contributed by Sylvain
|
před 8 roky |
Sam Lantinga
|
c7351c2dea
Fixed a few warnings that show up with -Wdocumentation and -Wdocumentation-unknown-command, patch contributed by Sylvain
|
před 8 roky |
Sam Lantinga
|
eaca3958ad
Fixed bug 3494 - SDL_test_fuzzer.c fails compile since r10604
|
před 8 roky |
Sam Lantinga
|
4a089ca1c8
Fixed bug 3486 - Can't get HINSTANCE of my window
|
před 8 roky |
Philipp Wiesemann
|
2a5fab63ee
Updated configure script.
|
před 8 roky |
Philipp Wiesemann
|
eb9cc03068
Fixed two memory leaks if added game controller mapping has lower priority.
|
před 8 roky |
Philipp Wiesemann
|
a49ac09c02
Windows: Fixed crash if using current SDL_GetWindowWMInfo() from older programs.
|
před 8 roky |
Philipp Wiesemann
|
d05a39d0a6
Wayland: Fixed file descriptor leaks if device was not initialized.
|
před 8 roky |
Philipp Wiesemann
|
c345126266
Emscripten: Fixed handling of deactivated mouse events.
|
před 8 roky |
Ryan C. Gordon
|
32cb34945e
cpuinfo: patched to compile for getauxval() path.
|
před 8 roky |