kc3-lang/SDL/src/test/SDL_test_harness.c

Branch :


Log

Author Commit Date CI Message
ac112e5f 2014-07-06 20:41:39 Fix option for forced run of disabled tests in test harness
3344db40 2014-06-23 11:06:50 Don't redefine standard macros, use SDL specific macros instead to avoid compiler warnings
7e52722d 2014-06-20 11:10:16 Fix compiler warnings in Native Client and Linux builds.
04a0836b 2014-06-05 15:37:33 Turns out visualstudio does not like PRIu64, soo lets just cast it to llu.
1f716769 2014-06-05 15:29:23 Fix warnings, only major one being an SDL_SetError not providing enough arguments.
3dcb451f 2014-04-09 21:29:19 Added a README file regarding WinRT support To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad.
7a36070a 2014-03-11 07:17:56 Fix bug/add test coverage for SDLTest_GenerateRunSeed helper; improve test harness adding output of repro steps for failures; improve negative test for SDL_GetError/SDL_SetError
58edac3e 2014-02-02 00:53:27 Fixed bug 2374 - Update copyright for 2014... Is it that time already??
68f2fe64 2014-01-29 00:29:14 Fixed spaces in source file license comment.
f848adff 2013-11-29 10:06:08 Improve Android pause/resume behavior.
e07d7e64 2013-08-29 08:30:21 Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
1e49b1ed 2013-08-21 09:47:10 OCD fixes: Adds a space after /* (glory to regular expressions!)
dad42067 2013-08-12 11:13:50 Fixes #2022, do not resume on Android when surfaceChanged If the app is in landscape mode and the user presses the power button, a pause is followed immediately by a surfaceChanged event because the lock screen is shown in portrait mode. This triggers a "false" resume. So, we just pause and resume following the onWindowFocusChanged events. Also, wait for SDL_APP_WILLENTERBACKGROUND and SDL_APP_DIDENTERBACKGROUND before blocking the event pump.
1ad936eb 2013-08-11 19:56:43 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() Rainer Deyke I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen.