log

age author description
2006-10-04 Ryan C. Gordon Cut-and-paste typo fix. SDL-ryan-multiple-audio-device
2006-10-04 Ryan C. Gordon Bunch of 1.3 audio cleanups to remove FIXMEs, get driver specific crap out of SDL-ryan-multiple-audio-device
2006-10-04 Ryan C. Gordon More 1.3 audio work...moved dsp and dma drivers over to new model. Untested! SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Test program to play audio to every available device, one at a time, then all SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Removed a FIXME SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Changed some 1.3 audio symbol names. SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Updated 1.3 audio documentation. SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Added audio device enumeration for 1.3. SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Added testaudioinfo.c ... SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon More work on the 1.3 CoreAudio code. SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Added deinitialize hook. SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon High level now lets user select a specific audio device with an environment SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Ton of work on CoreAudio driver for new 1.3 features...most of the SDL-ryan-multiple-audio-device
2006-10-01 Ryan C. Gordon First batch of heavy lifting on supporting multiple audio devices at once. SDL-ryan-multiple-audio-device
2006-10-01 Ryan C. Gordon FIXME for later. SDL-ryan-multiple-audio-device
2006-10-01 Ryan C. Gordon Removed the pre-Carbon Mac OS 9 audio code, so Mac OS 8 is officially SDL-ryan-multiple-audio-device
2006-10-01 Ryan C. Gordon Simplified SDL_ParseAudioFormat() and added support for int32/float32 types. SDL-ryan-multiple-audio-device
2006-10-01 Ryan C. Gordon Temporarily branching 1.3 to do the multiple audio device work, since it SDL-ryan-multiple-audio-device
2008-08-14 Szymon Wilczek Small improvements gsoc2008_manymouse
2008-08-06 Szymon Wilczek proximity events bug fix gsoc2008_manymouse
2008-08-06 Szymon Wilczek Sharpened code looks and a minor events upgrade gsoc2008_manymouse
2008-08-06 Szymon Wilczek upgraded functions gsoc2008_manymouse
2008-08-05 Szymon Wilczek Linux update gsoc2008_manymouse
2008-08-05 Szymon Wilczek Cursor support added gsoc2008_manymouse
2008-08-04 Szymon Wilczek Further x11 code improvments + comments gsoc2008_manymouse
2008-08-02 Szymon Wilczek First comments and code upgrades in X11 gsoc2008_manymouse
2008-08-02 Szymon Wilczek comments added and improved code look(windows part) gsoc2008_manymouse
2008-07-31 Szymon Wilczek Implementation finished gsoc2008_manymouse
2008-07-30 Szymon Wilczek Project part 2 gsoc2008_manymouse
2008-07-30 Szymon Wilczek Project part1 gsoc2008_manymouse
2008-07-23 Szymon Wilczek Proximity events, Pressure detection for multiple windows. Tablet button detection on the way. gsoc2008_manymouse
2008-07-06 Szymon Wilczek Pressure levels. Documentation http://wilku.ravenlord.ws/doku.php?id=documentation gsoc2008_manymouse
2008-07-05 Szymon Wilczek Estethic changes noted on the SDL meeting 05.07.08 gsoc2008_manymouse
2008-07-03 Szymon Wilczek Relative mode for tablets. Info on wiki. gsoc2008_manymouse
2008-07-02 Szymon Wilczek Proximity events and evil-temporary makefile repair gsoc2008_manymouse
2008-07-02 Szymon Wilczek sync with trunk gsoc2008_manymouse
2008-06-19 Szymon Wilczek Major bug fixes gsoc2008_manymouse
2008-06-06 Szymon Wilczek http://wilku.ravenlord.ws/doku.php?id=documentation for information how things work. Currently implemented: detecting many pointing devices and pressure detection. Still a bug. Each program has to be comipled with a flag -lXi gsoc2008_manymouse
2008-06-06 Szymon Wilczek sync with trunk gsoc2008_manymouse
2008-05-17 Szymon Wilczek Sync with trunk gsoc2008_manymouse
2008-04-23 Sam Lantinga Creating GSoC 2008 code branches gsoc2008_manymouse
2009-08-17 Edgar Simo Added simple audio test. gsoc2009_unit_tests
2009-08-06 Edgar Simo Updated README a bit. gsoc2009_unit_tests
2009-08-06 Edgar Simo Added README. gsoc2009_unit_tests
2009-08-06 Edgar Simo More debugging information when test fails. gsoc2009_unit_tests
2009-08-05 Edgar Simo Better error handling. gsoc2009_unit_tests
2009-08-05 Edgar Simo Improved developer documentation. gsoc2009_unit_tests
2009-08-04 Edgar Simo Missed a few things in the last patch. gsoc2009_unit_tests
2009-08-04 Edgar Simo Added placeholder for manual tests. gsoc2009_unit_tests
2009-08-04 Edgar Simo Have SDL_ATprint just call SDL_ATprintVerbose. gsoc2009_unit_tests
2009-08-04 Edgar Simo Fixed errors detected by valgrind. gsoc2009_unit_tests
2009-08-04 Edgar Simo Allocate memory for testsuite/testcase name so pointer doesn't get bashed. gsoc2009_unit_tests
2009-08-04 Edgar Simo You can now disable any of the testsuites. gsoc2009_unit_tests
2009-08-03 Edgar Simo Added more verbosity for platform test. gsoc2009_unit_tests
2009-08-03 Edgar Simo * Added some verbosity output. gsoc2009_unit_tests
2009-08-02 Edgar Simo Run testsdl instead of the individual testcases. gsoc2009_unit_tests
2009-08-02 Edgar Simo Added command line options. gsoc2009_unit_tests
2009-08-02 Edgar Simo Merged into one big app, while keeping modular applications also. gsoc2009_unit_tests
2009-08-02 Edgar Simo Wrapper around return codes to check to see if is supported. gsoc2009_unit_tests
2009-08-02 Edgar Simo Changed placeholder for SDL_ReadPixels. gsoc2009_unit_tests
2009-08-02 Edgar Simo Made rwops tests a bit more complete. gsoc2009_unit_tests
2009-07-20 Edgar Simo Added platform test based ot testplatform.c. gsoc2009_unit_tests
2009-07-20 Edgar Simo Test for capabilities for each test. gsoc2009_unit_tests
2009-07-18 Edgar Simo Finished last of the render testcases. gsoc2009_unit_tests
2009-07-15 Edgar Simo Finished converting the blit testcase. gsoc2009_unit_tests
2009-07-15 Edgar Simo Better handling of makefile dependencies. gsoc2009_unit_tests
2009-07-15 Edgar Simo Converted another testcase to the render system. gsoc2009_unit_tests
2009-07-12 Edgar Simo * Added preliminary render tests, missing some SDL functions to work properly. gsoc2009_unit_tests
2009-07-12 Edgar Simo Minor fix. gsoc2009_unit_tests
2009-07-11 Edgar Simo Using common infrastructure. gsoc2009_unit_tests
2009-07-11 Edgar Simo Fixed accidentle broken compile. gsoc2009_unit_tests
2009-07-11 Edgar Simo Fix double free when destroying event thread for a second time. gsoc2009_unit_tests
2009-07-11 Edgar Simo Added SDL_ATvassert for printf style printing. gsoc2009_unit_tests
2009-07-11 Edgar Simo Use testsur as a parameter. gsoc2009_unit_tests
2009-07-09 Edgar Simo * Added mixture of blending modes test. gsoc2009_unit_tests
2009-07-09 Edgar Simo Added more strict warning flags. gsoc2009_unit_tests
2009-07-09 Edgar Simo Doing individual blend mode testing when blitting. gsoc2009_unit_tests
2009-07-09 Edgar Simo Changed the surface blit test to test colour and alpha mod individually. gsoc2009_unit_tests
2009-07-07 Edgar Simo Moved some code around. gsoc2009_unit_tests
2009-07-07 Edgar Simo Added 3 new tests: loadsurface, blitting, alpha blitting. gsoc2009_unit_tests
2009-07-07 Edgar Simo Fixed my setup, putting a more universal makefile up. gsoc2009_unit_tests
2009-07-01 Edgar Simo Added surfarce blend rendering functions testcase. gsoc2009_unit_tests
2009-07-01 Edgar Simo Initial revision of SDL_Surface testsuite. gsoc2009_unit_tests
2009-06-20 Edgar Simo Test target should build if needed. gsoc2009_unit_tests
2009-06-20 Edgar Simo Better output. gsoc2009_unit_tests
2009-06-19 Edgar Simo Make makefile a bit more complete. gsoc2009_unit_tests
2009-06-19 Edgar Simo First revision of the automated test suite. gsoc2009_unit_tests
2009-05-23 Sam Lantinga Creating GSoC 2009 code branch gsoc2009_unit_tests
2010-02-26 Sam Lantinga Removed reference to compatibility function
2010-02-26 Sam Lantinga Fixed typo in the comment
2010-02-17 Sam Lantinga Adam Strzelecki to SDL
2010-02-14 Sam Lantinga Make sure STRICT is defined so the window proc has the correct prototype
2010-02-14 Sam Lantinga Fixed compile error using Borland C++
2010-02-12 Ryan C. Gordon Merged r5549:5550 from branches/SDL-1.2: ALSA 6-channel swizzle fix.
2010-02-05 Ryan C. Gordon Merged r5547:5548 from branches/SDL-1.2: FreeBSD joystick uninit'd var fix.
2010-02-01 Sam Lantinga Migrated most of the TODO list to the SDL 1.3 Roadmap wiki
2010-02-01 Sam Lantinga Fixed showing and hiding fullscreen windows
2010-01-27 Sam Lantinga Fixed bug #743
2010-01-26 Ryan C. Gordon Removed test for "driver is valid, but doesn't see any audio devices."
2010-01-24 Sam Lantinga Fixed bug #928
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-24 Sam Lantinga Fixed bug #935
2010-01-24 Sam Lantinga Added magic to detect already freed or otherwise invalid windows and textures.
2010-01-24 Sam Lantinga Fixed bug #916
2010-01-22 Sam Lantinga update window prev links
2010-01-22 Sam Lantinga Fixed infinite loop at shutdown - update texture prev links
2010-01-22 Sam Lantinga Documentation consistency
2010-01-21 Sam Lantinga Fixed compilation on iPhone
2010-01-21 Sam Lantinga Fixed crash when there was no mouse focus for some reason (iPhone bug?)
2010-01-21 Sam Lantinga Fixed Cocoa and OpenGL builds
2010-01-21 Sam Lantinga Fixed compile warning on 64-bit Mac OS X
2010-01-21 Sam Lantinga Fixed compile warning
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2010-01-21 Sam Lantinga Fixed compiler warnings on 32-bit Linux
2010-01-19 Sam Lantinga From: Jjgod Jiang
2010-01-19 Sam Lantinga Added Xcode-iPhoneOS to make dist
2010-01-18 Sam Lantinga Removed obsolete checks for ipod Linux
2010-01-18 Sam Lantinga Fixed bug #920
2010-01-18 Sam Lantinga Updated Mac OS X projects with new assertion code
2010-01-18 Sam Lantinga Fixed bug #930
2010-01-18 Sam Lantinga Fixed compiler warning
2010-01-18 Sam Lantinga Fixed compile error on Mac OS X 10.4
2010-01-18 Sam Lantinga Fixed bug #932
2010-01-17 Ryan C. Gordon Minor cleanups in PulseAudio code, to keep this 80-column-friendly.
2010-01-17 Ryan C. Gordon Attempt to clean up PulseAudio dynamic loading support.
2010-01-17 Ryan C. Gordon Merged r4210:5510 from branches/SDL-1.2/src/audio/pulse: PulseAudio updates.
2010-01-15 Sam Lantinga Fixed building under Visual Studio
2010-01-13 Ryan C. Gordon Clean up assertion API for public use.
2010-01-13 Ryan C. Gordon Whoops, that should be vfprintf(), not fprintf(). :)
2010-01-13 Ryan C. Gordon Friendly warning comment.
2010-01-13 Ryan C. Gordon Fixed compiler warning.
2010-01-13 Ryan C. Gordon Whitespace tweak.
2010-01-13 Ryan C. Gordon Fixed comment.
2010-01-13 Ryan C. Gordon Handle assert init/quit better.
2010-01-13 Sam Lantinga Moved the assertion tests to testplatform
2010-01-13 Ryan C. Gordon Handle assertion failures when SDL_Init() isn't called.
2010-01-13 Ryan C. Gordon Handle assertion failures during assertion handler.
2010-01-13 Ryan C. Gordon Fixed Mac OS X assertion code.
2010-01-13 Sam Lantinga Don't forget to install the new header. :)
2010-01-13 Sam Lantinga Quiet tests shouldn't prompt during assertions
2010-01-13 Sam Lantinga Leave fullscreen mode to pop an assertion dialog
2010-01-13 Sam Lantinga Assume _exit() is available. It may be, even if unix isn't defined.
2010-01-13 Sam Lantinga Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
2010-01-13 Sam Lantinga Allow configure to override assertion settings, but by default this comes from the build optimization level.
2010-01-13 Sam Lantinga Automatically figure out the appropriate assertion level
2010-01-13 Sam Lantinga Fixed release level assertions
2010-01-13 Sam Lantinga Fixed include ordering
2010-01-13 Sam Lantinga Check for signal.h before using it, don't assume unix is available or required
2010-01-13 Sam Lantinga The config sets the default assertion level so people can override it for their own use in application code.
2010-01-13 Ryan C. Gordon Fixed build problems with gcc __attribute__.
2010-01-13 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.
2010-01-13 Ryan C. Gordon Added a few basic things to svn:ignore.
2010-01-13 Sam Lantinga Don't warn about unused variables - there's a ton of them. :)
2010-01-13 Sam Lantinga Fixed compiler warning (missing prototype for SDL_Quit())
2010-01-13 Sam Lantinga Fixed function prototype
2010-01-13 Sam Lantinga Fixed Mac OS X Xcode build
2010-01-13 Sam Lantinga Fixed iPhone build
2010-01-11 Couriersud DirectFB driver compiles again
2010-01-11 Couriersud Fix detection of directfb.h
2010-01-11 Ryan C. Gordon Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.
2010-01-11 Ryan C. Gordon Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.
2010-01-11 Ryan C. Gordon Patched to compile.
2010-01-10 Ryan C. Gordon Call SDL_Init() before SDL_GetNumAudioDrivers().
2010-01-10 Ryan C. Gordon Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.
2010-01-10 Ryan C. Gordon Merged r3576:3577 from branches/SDL-1.2: X11 Xlibint.h include fixes.
2010-01-10 Sam Lantinga Updated 1.2 revisions that need to be revisited
2010-01-10 Ryan C. Gordon Revert r5463: Alpha blend "correctness" patch.
2010-01-10 Ryan C. Gordon Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support.
2010-01-10 Ryan C. Gordon Merge r5179:5180 from branches/SDL-1.2: fatbuild.sh Xcode 3.2 fix.
2010-01-10 Ryan C. Gordon Merged r5070:5071 from branches/SDL-1.2: forcibly disable buggy MMX mixers.
2010-01-10 Ryan C. Gordon Merged r4991:5154 from branches/SDL-1.2/src/audio/alsa: many 1.2.14 ALSA fixes.
2010-01-10 Ryan C. Gordon Merged r5016:5017 from branches/SDL-1.2: PS2 DMA mapping fix.
2010-01-10 Ryan C. Gordon Merged r4992:4993 from branches/SDL-1.2: increased alpha blend accuracy.
2010-01-10 Ryan C. Gordon Merged r4866:4867 from branches/SDL-1.2: 64-bit Mac OS X 10.5 SDK fix.
2010-01-10 Ryan C. Gordon Reverted r5460 ... this was merged from 1.2, but was later reverted there.
2010-01-10 Ryan C. Gordon Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.
2010-01-07 Sam Lantinga Made the comment more readable
2010-01-07 Sam Lantinga The OS/2 support has been removed, so we don't need this now.
2010-01-06 Ryan C. Gordon Removed comment referring to previously-removed CD-ROM subsystem.
2010-01-06 Ryan C. Gordon Merged r4717:4718 from branches/SDL-1.2: minor OS/2 DECLSPEC/SDLCALL fixes.
2010-01-06 Ryan C. Gordon Merged r4713:4714 from branches/SDL-1.2: CoreAudio 64-bit & Snow Leopard fixes.
2010-01-06 Ryan C. Gordon Merged r4710:4711 from branches/SDL-1.2: Mac OS X SDL_stdlib qsort build fixes.
2010-01-06 Ryan C. Gordon Merged r4433:4434 from branches/SDL-1.2: fbcon fgets() return value test fix.
2010-01-06 Ryan C. Gordon Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.
2010-01-06 Sam Lantinga Removed the obsolete SDL 1.2 GAPI driver
2010-01-06 Sam Lantinga I can't compile this, but it should be updated for the new rendering API now.
2010-01-06 Ryan C. Gordon Merged r4121:4122 from branches/SDL-1.2: more double-free fixes.
2010-01-06 Ryan C. Gordon Merged r4121:4122 from branches/SDL-1.2: win32 joystick double-free fix.
2010-01-06 Ryan C. Gordon Merged r3808:3809 from branches/SDL-1.2: install_name_tool fix for fatbuild.sh.
2010-01-06 Ryan C. Gordon Merged r3787:3788 from branches/SDL-1.2: better failures for joystick opening.
2010-01-06 Sam Lantinga Fixed GL_RenderWritePixels() - thanks Ryan!
2010-01-06 Sam Lantinga Fixed bug #924
2009-12-30 Sam Lantinga We're using GNU recursive mutexes
2009-12-30 Sam Lantinga Fixed bug #915
2009-12-30 Sam Lantinga Removed in the interest of actually finishing 1.3. :)
2009-12-28 Ryan C. Gordon Fixed buffer overflows in resamplers.
2009-12-24 Sam Lantinga Added missing include for stdio
2009-12-24 Sam Lantinga Updated to include new files
2009-12-24 Sam Lantinga Updated to compile on Windows
2009-12-24 Sam Lantinga Added rectangle test
2009-12-23 Sam Lantinga Fixed bug #912
2009-12-23 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
2009-12-18 Sam Lantinga Make it possible to slim SDL down quite a bit for people who just want OpenGL
2009-12-18 Sam Lantinga Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects()
2009-12-18 Sam Lantinga In the process of adding rectangle drawing
2009-12-17 Sam Lantinga Fixed compile error on Windows.
2009-12-17 Sam Lantinga Updated test code to use SDL_setenv()
2009-12-17 Sam Lantinga Fixed crash in joystick handling code. Newer 2.6 kernels add an additional 'resolution' field to input_absinfo. Note that we don't use that structure since we want to have enough space for the values even when building with an older kernel.
2009-12-17 Sam Lantinga Fixed bug #841
2009-12-17 Sam Lantinga Fixed bug #843
2009-12-17 Sam Lantinga Implemented 64-bit version of cpuid code
2009-12-17 Sam Lantinga Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.
2009-12-16 Ryan C. Gordon Initial band-aids on SDL_GetMouseState() API breakage. More work to come.
2009-12-16 Sam Lantinga Fixed cpuid assembly to work on PIC code
2009-12-16 Sam Lantinga Allocate memory only if we're going to overwrite an environment variable
2009-12-16 Ryan C. Gordon Updated svn:ignore.
2009-12-16 Ryan C. Gordon Implemented SDL_setenv(), moved SDL_putenv() to compat.
2009-12-16 Sam Lantinga Implemented Windows version of SDL_GetCPUCount()
2009-12-16 Sam Lantinga Added SDL_GetCPUCount() to see how many cores are available.
2009-12-16 Sam Lantinga Fixed bug #741
2009-12-16 Sam Lantinga Fixed bug #736
2009-12-16 Sam Lantinga Added testfill to test raw fill performance
2009-12-16 Sam Lantinga Nuffin'
2009-12-16 Sam Lantinga Fixed bug #685
2009-12-16 Sam Lantinga Fixed bug #666
2009-12-16 Sam Lantinga Fixed bug #642
2009-12-15 Sam Lantinga Default to allow either accelerated or not
2009-12-15 Sam Lantinga OpenGL hardware acceleration defaults on
2009-12-15 Sam Lantinga Fixed bug #815
2009-12-15 Sam Lantinga Fixed bug #818
2009-12-15 Ryan C. Gordon Added a warning comment to SDL_putenv().
2009-12-15 Sam Lantinga Fixed bug #905
2009-12-15 Sam Lantinga Fixed bug #906
2009-12-15 Sam Lantinga Add a dummy function if SDL doesn't have STDIO support
2009-12-15 Sam Lantinga Added notes from e-mail on desktop window implementation
2009-12-15 Sam Lantinga Need to test the multi-draw APIs
2009-12-14 Sam Lantinga Added svn checkout install step
2009-12-14 Sam Lantinga The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.
2009-12-14 Sam Lantinga Implemented read/write pixels for the X11 renderer
2009-12-14 Sam Lantinga Added a test to check the read/write pixels API