Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-26 | Fixed bug 2989 - Memory loss in clipboard_testClipboardTextFunctions | Sam Lantinga | 1 | -0/+2 | |
2013-08-29 | Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). | Sam Lantinga | 1 | -1/+1 | |
2013-08-29 | Christoph Mallon: Remove pointless if (x) before SDL_free(x) | Sam Lantinga | 1 | -6/+6 | |
2013-07-20 | Replaced use of strcmp() with SDL_strcmp() in tests. | Philipp Wiesemann | 1 | -1/+1 | |
2013-05-18 | File style cleanup for the SDL 2.0 release | Sam Lantinga | 1 | -79/+79 | |
2013-05-05 | Corrected spelling in C source files of test suites. | Philipp Wiesemann | 1 | -1/+1 | |
2013-01-24 | Add mouse tests; update test suites | Andreas Schiffler | 1 | -3/+3 | |
2012-12-22 | Added the automation test to the autoconf build system | Sam Lantinga | 1 | -0/+182 | |