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