Sam Lantinga
|
b2e2bcc203
Added test debug logs for additional event types
|
8 years ago |
Sam Lantinga
|
3c852360f6
Fixed bug 3646 - SDL_test_common.c: Add key bindings for testing SDL_SetWindowPosition
|
8 years ago |
Ryan C. Gordon
|
cff9e5a876
test: info now reports usable display bounds and DPI (thanks, Eric!).
|
8 years ago |
Philipp Wiesemann
|
33ff5bd148
Fixed typo in log message.
|
9 years ago |
Sam Lantinga
|
800a72eb17
Switch stderr output to SDL_Log() so it shows up on Windows and mobile devices
|
9 years ago |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
9 years ago |
Ryan C. Gordon
|
232ae68864
Still more compiler warning fixes for various platforms.
|
9 years ago |
Ryan C. Gordon
|
40c2a6fb55
Fixed more compiler warnings.
|
9 years ago |
Sam Lantinga
|
f1e0b9af20
Added debug output for new window events
|
9 years ago |
Ryan C. Gordon
|
3bdaf4c611
Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity().
|
10 years ago |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
10 years ago |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
10 years ago |
Ryan C. Gordon
|
73feb8c042
Fixed a compiler warning.
|
11 years ago |
Ryan C. Gordon
|
16f3cbfc02
Cleaned up some compiler warnings.
|
11 years ago |
Edward Rudd
|
73daadb74e
switch to use SDL_PRI* macros for long long formatting everywhere.
|
11 years ago |
Edward Rudd
|
7810d19812
fix incorrect struct member name in test code for wheel direction
|
11 years ago |
Edward Rudd
|
bd4dd2b568
update logging of events in test core
|
11 years ago |
Sam Lantinga
|
6fef39d6b8
Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers
|
11 years ago |
Ryan C. Gordon
|
b29740b88f
Merged Ryan's SDL-gui-backend branch.
|
11 years ago |
Ryan C. Gordon
|
8436956711
Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState().
|
11 years ago |
Ryan C. Gordon
|
b861efde14
Implemented SDL_GetAbsoluteMouseState().
|
11 years ago |
Ryan C. Gordon
|
4ef6eddaf7
Make some printf() calls into SDL_Log() so I can see them on Windows. :)
|
11 years ago |
Ryan C. Gordon
|
b7d2c0e9d6
Implemented SDL_CaptureMouse().
|
12 years ago |
David Ludwig
|
3dcb451f85
Added a README file regarding WinRT support
|
12 years ago |