Philipp Wiesemann
|
6b1d5f4461
Android: Fixed compile warning about a missing prototype (thanks, Sylvain!).
|
8 years ago |
Philipp Wiesemann
|
de5daaad6a
Fixed compile warnings about evaluating undefined identifiers.
|
8 years ago |
Brandon Schaefer
|
578edca454
Tests: Would be wise to compile this
|
8 years ago |
Brandon Schaefer
|
bebb6dee8d
Tests: Somehow tabs leaked in...
|
8 years ago |
Brandon Schaefer
|
f2413850d9
Tests: Add a manual test for a custom cursor (Taken from the API docs)
|
8 years ago |
Brandon Schaefer
|
d8866e8400
Tests: Mir needs the window to swap at lease 1 frame for the cursor to show. So render in testwm2
|
8 years ago |
Brandon Schaefer
|
eadb30cd6f
MIR: Fix system cursors. Been broken since custom cursor support was added!
|
8 years ago |
Philipp Wiesemann
|
495057b04b
Android: Added new key codes from API 24.
|
8 years ago |
Alex Szpakowski
|
d0bd0e4855
iOS: Fix an OpenGL ES error when rotating the device if MSAA is used (thanks Cole Campbell!)
|
8 years ago |
Philipp Wiesemann
|
b524657118
Fixed three source comments in tests.
|
8 years ago |
Philipp Wiesemann
|
b5aa5b04d6
Added a simple test case for SDL_sscanf() to tests.
|
8 years ago |
Philipp Wiesemann
|
6ec5e64056
Fixed freeing strings created by strdup() with SDL_free().
|
8 years ago |
Philipp Wiesemann
|
2f016cf88d
Mac: Fixed crash if SDL_GetDisplayDPI() got NULL pointers for output parameters.
|
8 years ago |
Philipp Wiesemann
|
f4d33fcbba
Fixed compile warnings in test library about formats strings not being literals.
|
8 years ago |
Philipp Wiesemann
|
696867eed4
Mac: Updated file name in README.
|
8 years ago |
David Ludwig
|
23af328bb0
Fixed Bug 3147 - Windows: Crash when resizing Window since hg 1f9d57965528
|
8 years ago |
Philipp Wiesemann
|
ce456cfb8e
Mac: Updated availability macro in build script.
|
8 years ago |
Brandon Schaefer
|
4a339a46ec
MIR: Add better error handling for a failed connection
|
8 years ago |
Brandon Schaefer
|
f0708fc9dd
MIR: Support relative mouse mode
|
9 years ago |
Alex Szpakowski
|
ea2f5e5930
Windows: Fix other window positions/sizes being changed when exiting exclusive fullscreen (bug #3315, thanks Simon Hug!)
|
9 years ago |
Alex Szpakowski
|
0a4085a048
Mac: Fix a crash when SDL is compiled with SDL_MAC_NO_SANDBOX enabled, by increasing the stack size of the mouse tap thread back to OS X' default of 512 KB.
|
9 years ago |
Alex Szpakowski
|
4a468739f8
Removed Mac OS 10.5 support (bug #3137). Also fixed a warning about deprecated Carbon code when using SDL_audio (bug #3127, thanks Dominik!)
|
9 years ago |
Philipp Wiesemann
|
6255c8584a
Updated documentation of SDL_IsScreenSaverEnabled().
|
9 years ago |
Philipp Wiesemann
|
d4140ca473
Windows: Fixed missing error message if SDL_GetDisplayDPI() failed.
|
9 years ago |
Philipp Wiesemann
|
d7b9d321fa
X11: Fixed typos in error messages and source comments.
|
9 years ago |
Philipp Wiesemann
|
81235118ab
X11: Fixed missing error message if SDL_GetDisplayDPI() failed.
|
9 years ago |
David Ludwig
|
441359bd5a
WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events
|
9 years ago |
Philipp Wiesemann
|
e964d00f64
X11: Fixed SDL_GL_GetSwapInterval() returning -1 if interval is unknown.
|
9 years ago |
Philipp Wiesemann
|
748b05289c
EGL: Fixed SDL_GL_GetSwapInterval() returning -1 on error.
|
9 years ago |
Philipp Wiesemann
|
cfe3f26115
Updated documentation of SDL_CreateWindow() and SDL_CreateWindowFrom().
|
9 years ago |