graph
- Removed test for "driver is valid, but doesn't see any audio devices."2010-01-26, by Ryan C. Gordon
- Fixed bug #9282010-01-24, by Sam Lantinga
- Fixed bug #9262010-01-24, by Sam Lantinga
- Fixed bug #9352010-01-24, by Sam Lantinga
- Added magic to detect already freed or otherwise invalid windows and textures.2010-01-24, by Sam Lantinga
- Fixed bug #9162010-01-24, by Sam Lantinga
- update window prev links2010-01-22, by Sam Lantinga
- Fixed infinite loop at shutdown - update texture prev links2010-01-22, by Sam Lantinga
- Documentation consistency2010-01-22, by Sam Lantinga
- Fixed compilation on iPhone2010-01-21, by Sam Lantinga
- Fixed crash when there was no mouse focus for some reason (iPhone bug?)2010-01-21, by Sam Lantinga
- Fixed Cocoa and OpenGL builds2010-01-21, by Sam Lantinga
- Fixed compile warning on 64-bit Mac OS X2010-01-21, by Sam Lantinga
- Fixed compile warning2010-01-21, by Sam Lantinga
- Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.2010-01-21, by Sam Lantinga
- Fixed compiler warnings on 32-bit Linux2010-01-21, by Sam Lantinga
- From: Jjgod Jiang2010-01-19, by Sam Lantinga
- Added Xcode-iPhoneOS to make dist2010-01-19, by Sam Lantinga
- Removed obsolete checks for ipod Linux2010-01-18, by Sam Lantinga
- Fixed bug #9202010-01-18, by Sam Lantinga
- Updated Mac OS X projects with new assertion code2010-01-18, by Sam Lantinga
- Fixed bug #9302010-01-18, by Sam Lantinga
- Fixed compiler warning2010-01-18, by Sam Lantinga
- Fixed compile error on Mac OS X 10.42010-01-18, by Sam Lantinga
- Fixed bug #9322010-01-18, by Sam Lantinga
- Minor cleanups in PulseAudio code, to keep this 80-column-friendly.2010-01-17, by Ryan C. Gordon
- Attempt to clean up PulseAudio dynamic loading support.2010-01-17, by Ryan C. Gordon
- Merged r4210:5510 from branches/SDL-1.2/src/audio/pulse: PulseAudio updates.2010-01-17, by Ryan C. Gordon
- Fixed building under Visual Studio2010-01-15, by Sam Lantinga
- Clean up assertion API for public use.2010-01-13, by Ryan C. Gordon
- Whoops, that should be vfprintf(), not fprintf(). :)2010-01-13, by Ryan C. Gordon
- Friendly warning comment.2010-01-13, by Ryan C. Gordon
- Fixed compiler warning.2010-01-13, by Ryan C. Gordon
- Whitespace tweak.2010-01-13, by Ryan C. Gordon
- Fixed comment.2010-01-13, by Ryan C. Gordon
- Handle assert init/quit better.2010-01-13, by Ryan C. Gordon
- Moved the assertion tests to testplatform2010-01-13, by Sam Lantinga
- Handle assertion failures when SDL_Init() isn't called.2010-01-13, by Ryan C. Gordon
- Handle assertion failures during assertion handler.2010-01-13, by Ryan C. Gordon
- Fixed Mac OS X assertion code.2010-01-13, by Ryan C. Gordon
- Don't forget to install the new header. :)2010-01-13, by Sam Lantinga
- Quiet tests shouldn't prompt during assertions2010-01-13, by Sam Lantinga
- Leave fullscreen mode to pop an assertion dialog2010-01-13, by Sam Lantinga
- Assume _exit() is available. It may be, even if unix isn't defined.2010-01-13, by Sam Lantinga
- Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE2010-01-13, by Sam Lantinga
- Allow configure to override assertion settings, but by default this comes from the build optimization level.2010-01-13, by Sam Lantinga
- Automatically figure out the appropriate assertion level2010-01-13, by Sam Lantinga
- Fixed release level assertions2010-01-13, by Sam Lantinga
- Fixed include ordering2010-01-13, by Sam Lantinga
- Check for signal.h before using it, don't assume unix is available or required2010-01-13, by Sam Lantinga
- The config sets the default assertion level so people can override it for their own use in application code.2010-01-13, by Sam Lantinga
- Fixed build problems with gcc __attribute__.2010-01-13, by Ryan C. Gordon
- First pass at Ryan's assertion code, minor tweaks to come.2010-01-13, by Sam Lantinga
- Added a few basic things to svn:ignore.2010-01-13, by Ryan C. Gordon
- Don't warn about unused variables - there's a ton of them. :)2010-01-13, by Sam Lantinga
- Fixed compiler warning (missing prototype for SDL_Quit())2010-01-13, by Sam Lantinga
- Fixed function prototype2010-01-13, by Sam Lantinga
- Fixed Mac OS X Xcode build2010-01-13, by Sam Lantinga
- Fixed iPhone build2010-01-13, by Sam Lantinga
- DirectFB driver compiles again2010-01-11, by Couriersud
- Fix detection of directfb.h2010-01-11, by Couriersud
- Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.2010-01-11, by Ryan C. Gordon
- Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.2010-01-11, by Ryan C. Gordon
- Patched to compile.2010-01-11, by Ryan C. Gordon
- Call SDL_Init() before SDL_GetNumAudioDrivers().2010-01-10, by Ryan C. Gordon
- Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.2010-01-10, by Ryan C. Gordon
- Merged r3576:3577 from branches/SDL-1.2: X11 Xlibint.h include fixes.2010-01-10, by Ryan C. Gordon
- Updated 1.2 revisions that need to be revisited2010-01-10, by Sam Lantinga
- Revert r5463: Alpha blend "correctness" patch.2010-01-10, by Ryan C. Gordon
- Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support.2010-01-10, by Ryan C. Gordon
- Merge r5179:5180 from branches/SDL-1.2: fatbuild.sh Xcode 3.2 fix.2010-01-10, by Ryan C. Gordon
- Merged r5070:5071 from branches/SDL-1.2: forcibly disable buggy MMX mixers.2010-01-10, by Ryan C. Gordon
- Merged r4991:5154 from branches/SDL-1.2/src/audio/alsa: many 1.2.14 ALSA fixes.2010-01-10, by Ryan C. Gordon
- Merged r5016:5017 from branches/SDL-1.2: PS2 DMA mapping fix.2010-01-10, by Ryan C. Gordon
- Merged r4992:4993 from branches/SDL-1.2: increased alpha blend accuracy.2010-01-10, by Ryan C. Gordon
- Merged r4866:4867 from branches/SDL-1.2: 64-bit Mac OS X 10.5 SDK fix.2010-01-10, by Ryan C. Gordon
- Reverted r5460 ... this was merged from 1.2, but was later reverted there.2010-01-10, by Ryan C. Gordon
- Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.2010-01-10, by Ryan C. Gordon
- Made the comment more readable2010-01-07, by Sam Lantinga
- The OS/2 support has been removed, so we don't need this now.2010-01-07, by Sam Lantinga
- Removed comment referring to previously-removed CD-ROM subsystem.2010-01-06, by Ryan C. Gordon
- Merged r4717:4718 from branches/SDL-1.2: minor OS/2 DECLSPEC/SDLCALL fixes.2010-01-06, by Ryan C. Gordon
- Merged r4713:4714 from branches/SDL-1.2: CoreAudio 64-bit & Snow Leopard fixes.2010-01-06, by Ryan C. Gordon
- Merged r4710:4711 from branches/SDL-1.2: Mac OS X SDL_stdlib qsort build fixes.2010-01-06, by Ryan C. Gordon
- Merged r4433:4434 from branches/SDL-1.2: fbcon fgets() return value test fix.2010-01-06, by Ryan C. Gordon
- Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.2010-01-06, by Ryan C. Gordon
- Removed the obsolete SDL 1.2 GAPI driver2010-01-06, by Sam Lantinga
- I can't compile this, but it should be updated for the new rendering API now.2010-01-06, by Sam Lantinga
- Merged r4121:4122 from branches/SDL-1.2: more double-free fixes.2010-01-06, by Ryan C. Gordon
- Merged r4121:4122 from branches/SDL-1.2: win32 joystick double-free fix.2010-01-06, by Ryan C. Gordon
- Merged r3808:3809 from branches/SDL-1.2: install_name_tool fix for fatbuild.sh.2010-01-06, by Ryan C. Gordon
- Merged r3787:3788 from branches/SDL-1.2: better failures for joystick opening.2010-01-06, by Ryan C. Gordon
- Fixed GL_RenderWritePixels() - thanks Ryan!2010-01-06, by Sam Lantinga
- Fixed bug #9242010-01-06, by Sam Lantinga
- We're using GNU recursive mutexes2009-12-30, by Sam Lantinga
- Fixed bug #9152009-12-30, by Sam Lantinga
- Removed in the interest of actually finishing 1.3. :)2009-12-30, by Sam Lantinga
- Fixed buffer overflows in resamplers.2009-12-28, by Ryan C. Gordon
- Added missing include for stdio2009-12-24, by Sam Lantinga
- Updated to include new files2009-12-24, by Sam Lantinga
- Updated to compile on Windows2009-12-24, by Sam Lantinga
- Added rectangle test2009-12-24, by Sam Lantinga
- Fixed bug #9122009-12-23, by Sam Lantinga
- Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.2009-12-23, by Sam Lantinga
- Make it possible to slim SDL down quite a bit for people who just want OpenGL2009-12-18, by Sam Lantinga
- Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects()2009-12-18, by Sam Lantinga
- In the process of adding rectangle drawing2009-12-18, by Sam Lantinga
- Fixed compile error on Windows.2009-12-17, by Sam Lantinga
- Updated test code to use SDL_setenv()2009-12-17, by 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, by Sam Lantinga
- Fixed bug #8412009-12-17, by Sam Lantinga
- Fixed bug #8432009-12-17, by Sam Lantinga
- Implemented 64-bit version of cpuid code2009-12-17, by Sam Lantinga
- Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.2009-12-17, by Sam Lantinga
- Initial band-aids on SDL_GetMouseState() API breakage. More work to come.2009-12-16, by Ryan C. Gordon
- Fixed cpuid assembly to work on PIC code2009-12-16, by Sam Lantinga
- Allocate memory only if we're going to overwrite an environment variable2009-12-16, by Sam Lantinga
- Updated svn:ignore.2009-12-16, by Ryan C. Gordon
- Implemented SDL_setenv(), moved SDL_putenv() to compat.2009-12-16, by Ryan C. Gordon
- Implemented Windows version of SDL_GetCPUCount()2009-12-16, by Sam Lantinga