Mon, 11 Feb 2013 18:22:32 -0800 |
Sam Lantinga |
Fixed double-default case
|
changeset |
files
|
Mon, 11 Feb 2013 18:22:17 -0800 |
Sam Lantinga |
Fixed compiling SYN_DROPPED with older kernel headers
|
changeset |
files
|
Mon, 11 Feb 2013 18:18:34 -0800 |
Sam Lantinga |
Fixed compiler warnings
|
changeset |
files
|
Mon, 11 Feb 2013 18:13:52 -0800 |
Sam Lantinga |
Fixed C variable declarations
|
changeset |
files
|
Mon, 11 Feb 2013 17:40:09 -0800 |
Sam Lantinga |
Backed out use of @autorelease keyword for now, since it's not supported by older Xcode versions.
|
changeset |
files
|
Mon, 11 Feb 2013 17:39:52 -0800 |
Sam Lantinga |
Backed out use of @autorelease keyword for now, since it's not supported by older Xcode versions.
|
changeset |
files
|
Mon, 11 Feb 2013 17:25:58 -0800 |
Sam Lantinga |
Fixed compiler warning (and undefined behavior) in game controller event filter.
|
changeset |
files
|
Mon, 11 Feb 2013 17:02:13 -0800 |
Sam Lantinga |
Workaround for NVIDIA bug in glXSwapIntervalEXT.
|
changeset |
files
|
Mon, 11 Feb 2013 16:51:00 -0800 |
Sam Lantinga |
Patch - Joystick coef[] doesn't support dial with low number of positions.
|
changeset |
files
|
Mon, 11 Feb 2013 16:45:24 -0800 |
Sam Lantinga |
Fix for dropped joystick events contributed by Simon <simon@mungewell.org>
|
changeset |
files
|
Mon, 11 Feb 2013 11:21:54 -0800 |
Sam Lantinga |
tree 97aca305664b
|
changeset |
files
|
Mon, 11 Feb 2013 11:21:19 -0800 |
Sam Lantinga |
tree 0c86a223596d
|
changeset |
files
|
Mon, 11 Feb 2013 11:20:49 -0800 |
Sam Lantinga |
tree 8cbca1e6b293
|
changeset |
files
|
Mon, 11 Feb 2013 11:09:55 -0800 |
Sam Lantinga |
Fixed building SDL under Xcode
|
changeset |
files
|
Fri, 08 Feb 2013 07:14:50 -0800 |
Andreas Schiffler |
Add SDL_test test suite; add fuzzer test cases; fix fuzzer bug; fix compiler warnings
|
changeset |
files
|
Fri, 08 Feb 2013 01:12:48 -0800 |
Sam Lantinga |
Fixed bug 1711 - Comment in "manifest" element within android-project/AndroidManifest.xml is the source of troubles
|
changeset |
files
|
Fri, 08 Feb 2013 01:04:07 -0800 |
Sam Lantinga |
Fixed bug 1682 - Resize collapses window instantly to a size of 0 x 124.
|
changeset |
files
|
Fri, 08 Feb 2013 00:54:08 -0800 |
Sam Lantinga |
Fixed bug 1689 - Leaks galore in OS X Cocoa code.
|
changeset |
files
|
Tue, 05 Feb 2013 12:10:54 -0800 |
Michael Sartain |
Add defines to disable setlocale and fork. Disable that code by default for now.
|
changeset |
files
|
Tue, 05 Feb 2013 12:09:59 -0800 |
Michael Sartain |
Use left facing arrow instead of right facing arrow for system cursor.
|
changeset |
files
|
Sun, 03 Feb 2013 14:03:49 -0800 |
Sam Lantinga |
Use clang on Mac OS X, which is required for the @autorelease keyword
|
changeset |
files
|
Sun, 06 Jan 2013 19:04:53 +0300 |
stopiccot |
Replaced manual NSAutoreleasePool handing with @autorelease
|
changeset |
files
|
Fri, 01 Feb 2013 17:09:01 -0800 |
Sam Lantinga |
Fixed setting the GUID for Bluetooth joysticks
|
changeset |
files
|
Thu, 31 Jan 2013 08:45:30 -0800 |
Andreas Schiffler |
Add tests to audio suite; update harness filter logic
|
changeset |
files
|
Sun, 27 Jan 2013 20:37:14 -0800 |
Sam Lantinga |
Don't reset the mouse, that's actually bad behavior most of the time for windowed applications.
|
changeset |
files
|
Sun, 27 Jan 2013 21:43:20 -0300 |
Gabriel Jacobo |
Fixes potential global reference leak on Android, by Philipp Wiesemann
|
changeset |
files
|
Sun, 27 Jan 2013 15:56:28 -0800 |
Sam Lantinga |
Updated build settings to use standard architectures
|
changeset |
files
|
Sun, 27 Jan 2013 15:53:24 -0800 |
Sam Lantinga |
Fixed typo in documentation
|
changeset |
files
|
Sun, 27 Jan 2013 15:52:56 -0800 |
Sam Lantinga |
Fixed direction of rotation with OpenGL ES 2
|
changeset |
files
|
Sat, 26 Jan 2013 12:31:55 -0300 |
Gabriel Jacobo |
#1702,Android soft keyboard fails to pass all input, by Jonathan Dearborn
|
changeset |
files
|
Fri, 25 Jan 2013 14:25:19 -0800 |
Sam Lantinga |
Fixed crash when the game controller mapping hint is set - the hint was duplicated and not null terminated.
|
changeset |
files
|
Thu, 24 Jan 2013 07:58:59 -0800 |
Andreas Schiffler |
Add mouse tests; update test suites
|
changeset |
files
|
Wed, 23 Jan 2013 08:03:19 -0800 |
Andreas Schiffler |
Add tests to mouse suite; fix VS compiler warnings in tests
|
changeset |
files
|
Thu, 17 Jan 2013 11:54:14 +0000 |
Tim Angus |
Fix warning in SDL_keyboard.h
|
changeset |
files
|
Mon, 21 Jan 2013 09:16:27 -0800 |
Andreas Schiffler |
Add additional input validation to SDL_BuildAudioCVT; add additional tests to automation (audio, rwops)
|
changeset |
files
|
Mon, 21 Jan 2013 03:33:42 -0500 |
Ryan C. Gordon |
Added a newline to test buildbot and mercurial server upgrade.
|
changeset |
files
|
Mon, 21 Jan 2013 02:50:11 -0500 |
Ryan C. Gordon |
Cleaned out a few C++ single-line comments.
|
changeset |
files
|
Mon, 14 Jan 2013 20:20:33 -0300 |
Gabriel Jacobo |
Fixes bug 1696, thanks Paul Geerts!
|
changeset |
files
|
Mon, 14 Jan 2013 08:14:53 -0800 |
Andreas Schiffler |
Added timer test suite
|
changeset |
files
|
Mon, 14 Jan 2013 07:20:55 -0800 |
Andreas Schiffler |
Fix RWops test suite crash on Linux: remove unnecessary fclose
|
changeset |
files
|
Sun, 13 Jan 2013 22:55:26 -0800 |
Andreas Schiffler |
Add input validation to SDL_GetKeyFromScancode; fix compiler warning in testautomation driver on Linux; update keyboard test suite
|
changeset |
files
|
Sun, 13 Jan 2013 14:31:53 -0800 |
Sam Lantinga |
We don't have Visual CE support anymore
|
changeset |
files
|
Sat, 12 Jan 2013 22:58:12 -0800 |
Andreas Schiffler |
Update SDL_InvalidParamError to take param name; add additional fuzzer function; add new tests to keyboard test suite; improve surface test suite
|
changeset |
files
|
Sat, 12 Jan 2013 14:06:58 -0500 |
Ryan C. Gordon |
Fixed logic bug.
|
changeset |
files
|
Sat, 12 Jan 2013 14:04:51 -0500 |
Ryan C. Gordon |
Fix a memory leak. We need to clean up our autorelease pool code at some point.
|
changeset |
files
|
Fri, 11 Jan 2013 20:36:39 -0800 |
Andreas Schiffler |
Add new internal error message for invalid parameters; add validation of input rect in SDL_SetTextInputRect; add test cases for SDL_SetTextInputRect to keyboard suite
|
changeset |
files
|
Thu, 10 Jan 2013 23:26:49 -0800 |
Andreas Schiffler |
Added 3 more test cases to keyboard suite
|
changeset |
files
|
Tue, 08 Jan 2013 09:30:53 -0300 |
Gabriel Jacobo |
Android: Access APK files using AssetFileDescriptor
|
changeset |
files
|
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
|