Ryan C. Gordon
|
481a21b025
Windows: Just use WaitForSingleObjectEx() everywhere.
|
9 years ago |
Ryan C. Gordon
|
9fd4d4dd39
Windows: let threads be named in the debugger.
|
9 years ago |
Ryan C. Gordon
|
32c70cc546
stdlib: Restored previous qsort() implementation; the licensing is resolved.
|
9 years ago |
Ryan C. Gordon
|
2436ca200d
x11: better fix for the previous commit's fullscreen vs maximized issue.
|
9 years ago |
Ryan C. Gordon
|
a4627c5eda
x11: Don't mess with fullscreen vs maximized window state on unmapped windows.
|
9 years ago |
Ryan C. Gordon
|
dddd6a5a9a
Android: Restored Philipp's joystick change, lost in the previous merge.
|
9 years ago |
Ryan C. Gordon
|
03f9711797
Merge Android C89 fixes from Eric Wing.
|
9 years ago |
Ryan C. Gordon
|
df4be2f200
x11/wayland/mir: Make the dynamic loading macro salsa a little less messy.
|
9 years ago |
Sam Lantinga
|
d6699d5541
Added support for the Mad Catz FightStick TE S+ PS3
|
9 years ago |
Sam Lantinga
|
5c59da2e8f
Added support for the Mad Catz FightStick TE S+ PS4
|
9 years ago |
Sam Lantinga
|
0682857783
Added support for the Akishop Customs PS360+ v1.66 and MadCatz PC USB Wired Stick 8818
|
9 years ago |
Sam Lantinga
|
a38d5b480d
Added support for several Mad Catz arcade sticks
|
9 years ago |
Sam Lantinga
|
1c2beb2180
Allow using the game controller API with arcade sticks and other XInput devices
|
9 years ago |
Philipp Wiesemann
|
9cd9925cc9
Android: Changed an internal joystick function to return count instead of id.
|
9 years ago |
Ryan C. Gordon
|
0e2badc144
x11: Patched to compile with DEBUG_XEVENTS on C89 compilers.
|
9 years ago |
Ryan C. Gordon
|
45407d0eac
x11: Removed an assert.
|
9 years ago |
Ryan C. Gordon
|
09ae4df5bf
Another attempt to fix Windows build.
|
9 years ago |
Ryan C. Gordon
|
18f74c6e15
Patched to compile on Visual Studio.
|
9 years ago |
Ryan C. Gordon
|
014956ac1d
Replaced SDL_qsort with public domain code from PDCLib: http://pdclib.e43.eu/
|
9 years ago |
Alex Szpakowski
|
33af421d7b
Windows: make sure SDL_TicksInit has been called before calling Sleep(ms) in SDL_Delay. This ensures the Windows system timer resolution is properly set before Sleep is called.
|
9 years ago |
Philipp Wiesemann
|
37a5416784
PSP: Deactivated dynamic API.
|
9 years ago |
Philipp Wiesemann
|
570215b9da
PSP: Added missing object for generic TLS to Makefile.
|
9 years ago |
Philipp Wiesemann
|
7da168db0a
Fixed spaces in license comments.
|
9 years ago |
Eric Wing
|
704298c0c2
Android: C89 cleanup to avoid warnings/errors since the default gcc mode on Android is still pre-C99.
|
9 years ago |
Ryan C. Gordon
|
5ed63ae317
x11: Updated imKStoUCS.* to latest from x.org.
|
9 years ago |
Alex Szpakowski
|
8e7cd6b5da
iOS: Implemented clipboard support.
|
9 years ago |
Sam Lantinga
|
4249f4666c
David Carlier implemented SDL_GetBasePath() for OpenBSD
|
9 years ago |
Sam Lantinga
|
1fb30db048
Return the full number of events from SDL_PeepEvents() if NULL is passed in with SDL_PEEKEVENT
|
9 years ago |
Alex Szpakowski
|
325921789a
x11: Fix AltGr generating an invalid keycode (bug #3244). Thanks Thomas!
|
9 years ago |
Philipp Wiesemann
|
9bdd188115
PSP: Removed inlined copy of SDL_CalculateAudioSpec()'s functionality.
|
9 years ago |