Ryan C. Gordon
|
014956ac1d
Replaced SDL_qsort with public domain code from PDCLib: http://pdclib.e43.eu/
|
il y a 9 ans |
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.
|
il y a 9 ans |
Philipp Wiesemann
|
37a5416784
PSP: Deactivated dynamic API.
|
il y a 9 ans |
Philipp Wiesemann
|
570215b9da
PSP: Added missing object for generic TLS to Makefile.
|
il y a 9 ans |
Philipp Wiesemann
|
7da168db0a
Fixed spaces in license comments.
|
il y a 9 ans |
Ryan C. Gordon
|
5ed63ae317
x11: Updated imKStoUCS.* to latest from x.org.
|
il y a 9 ans |
Alex Szpakowski
|
8e7cd6b5da
iOS: Implemented clipboard support.
|
il y a 9 ans |
Sam Lantinga
|
4249f4666c
David Carlier implemented SDL_GetBasePath() for OpenBSD
|
il y a 9 ans |
Sam Lantinga
|
1fb30db048
Return the full number of events from SDL_PeepEvents() if NULL is passed in with SDL_PEEKEVENT
|
il y a 9 ans |
Alex Szpakowski
|
325921789a
x11: Fix AltGr generating an invalid keycode (bug #3244). Thanks Thomas!
|
il y a 9 ans |
Philipp Wiesemann
|
9bdd188115
PSP: Removed inlined copy of SDL_CalculateAudioSpec()'s functionality.
|
il y a 9 ans |
Philipp Wiesemann
|
88f519372f
Android: Fixed ignoring a return value while handling motion events.
|
il y a 9 ans |
Sam Lantinga
|
67f9fd2bc4
Fixed creating fullscreen windows on Steam Link
|
il y a 9 ans |
Sam Lantinga
|
e5d575b933
Expose the EGL display and window for Vivante SDL windows
|
il y a 9 ans |
Philipp Wiesemann
|
0a1999dfd2
Fixed compile warnings about type conversion.
|
il y a 9 ans |
Philipp Wiesemann
|
2191abb2c9
Android: Fixed finishing Activity on some devices if right mouse button pressed.
|
il y a 9 ans |
Philipp Wiesemann
|
28817c9c71
Fixed two typos in documentation.
|
il y a 9 ans |
Philipp Wiesemann
|
8d035b1aee
Android: Added mouse initialization to reset state.
|
il y a 9 ans |
Philipp Wiesemann
|
46cb851018
Android: Fixed a comment.
|
il y a 9 ans |
Philipp Wiesemann
|
1560351905
Android: Added mapping of mouse forward button and mouse back button.
|
il y a 9 ans |
Alex Szpakowski
|
87ea39be84
Removed dead code (caught by Clang's static analyzer).
|
il y a 9 ans |
Ryan C. Gordon
|
1615b2e29d
CMake: only set "-O3 -g" defaults if CMAKE_BUILD_TYPE wasn't set at all.
|
il y a 9 ans |
Ryan C. Gordon
|
06129f6de9
Fixed buildbot's static analysis script to enable assertions.
|
il y a 9 ans |
Ryan C. Gordon
|
ed62033366
x11: make last mouse coords sane upon window entry (thanks, Cengiz!).
|
il y a 9 ans |
Sam Lantinga
|
757e994eaa
Fixed --enable-new-dtags check with cmake
|
il y a 9 ans |
Sam Lantinga
|
dc5f05bb99
Use --enable-new-dtags to set RUNPATH rather than RPATH so that LD_LIBRARY_PATH is not overridden by the application.
|
il y a 9 ans |
Ryan C. Gordon
|
73680ab374
Fixed NULL dereference on drop events with no window associated.
|
il y a 9 ans |
Sam Lantinga
|
1c4c3f505f
Updated debian packaging files
|
il y a 9 ans |
Ryan C. Gordon
|
5dcf6bcc32
Updated dynamic API table.
|
il y a 9 ans |
Ethan Lee
|
167cf14c1f
SDL_RenderSetIntegerScale
|
il y a 9 ans |