Philipp Wiesemann
eab076a7ee
Fixed not needed calculation in test program.
2015-06-04 17:52:27 +02:00
Ryan C. Gordon
52df7f5b8f
testmessage: Try Unicode chars in the title, too.
2015-05-31 23:53:10 -04:00
Ryan C. Gordon
cb60f2dfc2
testmessage.c should report when message boxes were closed.
2015-05-31 22:27:46 -04:00
Ryan C. Gordon
8bfc622b18
Fixed memory leaks in testfilesystem.c (thanks, Nitz!).
...
Fixes Bugzilla #2991 .
2015-05-31 21:50:50 -04:00
Sam Lantinga
719bb6fcee
Fixed X11 build, added code to print initial modifiers to checkkeys
2015-05-28 09:52:48 -07:00
Ryan C. Gordon
baea64e642
Stack hint should look for 0, not -1, and not care about environment variables.
2015-05-26 21:19:23 -04:00
Ryan C. Gordon
a8fa7bd1f7
Added a hint to specify new thread stack size (thanks, Gabriel!).
...
Fixes Bugzilla #2019 .
(we'll do a better fix when we break the API in SDL 2.1.)
2015-05-26 21:13:27 -04:00
Ryan C. Gordon
d074a532e2
Make dot easier to see in testrelative.
2015-05-26 11:32:06 -04:00
Sam Lantinga
2c4a6ea0a2
Updated the copyright year to 2015
2015-05-26 06:27:46 -07:00
Sam Lantinga
d88b6738f0
Fixed bug 2989 - Memory loss in clipboard_testClipboardTextFunctions
2015-05-26 06:16:43 -07:00
Philipp Wiesemann
4f00dda95d
Removed redundant NULL check in test program.
2015-05-21 21:27:53 +02:00
Philipp Wiesemann
b00214c3d6
Changed clean-up order in test program.
2015-05-21 21:25:32 +02:00
Philipp Wiesemann
39d27a6380
Fixed undefined key access in test program.
2015-05-21 21:25:14 +02:00
Philipp Wiesemann
2c4ad51d44
Added missing loop cancel for Emscripten in test programs.
2015-05-18 21:21:14 +02:00
Philipp Wiesemann
ac10a2f29d
Fixed compiling test program with Emscripten.
2015-05-18 21:17:13 +02:00
Philipp Wiesemann
1ed86d2211
Fixed handling only one event per frame in test program.
2015-05-18 21:12:16 +02:00
Philipp Wiesemann
5715097a0c
Fixed implicit function declaration in test program.
2015-05-06 21:09:33 +02:00
Ryan C. Gordon
0045e2e622
checkkeys: report SDL_TEXTEDITING events.
2015-05-01 01:19:00 -04:00
Ryan C. Gordon
423262789b
checkkeys: Readded the KEYUP event test.
2015-05-01 01:12:48 -04:00
Ryan C. Gordon
b72938c861
Windows: Always set the system timer resolution to 1ms by default.
...
An existing hint lets apps that don't need the timer resolution changed avoid
this, to save battery, etc, but this fixes several problems in timing, audio
callbacks not firing fast enough, etc.
Fixes Bugzilla #2944 .
2015-04-20 12:22:44 -04:00