Tue, 08 Jan 2013 08:28:39 -0300 |
Gabriel Jacobo |
Fixed SDLActivity::audioInit return type, thanks Andreas!
|
changeset |
files
|
Mon, 07 Jan 2013 07:39:46 -0800 |
Andreas Schiffler |
Merged with tip
|
changeset |
files
|
Mon, 07 Jan 2013 07:39:15 -0800 |
Andreas Schiffler |
Add a few keyboard tests; fix missing input validation in SDL_GetKeyFromName
|
changeset |
files
|
Mon, 07 Jan 2013 12:22:26 -0300 |
Gabriel Jacobo |
Fix Audio Buffer allocation on Android >= 4.2
|
changeset |
files
|
Sun, 06 Jan 2013 18:19:30 -0800 |
Andreas Schiffler |
Add new test suite (mouse) with a few new tests
|
changeset |
files
|
Sun, 06 Jan 2013 15:17:59 -0800 |
Andreas Schiffler |
Add new test suites (events, keyboard, syswm, video) with a few new tests each
|
changeset |
files
|
Mon, 31 Dec 2012 19:22:05 -0800 |
Andreas Schiffler |
Fix VS buildbot builds
|
changeset |
files
|
Mon, 31 Dec 2012 19:11:14 -0800 |
Andreas Schiffler |
Fix VS2010 and VS2012 solutions.
|
changeset |
files
|
Wed, 26 Dec 2012 07:11:56 -0800 |
Sam Lantinga |
Fixed compiler warnings in edid-parse.c
|
changeset |
files
|
Mon, 31 Dec 2012 18:32:30 -0800 |
Sam Lantinga |
Implemented SDL_GetDisplayName() for X11, which requires the XRandR extension.
|
changeset |
files
|
Mon, 31 Dec 2012 16:29:01 -0800 |
Sam Lantinga |
Fixed bug 1653 - comma at the end of enum
|
changeset |
files
|
Mon, 31 Dec 2012 19:16:52 -0500 |
Edward Rudd |
Corrected call to glXMakeCurrent() when setting a NULL context.
|
changeset |
files
|
Mon, 31 Dec 2012 15:36:19 -0800 |
Sam Lantinga |
Implemented getting the display name on Windows
|
changeset |
files
|
Mon, 31 Dec 2012 14:57:36 -0800 |
Sam Lantinga |
Fixed bug 1616 - SDL does not use values set with SDL_GL_SetAttribute on Android
|
changeset |
files
|
Mon, 31 Dec 2012 14:14:01 -0800 |
Sam Lantinga |
Fixed bug 1671 - add cast to fix build with strict GCC settings
|
changeset |
files
|
Mon, 31 Dec 2012 14:08:43 -0800 |
Sam Lantinga |
Fixed bug 1672 - Found: seg-fault with testgesture
|
changeset |
files
|
Mon, 31 Dec 2012 13:49:06 -0800 |
Sam Lantinga |
Fixed building tests with Visual Studio 2008
|
changeset |
files
|
Mon, 31 Dec 2012 12:15:25 -0800 |
Sam Lantinga |
Added SDL_SetWindowMaximumSize() and SDL_GetWindowMaximumSize()
|
changeset |
files
|
Mon, 31 Dec 2012 11:07:46 -0800 |
Sam Lantinga |
Added SDL_GetDisplayName(), with implementation for Mac OS X
|
changeset |
files
|
Mon, 31 Dec 2012 10:29:17 -0800 |
Sam Lantinga |
Renamed SDL_GetWindowDisplay() to SDL_GetWindowDisplayIndex()
|
changeset |
files
|
Mon, 31 Dec 2012 10:26:38 -0800 |
Sam Lantinga |
Switched the test code over to use the common functions in the test library.
|
changeset |
files
|
Mon, 31 Dec 2012 10:14:38 -0800 |
Sam Lantinga |
Implemented SDL_HINT_ALLOW_TOPMOST for the Cocoa video driver
|
changeset |
files
|
Mon, 31 Dec 2012 10:13:25 -0800 |
Sam Lantinga |
Added --fullscreen-desktop option to test the new SDL_WINDOW_FULLSCREEN_DESKTOP functionality
|
changeset |
files
|
Mon, 31 Dec 2012 09:30:15 -0800 |
Sam Lantinga |
Improvements from Alfred:
|
changeset |
files
|
Sun, 30 Dec 2012 19:05:50 -0800 |
Andreas Schiffler |
Fix incorrect use of SDL_FreeRW in rwops suite; add testcase for SDL_AllocRW/SDL_FreeRW to rwops test suite
|
changeset |
files
|
Sun, 30 Dec 2012 11:12:31 -0800 |
Andreas Schiffler |
Add define to surface suite to quiet VS compiler warnings
|
changeset |
files
|
Sun, 30 Dec 2012 10:58:18 -0800 |
Andreas Schiffler |
Add missing VS project dependencies to fix buildbot build; fix surface suite; minor update to rwops suite
|
changeset |
files
|
Sun, 30 Dec 2012 09:58:03 -0800 |
Andreas Schiffler |
Add testautomation to VS project; remove automated from VS project; minor update to platform suite
|
changeset |
files
|
Fri, 28 Dec 2012 20:01:41 -0500 |
Ryan C. Gordon |
Better compiler warning fix for gcc2.
|
changeset |
files
|
Fri, 28 Dec 2012 18:15:02 -0500 |
Ryan C. Gordon |
Fixing buildbot on Haiku.
|
changeset |
files
|
Fri, 28 Dec 2012 14:46:03 -0800 |
Sam Lantinga |
Don't crash if loading the OpenGL library fails
|
changeset |
files
|
Fri, 28 Dec 2012 03:46:55 -0500 |
Ryan C. Gordon |
Replaced Gnome screensaver hack with D-Bus messages to org.gnome.ScreenSaver.
|
changeset |
files
|
Wed, 26 Dec 2012 22:26:44 -0800 |
Andreas Schiffler |
Add surface test suite; minor improvements to render suite; refactor image saving into test lib compare function; fix for Haiku build
|
changeset |
files
|
Mon, 24 Dec 2012 14:43:57 -0800 |
Andreas Schiffler |
Added audio test suite; minor code cleanups in test lib
|
changeset |
files
|
Sat, 22 Dec 2012 20:43:51 -0800 |
Andreas Schiffler |
Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic
|
changeset |
files
|
Sat, 22 Dec 2012 20:13:25 -0800 |
Andreas Schiffler |
Reorder test lib use to fix build for some compilers
|
changeset |
files
|
Sat, 22 Dec 2012 17:24:42 -0800 |
Sam Lantinga |
Added the automation test to the autoconf build system
|
changeset |
files
|
Sat, 22 Dec 2012 17:24:14 -0800 |
Sam Lantinga |
Fixed const correctness in the test harness
|
changeset |
files
|
Sat, 22 Dec 2012 17:24:02 -0800 |
Sam Lantinga |
Added the test library to fatbuild
|
changeset |
files
|
Sat, 22 Dec 2012 16:52:33 -0800 |
Sam Lantinga |
Fixed bug in SDL_strcasecmp() with strings of different sizes
|
changeset |
files
|
Sat, 22 Dec 2012 16:52:00 -0800 |
Sam Lantinga |
Merged Andreas' changes
|
changeset |
files
|
Sat, 22 Dec 2012 11:23:18 -0800 |
Sam Lantinga |
The latest version of MinGW-w64 has the necessary headers and libraries: http://mingw-w64.sourceforge.net/
|
changeset |
files
|
Sat, 22 Dec 2012 16:06:55 -0800 |
Andreas Schiffler |
Test lib updates: updated harness to support filtering, added surface comparer, updated interface to test images; added Render test suite from GSOC project
|
changeset |
files
|
Thu, 20 Dec 2012 08:50:36 -0800 |
Andreas Schiffler |
Add image data definitions (for render tests) to test lib
|
changeset |
files
|
Tue, 18 Dec 2012 06:35:49 -0500 |
Ryan C. Gordon |
Patched to compile when SDL_ASSERT_LEVEL is zero.
|
changeset |
files
|
Sun, 16 Dec 2012 21:59:29 -0800 |
Andreas Schiffler |
Port clipboard and rwops test suites from GSOC code; minor updates to harness and fuzzer in test lib
|
changeset |
files
|
Sun, 16 Dec 2012 14:46:16 -0500 |
Ryan C. Gordon |
SDL_assertion messages use "\n" instead of "\r\n" on non-Windows platforms.
|
changeset |
files
|
Sun, 16 Dec 2012 14:39:49 -0500 |
Ryan C. Gordon |
X11 messageboxes should treat "\r\n" as "\n" by ignoring the '\r' char.
|
changeset |
files
|
Sat, 15 Dec 2012 21:50:17 -0800 |
Andreas Schiffler |
Fixes in harness and fuzzer test lib components; improve harness driver; add rect test suite
|
changeset |
files
|
Fri, 14 Dec 2012 23:05:34 -0800 |
Andreas Schiffler |
Refactor/fix test lib harness, assert and log component; add harness driver; port platform suite from GSOC code
|
changeset |
files
|
Sat, 15 Dec 2012 00:30:17 +0000 |
Sam Lantinga |
Improvements from Alfred:
|
changeset |
files
|
Fri, 14 Dec 2012 18:50:07 +0000 |
Sam Lantinga |
Load the runtime udev library, not the development one.
|
changeset |
files
|
Fri, 14 Dec 2012 09:22:13 -0800 |
Sam Lantinga |
Only check SDL_SYS_JoystickNeedsPolling() if we know we don't need to poll for other reasons. This avoids a select() syscall on Linux if it isn't necessary.
|
changeset |
files
|
Thu, 13 Dec 2012 22:26:30 -0500 |
Ryan C. Gordon |
Corrected Linux joystick things, fixes assertion failure from testjoystick.
|
changeset |
files
|
Thu, 13 Dec 2012 22:18:32 -0500 |
Ryan C. Gordon |
Corrected device instance value for Linux joysticks.
|
changeset |
files
|
Thu, 13 Dec 2012 16:57:12 -0800 |
Sam Lantinga |
Added missing SDL_gamecontroller.h to the Mac OS X project
|
changeset |
files
|
Tue, 11 Dec 2012 19:25:35 -0500 |
Ryan C. Gordon |
Fixed compiler warning.
|
changeset |
files
|
Tue, 11 Dec 2012 18:46:09 -0500 |
Ryan C. Gordon |
Minor sanity checking and tweaks in SDL_JoystickGetGUIDString().
|
changeset |
files
|
Tue, 11 Dec 2012 16:53:59 -0500 |
Ryan C. Gordon |
Patched testjoystick.c to compile.
|
changeset |
files
|
Tue, 11 Dec 2012 16:53:38 -0500 |
Ryan C. Gordon |
Fixed comment on SDL_JoystickGetGUIDString().
|
changeset |
files
|