graph
- Added a FIXME and macro to sun audio.2006-09-01, by Ryan C. Gordon
- Replaced unions with calls to SDL_SwapFloat...2006-09-01, by Ryan C. Gordon
- Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit2006-09-01, by Ryan C. Gordon
- Continuing my quest to replace all the bitwise operations on SDL_AudioFormats2006-09-01, by Ryan C. Gordon
- Fixed broken audio conversions between float and unsigned datatypes.2006-09-01, by Ryan C. Gordon
- Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned2006-09-01, by Ryan C. Gordon
- ALSA was testing if (format) was set to zero as an error condition, but2006-09-01, by Ryan C. Gordon
- int32 support for windib and windx5 audio backends.2006-09-01, by Ryan C. Gordon
- QNX6 support for int32/float32 (isn't this just ALSA?!)2006-09-01, by Ryan C. Gordon
- Updated Tru64 audio to support int32.2006-09-01, by Ryan C. Gordon
- MiNT audio driver cleanups for clamping types and channels to supported2006-09-01, by Ryan C. Gordon
- Mac OS 9 support for int32/float32.2006-09-01, by Ryan C. Gordon
- Mac OS X audio backend now supports int32/float32.2006-09-01, by Ryan C. Gordon
- Cleaned up IRIX audio driver, added float32 support and fallbacks when2006-09-01, by Ryan C. Gordon
- Actually, my silly logic bug was actually correct. :/2006-08-31, by Ryan C. Gordon
- Let SDL convert to valid Dreamcast audio formats instead of failing if the2006-08-31, by Ryan C. Gordon
- Let OS/2 DART backend use SDL converters at a higher level (would fail if2006-08-31, by Ryan C. Gordon
- Fixed silly logic thing.2006-08-31, by Ryan C. Gordon
- Added int32 and float32 support (and some others!) to BeOS audio backend.2006-08-31, by Ryan C. Gordon
- Added int32 support to Amiga audio driver and cleaned up some other details2006-08-31, by Ryan C. Gordon
- ALSA backend can handle int32 and float32 data directly.2006-08-31, by Ryan C. Gordon
- Added int32 adn float32 support to SDL_LoadWAV_RW().2006-08-31, by Ryan C. Gordon
- Reordered the favored audio format list a little.2006-08-31, by Ryan C. Gordon
- Take advantage of the existing SDL blitters for normal copy blits.2006-08-29, by Sam Lantinga
- Clear the second texture stage explicitly2006-08-28, by Sam Lantinga
- The dummy renderer can task advantage of the MASK optimization too, though performance probably doesn't matter here...2006-08-28, by Sam Lantinga
- Optimized the copy blitters a little bit2006-08-28, by Sam Lantinga
- Figured out how texture stages work, thanks to this:2006-08-28, by Sam Lantinga
- Implemented color modulation in the D3D renderer.2006-08-28, by Sam Lantinga
- Cleanup for the last checkin2006-08-28, by Sam Lantinga
- Added source color and alpha modulation support.2006-08-28, by Sam Lantinga
- Added SDL_SwapFloat* function/macros. Reference Bugzilla #293.2006-08-24, by Ryan C. Gordon
- Forgot to check in updated SDL_audio.h ...2006-08-24, by Ryan C. Gordon
- First shot at new audio data types (int32 and float32).2006-08-24, by Ryan C. Gordon
- The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)2006-08-10, by Sam Lantinga
- Missed a Qtopia change.2006-08-10, by Sam Lantinga
- MacOS Classic is no longer supported.2006-08-10, by Sam Lantinga
- MacOS Classic is no longer supported.2006-08-10, by Sam Lantinga
- David Hedbor is no longer maintaining the Qtopia code.2006-08-10, by Sam Lantinga
- Whoops, remove debug code2006-08-07, by Sam Lantinga
- Added resize support for GDI and Direct3D renderers2006-08-07, by Sam Lantinga
- Added paletted OpenGL texture support.2006-08-06, by Sam Lantinga
- Fixed fullscreen modes with Cocoa video driver.2006-08-06, by Sam Lantinga
- Fixed bug recreating OpenGL textures on window resize2006-08-06, by Sam Lantinga
- Added window resize support for the software renderer2006-08-06, by Sam Lantinga
- Allow the render context to do necessary work when the video mode changes.2006-08-06, by Sam Lantinga
- Clarified the difference between render drivers and render contexts2006-08-06, by Sam Lantinga
- Updated header documentation2006-08-05, by Sam Lantinga
- In general, fill in pointers to structures, rather than return them.2006-08-05, by Sam Lantinga
- Removed old function2006-08-05, by Sam Lantinga
- SDL constants are all uppercase.2006-08-05, by Sam Lantinga
- 1.3 API proposals for audio subsystem. Nothing in here is guaranteed to2006-08-03, by Ryan C. Gordon
- Added SDL_GetCurrentVideoDisplay()2006-08-02, by Sam Lantinga
- Hack to stop the beeping2006-07-30, by Sam Lantinga
- Removed debug code. :)2006-07-30, by Sam Lantinga
- Added numlock support2006-07-30, by Sam Lantinga
- Implemented Cocoa key event handling.2006-07-30, by Sam Lantinga
- Added right/other drag code for Cocoa windows2006-07-29, by Sam Lantinga
- Implemented Cocoa mouse wheel events2006-07-29, by Sam Lantinga
- Simplified driver window creation code.2006-07-29, by Sam Lantinga
- (none)2006-07-29, by Sam Lantinga
- Don't unload the OpenGL library before the X display is closed.2006-07-29, by Sam Lantinga
- We're not querying the glX attributes anymore...2006-07-28, by Sam Lantinga
- Implemented X11 OpenGL support.2006-07-28, by Sam Lantinga
- Initial work on X11 window code in.2006-07-27, by Sam Lantinga
- Started work on the new X11 driver.2006-07-26, by Sam Lantinga
- Placate versions of ranlib which complain about empty files (Mac OS X 10.4)2006-07-26, by Sam Lantinga
- Starting fresh with the X11 driver2006-07-26, by Sam Lantinga
- Oh yeah, more DGA removal2006-07-26, by Sam Lantinga
- Added the dummy audio driver to instructions2006-07-26, by Sam Lantinga
- PicoGUI is no longer maintained by the author.2006-07-26, by Sam Lantinga
- The AAlib driver is fun, but not worth rewriting for SDL 1.32006-07-26, by Sam Lantinga
- The old windows video drivers are superceded by the unified win32 driver.2006-07-26, by Sam Lantinga
- Hopefully glSDL has been superceded by the OpenGL render driver.2006-07-26, by Sam Lantinga
- More DGA removal2006-07-26, by Sam Lantinga
- Removing DGA support for SDL 1.3 - it's still buggy years later, and now2006-07-26, by Sam Lantinga
- SDL applications no longer need to link with Cocoa (unless they want to)2006-07-25, by Sam Lantinga
- Actually use the function we took the trouble to get the pointer for.2006-07-25, by Sam Lantinga
- Fixed Objective-C memory leaks2006-07-25, by Sam Lantinga
- Implemented OpenGL support on Mac OS X2006-07-25, by Sam Lantinga
- Patch from 1.2 branch...fix compilation on Qtopia video target (reference2006-07-24, by Ryan C. Gordon
- Implemented Mac OS X video mode selection.2006-07-24, by Sam Lantinga
- Implemented Cocoa window support2006-07-24, by Sam Lantinga
- Whoops, that's a while loop. :)2006-07-23, by Sam Lantinga
- The Mac OS X Cocoa video driver is under construction...2006-07-23, by Sam Lantinga
- Fixed compiler warnings2006-07-23, by Sam Lantinga
- Added an environment variable to select which driver the software renderer will use.2006-07-23, by Sam Lantinga
- Fixed crash with multiple windows2006-07-23, by Sam Lantinga
- OpenGL renderer is feature complete!2006-07-22, by Sam Lantinga
- Added SDL_GL_ExtensionSupported()2006-07-22, by Sam Lantinga
- Query the maximum texture size for the D3D renderer.2006-07-22, by Sam Lantinga
- If the OpenGL renderer is selected for a non-OpenGL window, recreate the window with OpenGL enabled.2006-07-22, by Sam Lantinga
- Switch OpenGL contexts when switching render contexts.2006-07-22, by Sam Lantinga
- Fixed OpenGL blend modes, added power of 2 texture code2006-07-22, by Sam Lantinga
- Bug fixes to the OpenGL renderer2006-07-22, by Sam Lantinga
- Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.2006-07-22, by Sam Lantinga
- Fixed to compile while the OpenGL renderer is under construction2006-07-19, by Sam Lantinga
- Starting on the OpenGL renderer...2006-07-19, by Sam Lantinga
- Implemented scaling in the D3D renderer2006-07-19, by Sam Lantinga
- Implemented blend modes in the D3D renderer2006-07-19, by Sam Lantinga
- Implemented multi-window OpenGL program with test framework.2006-07-19, by Sam Lantinga
- Added a test program framework for easy initialization.2006-07-18, by Sam Lantinga
- Implemented Windows OpenGL support2006-07-17, by Sam Lantinga
- Setting up the OpenGL support2006-07-16, by Sam Lantinga
- Create a fake desktop mode for windowed mode apps2006-07-16, by Sam Lantinga
- Fixed building on Mac OS X without the Carbon and Cocoa video drivers2006-07-16, by Sam Lantinga
- Look at environment variables in SDL_VideoInit() and SDL_AudioInit()2006-07-15, by Sam Lantinga
- Implemented fully featured dummy renderer2006-07-15, by Sam Lantinga
- Streamlined the API a bit and optimized the software renderer.2006-07-15, by Sam Lantinga
- Changed the name of the dummy renderer2006-07-14, by Sam Lantinga
- Prefer the D3D renderer over GDI, at least for testing.2006-07-14, by Sam Lantinga
- Yay! D3D renderer works!2006-07-14, by Sam Lantinga
- More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...2006-07-14, by Sam Lantinga
- Updated Visual C++ 2005 project2006-07-13, by Sam Lantinga
- Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.2006-07-13, by Sam Lantinga
- First stab at a D3D renderer, only 30FPS so far... ?2006-07-12, by Sam Lantinga
- debug cleanup2006-07-12, by Sam Lantinga
- Playing around, trying to find a fast path with GDI2006-07-12, by Sam Lantinga
- Solved the performance problems by introducing the concept of a single-buffered2006-07-12, by Sam Lantinga
- Updated the snapshot build target to reflect the new source location2006-07-10, by Sam Lantinga
- SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.2006-07-10, by Sam Lantinga
- sdl.pc is in build directory, not source2006-07-06, by Patrice Mandin
- Include sdl.pc in the development RPMrelease-1.2.11 2006-06-27, by Sam Lantinga
- Added 1.2.11 patch notes2006-06-27, by Sam Lantinga
- Fixed libiconv detection2006-06-26, by Sam Lantinga
- Fixed problem with nasm hidden visibility detection2006-06-26, by Sam Lantinga
- Almost added Mac OS X nasm support2006-06-26, by Sam Lantinga
- ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------2006-06-26, by Sam Lantinga
- Updated version to SDL 1.2.12006-06-25, by Sam Lantinga
- Updated the version to 1.2.112006-06-25, by Sam Lantinga
- (none)2006-06-25, by Sam Lantinga
- Fixed including stdint.h with gcc on Win322006-06-25, by Sam Lantinga
- Fix for bug #2402006-06-24, by Sam Lantinga
- Fixed bug #2582006-06-24, by Sam Lantinga
- Fixed bug #2552006-06-24, by Sam Lantinga
- Fixed bug #2602006-06-24, by Sam Lantinga
- Default the X11 dynamically loading on if the OS loader loads libraries2006-06-23, by Sam Lantinga
- Swizzle ALSA channels for 5.1 output to match DirectSound and CoreAudio.2006-06-23, by Ryan C. Gordon
- Fixed bug #692006-06-23, by Sam Lantinga
- Fixed bug #1472006-06-23, by Sam Lantinga
- Only allow dynamic X11 if gcc4 (-fvisibility=hidden) is used.2006-06-23, by Ryan C. Gordon
- Minor bit of sanity-checking debug info in dynamic X11 code.2006-06-23, by Ryan C. Gordon
- Renamed, per Mike's comment on bug #1572006-06-21, by Sam Lantinga
- Renamed, per Mike's comment on bug #1572006-06-21, by Sam Lantinga
- Fixed bug #1572006-06-21, by Sam Lantinga
- Fixed bug #2562006-06-21, by Sam Lantinga
- Date: Fri, 9 Jun 2006 11:35:23 +03002006-06-20, by Sam Lantinga
- Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)2006-06-20, by Sam Lantinga
- Fixed bug #2512006-06-20, by Sam Lantinga
- Bug #250, pkg-config support contributed by Mikael Eriksson2006-06-20, by Sam Lantinga
- Bug #250, pkg-config support contributed by Mikael Eriksson2006-06-20, by Sam Lantinga
- I think this fixes bug #2442006-06-20, by Sam Lantinga
- Fixed bug #2412006-06-20, by Sam Lantinga
- Test case for bug #2402006-06-20, by Sam Lantinga
- Fixed bug #2322006-06-20, by Sam Lantinga
- Fixed bug #2322006-06-20, by Sam Lantinga
- Oops, reverted single/double buffer update2006-06-14, by Patrice Mandin
- Add program to test mouse cursor change2006-06-14, by Patrice Mandin
- Fix mouse cursor change2006-06-14, by Patrice Mandin
- Date: Mon, 22 May 2006 01:16:47 -04002006-05-23, by Sam Lantinga
- Moved DirectInput joystick code to 1.3 branch2006-05-21, by Sam Lantinga
- Closed bug #742006-05-21, by Sam Lantinga
- Removed unused variable with undefined type. Fixes Bugzilla #234.2006-05-21, by Ryan C. Gordon
- Try to keep SDL keysyms sane regardless of keyboard layout in windib target.2006-05-18, by Ryan C. Gordon
- Make sure sem_wait didn't return early with EINTR. Fixes Bugzilla #231.2006-05-17, by Ryan C. Gordon
- Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll2006-05-17, by Sam Lantinga
- Fixed uninitialized variable warnings2006-05-17, by Sam Lantinga
- Clean out the tests before creating distribution archiverelease-1.2.10 2006-05-17, by Sam Lantinga
- Updated RPM spec file with License keyword2006-05-17, by Sam Lantinga
- Whoops, clean files in the dist directory2006-05-17, by Sam Lantinga
- (none)2006-05-17, by Sam Lantinga
- Removed support for Darwin, due to build problems on ps2linux2006-05-17, by Sam Lantinga
- Needed unistd.h for unlink()2006-05-17, by Sam Lantinga
- Patch from Ryan to fix compiler warnings2006-05-17, by Sam Lantinga
- Use the correct parameter for GLX_VISUAL_CAVEAT_EXT2006-05-16, by Sam Lantinga
- Updated docs for SDL 1.2.10 release2006-05-16, by Sam Lantinga
- Added information about gcc-fat.sh to README.MacOSX2006-05-16, by Sam Lantinga
- Fixed compiling GS YUV conversion code2006-05-16, by Sam Lantinga
- Date: Mon, 15 May 2006 17:18:34 +03002006-05-16, by Sam Lantinga
- DragonFly BSD has an older version of VGL which SDL doesn't support.2006-05-15, by Sam Lantinga
- Fixed corrupt image2006-05-15, by Sam Lantinga
- OpenBSD doesn't ship with X11 library major version symlinks2006-05-15, by Sam Lantinga
- Added yet another variant of autoconf to the list2006-05-15, by Sam Lantinga
- Added yet another variant of autoconf to the list2006-05-15, by Sam Lantinga
- Fix from Marc Peter: slightly fixed Watcom makefiles for 1.2.10 release2006-05-14, by Sam Lantinga
- Add a reminder to fix current->w,current->h2006-05-14, by Patrice Mandin
- Fixed alloca declaration for MPW2006-05-14, by Sam Lantinga
- Hey, whaddy know! MacOS Classic has 64-bit types!2006-05-13, by Sam Lantinga
- SDLmain compile fix2006-05-13, by Sam Lantinga
- Add missing include file2006-05-12, by Patrice Mandin
- Use the right variables to set stuff for sdl-config script2006-05-12, by Patrice Mandin
- Fixed signed/unsigned issues2006-05-12, by Sam Lantinga
- Whoops, need a space after dnl to make it meaningful. :)2006-05-12, by Sam Lantinga
- Should we always look in /usr/local when compiling natively?2006-05-11, by Sam Lantinga
- Date: Thu, 11 May 2006 19:08:05 -04002006-05-11, by Sam Lantinga
- Date: Thu, 11 May 2006 17:09:17 -04002006-05-11, by Sam Lantinga
- Forgot to declare volatile stuff also in c file2006-05-11, by Patrice Mandin
- Fixed some bugs in string handling2006-05-11, by Sam Lantinga
- Saved a little space by not including the CodeWarrior 5 XML projects2006-05-11, by Sam Lantinga
- Fixed bug #532006-05-11, by Sam Lantinga
- Fixed building with CodeWarrior on MacOS Classic2006-05-11, by Sam Lantinga
- Fixed MacOS Classic build2006-05-11, by Sam Lantinga
- sdl-config doesn't include the OpenGL library in --libs2006-05-11, by Sam Lantinga
- Fixed bug #2082006-05-11, by Sam Lantinga
- Fixed bug #2262006-05-11, by Sam Lantinga
- Fixed bug #2252006-05-11, by Sam Lantinga
- Date: Wed, 10 May 2006 17:43:21 -07002006-05-11, by Sam Lantinga
- Only set Mac OS X default if both parameters are left default2006-05-10, by Sam Lantinga
- (none)2006-05-10, by Sam Lantinga
- Added hardcoded /usr/X11R6 path so GLX detection works on Mac OS X.2006-05-10, by Sam Lantinga
- Need to use __MACOSX__ for the Mac OS X platform.2006-05-10, by Sam Lantinga
- Fixed bug #2212006-05-10, by Sam Lantinga
- Fixed bug #2222006-05-10, by Sam Lantinga
- Prevent both __MACOS__ and __MACOSX__ from being defined in Codewarrior2006-05-10, by Sam Lantinga
- Xcode has trouble compiling different files with the same name for two architectures2006-05-10, by Sam Lantinga
- Removed unused variable2006-05-10, by Sam Lantinga
- Fixed X11 support on Mac OS X Universal build2006-05-10, by Sam Lantinga
- Date: Tue, 9 May 2006 23:01:49 -04002006-05-10, by Sam Lantinga
- Fat test programs! :)2006-05-09, by Sam Lantinga
- Fixed bug #2182006-05-09, by Sam Lantinga
- Fixed bug #2202006-05-09, by Sam Lantinga
- Fixed bug #1372006-05-09, by Sam Lantinga
- Date: Mon, 8 May 2006 14:19:30 -07002006-05-09, by Sam Lantinga
- More compile fixes for systems without the DPMS extension2006-05-09, by Sam Lantinga
- Fixed build errors on systems without the DPMS extension2006-05-09, by Sam Lantinga
- Date: Mon, 8 May 2006 14:19:30 -07002006-05-09, by Sam Lantinga
- Fixed bug #1042006-05-09, by Sam Lantinga
- Fixed bug #1442006-05-09, by Sam Lantinga
- Fixed bug #2012006-05-09, by Sam Lantinga
- Fixed bug #1062006-05-09, by Sam Lantinga
- Fixed DGA mode sorting and eliminated doublescan and interlaced modes2006-05-09, by Sam Lantinga
- Disable the screensaver in DGA mode, which is even more important than X11...2006-05-08, by Sam Lantinga
- Fixed bug #2032006-05-08, by Sam Lantinga
- (none)2006-05-08, by Sam Lantinga
- Get updates to the shadow surface while switched away2006-05-08, by Sam Lantinga
- Fixed bug #492006-05-08, by Sam Lantinga
- Made it easier to test some things on the framebuffer console2006-05-08, by Sam Lantinga
- Fixed detection of current vt when not running as root.2006-05-08, by Sam Lantinga
- Eliminate duplicate video modes2006-05-08, by Sam Lantinga
- SDL_strncpy doesn't exist2006-05-08, by Sam Lantinga
- Date: Sun, 7 May 2006 19:22:33 -04002006-05-08, by Sam Lantinga
- (none)2006-05-07, by Sam Lantinga
- (none)2006-05-07, by Sam Lantinga
- Fixed bug #1022006-05-07, by Sam Lantinga
- Fixed bug #2172006-05-07, by Sam Lantinga
- Fixed bug #2162006-05-07, by Sam Lantinga
- Fixed bug #2152006-05-07, by Sam Lantinga
- Fixed bug #802006-05-05, by Sam Lantinga
- Fixed bug #1962006-05-05, by Sam Lantinga
- (none)2006-05-04, by Sam Lantinga
- Fixed bug #452006-05-04, by Sam Lantinga
- The install target depends on the libraries being built2006-05-04, by Sam Lantinga
- Updated to include new languages and platform support2006-05-04, by Sam Lantinga
- Date: Thu, 4 May 2006 08:44:10 +0200 (CEST)2006-05-04, by Sam Lantinga
- Fixed execv warning when libtool creates wrapper executables2006-05-03, by Sam Lantinga
- Patch from Dmitry Yakimov to fix building on WinCE2006-05-03, by Sam Lantinga
- Added instructions for copying SDL_config.h2006-05-02, by Sam Lantinga
- Updated OS/2 project files2006-05-02, by Sam Lantinga
- Yeah, that's what I meant. :)2006-05-01, by Sam Lantinga
- Using the SDL C runtime functions2006-05-01, by Sam Lantinga
- Don't add NONE/bin to the path - inexplicably fixes building on mingw+msys, apparently2006-05-01, by Sam Lantinga
- Date: Sun, 30 Apr 2006 14:20:05 +10002006-05-01, by Sam Lantinga
- SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function2006-05-01, by Sam Lantinga
- SDL_sysjoystick.c:983: warning: 'return' with a value, in function returning void2006-05-01, by Sam Lantinga
- Declare volatile variables modified by interrupt routines2006-04-30, by Patrice Mandin
- Removed redundant rm2006-04-30, by Sam Lantinga
- We want to wrap HAVE_ALLOCA_H, not HAVE_ALLOCA. :)2006-04-30, by Sam Lantinga
- ------- Comment #1 From Max Horn 2006-04-17 03:08 [reply] -------2006-04-29, by Sam Lantinga
- (none)2006-04-29, by Sam Lantinga
- Disable the XRandR extension by default, since KDE maximizes windows which are larger than the new resolution, and then doesn't restore their size and positition when the old resolution is restored.2006-04-29, by Sam Lantinga
- Only use -fvisibility=hidden if SDL will define some symbols as available. :)2006-04-29, by Sam Lantinga
- [From Sam]2006-04-28, by Sam Lantinga
- Future proof C++ code2006-04-28, by Sam Lantinga
- Fixed bug #206, fatbuild.sh works flawlessly on Intel Macs2006-04-28, by Sam Lantinga
- fatbuild fixes:2006-04-27, by Ryan C. Gordon
- Fixed bug #1012006-04-27, by Sam Lantinga
- Trying to fix fatbuild.sh on intel2006-04-27, by Sam Lantinga
- Fixed compile errors on Mac OS X2006-04-27, by Sam Lantinga
- Implemented bug #52006-04-27, by Sam Lantinga
- Implemented bug #2, 117:2006-04-27, by Sam Lantinga
- SDL_Rect now uses int for position and size.SDL-1.3 2006-07-10, by Sam Lantinga
- The general code handles restoring video mode/gamma/etc. when the window loses focus.SDL-1.3 2006-07-09, by Sam Lantinga
- Implemented gamma correction on Windows.SDL-1.3 2006-07-09, by Sam Lantinga
- Implemented Win32 input grabSDL-1.3 2006-07-08, by Sam Lantinga
- SDL_PushEvent() calls the event filter code, and has a return value to tellSDL-1.3 2006-07-08, by Sam Lantinga
- Starting support for Direct3D render driver.SDL-1.3 2006-07-08, by Sam Lantinga
- Fixed compile problems with new OpenGL API.SDL-1.3 2006-07-07, by Sam Lantinga
- Fixed typo in stretch render code.SDL-1.3 2006-07-07, by Sam Lantinga
- Started on the OpenGL API revamp.SDL-1.3 2006-07-07, by Sam Lantinga
- Merged sdl.pc location fix from SDL 1.2SDL-1.3 2006-07-07, by Sam Lantinga
- Implemented Win32 video mode supportSDL-1.3 2006-07-07, by Sam Lantinga
- Proof of concept done - Win32 GDI implementation mostly complete.SDL-1.3 2006-07-06, by Sam Lantinga
- (none)SDL-1.3 2006-07-06, by Sam Lantinga
- Added a userdata parameter for event filters.SDL-1.3 2006-06-30, by Sam Lantinga
- Fixed indenting in MSVC inline assemblySDL-1.3 2006-06-30, by Sam Lantinga
- Cleaned up a bunch of warnings, started adding Win32 event supportSDL-1.3 2006-06-30, by Sam Lantinga
- You can now create multiple windows on Win32SDL-1.3 2006-06-28, by Sam Lantinga
- Further progress on the new Windows video driver:SDL-1.3 2006-06-27, by Sam Lantinga
- Include sdl.pc in the development RPMSDL-1.3 2006-06-27, by Sam Lantinga
- The screen/shadow surface flags are no longer neededSDL-1.3 2006-06-26, by Sam Lantinga
- Fixed libiconv detectionSDL-1.3 2006-06-26, by Sam Lantinga
- Fixed problem with nasm hidden visibility detectionSDL-1.3 2006-06-26, by Sam Lantinga
- Whoops, forgot to indentSDL-1.3 2006-06-26, by Sam Lantinga
- Started framework for Windows video driverSDL-1.3 2006-06-26, by Sam Lantinga
- Almost added Mac OS X nasm supportSDL-1.3 2006-06-26, by Sam Lantinga
- ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------SDL-1.3 2006-06-26, by Sam Lantinga
- Merged gcc on win32 fix from SDL 1.2SDL-1.3 2006-06-25, by Sam Lantinga
- Merged fix for bug #240 from SDL 1.2SDL-1.3 2006-06-24, by Sam Lantinga
- Passing NULL to SDL_SetDisplayMode() will set the desktop mode.SDL-1.3 2006-06-24, by Sam Lantinga
- Added a multi-window version of testsprite using the new API.SDL-1.3 2006-06-24, by Sam Lantinga
- Merged fix for bug #258 from SDL 1.2SDL-1.3 2006-06-24, by Sam Lantinga
- Merged memory leak fix from SDL 1.2SDL-1.3 2006-06-24, by Sam Lantinga
- Merged SDL_GL_SWAP_CONTROL fix from SDL 1.2SDL-1.3 2006-06-24, by Sam Lantinga
- Merged Ryan's 5.1 audio fix from SDL 1.2SDL-1.3 2006-06-23, by Sam Lantinga
- Merged DirectSound dropout fix from SDL 1.2SDL-1.3 2006-06-23, by Sam Lantinga
- Merged dynamic X11 fix from SDL 1.2SDL-1.3 2006-06-23, by Sam Lantinga
- Renamed, per Mike's comment on bug #157SDL-1.3 2006-06-21, by Sam Lantinga
- Renamed, per Mike's comment on bug #157SDL-1.3 2006-06-21, by Sam Lantinga
- Fixed bug #157SDL-1.3 2006-06-21, by Sam Lantinga
- Fixed bug #256SDL-1.3 2006-06-21, by Sam Lantinga
- Date: Fri, 9 Jun 2006 11:35:23 +0300SDL-1.3 2006-06-20, by Sam Lantinga
- Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)SDL-1.3 2006-06-20, by Sam Lantinga
- Fixed bug #251SDL-1.3 2006-06-20, by Sam Lantinga
- Bug #250, pkg-config support contributed by Mikael ErikssonSDL-1.3 2006-06-20, by Sam Lantinga
- I think this fixes bug #244SDL-1.3 2006-06-20, by Sam Lantinga
- Fixed bug #241SDL-1.3 2006-06-20, by Sam Lantinga
- Fixed bug #232SDL-1.3 2006-06-20, by Sam Lantinga
- Fixed bug #232SDL-1.3 2006-06-20, by Sam Lantinga
- This trick only works for EnglishSDL-1.3 2006-06-18, by Sam Lantinga
- Added the unicode keysym memory again for backwards compatibility.SDL-1.3 2006-06-18, by Sam Lantinga
- Fixed YUV overlay crashSDL-1.3 2006-06-18, by Sam Lantinga
- Software YUV texture support in progress...SDL-1.3 2006-06-18, by Sam Lantinga
- Finished palettized display handling.SDL-1.3 2006-06-17, by Sam Lantinga
- Default palette entries to white, instead of black.SDL-1.3 2006-06-16, by Sam Lantinga
- Working on paletted display and texture support (two different issues)SDL-1.3 2006-06-15, by Sam Lantinga
- Dummy video driver works again in high color video modes. Yay!SDL-1.3 2006-06-14, by Sam Lantinga
- More compile fixesSDL-1.3 2006-06-14, by Sam Lantinga
- SDL_SetVideoMode() compiles now...SDL-1.3 2006-06-14, by Sam Lantinga
- Added new style dummy rendererSDL-1.3 2006-06-13, by Sam Lantinga
- Adding software renderer implementationSDL-1.3 2006-06-12, by Sam Lantinga
- Overlay functions are being replaced by YUV textures.SDL-1.3 2006-06-11, by Sam Lantinga
- Finishing up keyboard code revamp, at least for now...SDL-1.3 2006-06-11, by Sam Lantinga
- Keyboard code update in progressSDL-1.3 2006-06-10, by Sam Lantinga
- Updated SDL_Surface code for software-only access, fixed some build errorsSDL-1.3 2006-06-09, by Sam Lantinga
- Moved the cursor handling into the mouse code.SDL-1.3 2006-06-09, by Sam Lantinga
- Work in progress. :)SDL-1.3 2006-06-07, by Sam Lantinga
- The test programs compile again.SDL-1.3 2006-05-29, by Sam Lantinga
- more tweaking indent optionsSDL-1.3 2006-05-29, by Sam Lantinga
- Implemented many compatibility functionsSDL-1.3 2006-05-29, by Sam Lantinga
- The dummy video driver compiles. :)SDL-1.3 2006-05-28, by Sam Lantinga
- more indent cleanupSDL-1.3 2006-05-28, by Sam Lantinga
- more indent cleanupSDL-1.3 2006-05-28, by Sam Lantinga
- fine tuning indent outputSDL-1.3 2006-05-28, by Sam Lantinga
- Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.SDL-1.3 2006-05-28, by Sam Lantinga
- Moved DirectInput joystick code to 1.3 branchSDL-1.3 2006-05-21, by Sam Lantinga
- Added API requested in bug #43:SDL-1.3 2006-05-20, by Sam Lantinga
- Merge trunk-1.3-3SDL-1.3 2006-05-17, by Sam Lantinga
- glSDL supportSDL-1.3 2006-05-01, by Sam Lantinga
- Merge trunk-1.3-2SDL-1.3 2006-04-28, by Sam Lantinga
- SDL-trunk-1.3-merge-1SDL-1.3 2006-04-27, by Sam Lantinga
- SDL_OPENGLBLIT is really gone...SDL-1.3 2006-04-27, by Sam Lantinga
- Updated to 1.3.0, SDL_OPENGLBLIT is no longer supportedSDL-1.3 2006-04-27, by Sam Lantinga
- Creating SDL 1.3 branchSDL-1.3 2006-04-27, by Sam Lantinga
- Info on Subversion repository access.2006-04-26, by Ryan C. Gordon
- subversion conversion complete!2006-04-26, by Sam Lantinga
- Whoops, you can't use Project Builder anymore...2006-04-22, by Sam Lantinga
- Added info about fatbuild.sh2006-04-22, by Sam Lantinga
- Mac OS X fat build works! :)2006-04-22, by Sam Lantinga
- Date: Thu, 20 Apr 2006 10:13:34 +02002006-04-20, by Sam Lantinga
- I think this is it...2006-04-19, by Sam Lantinga
- *** empty log message ***2006-04-17, by Sam Lantinga
- Added a note so I remember what the heck I was doing later. :)2006-04-17, by Sam Lantinga
- More general fix for bug #1892006-04-17, by Sam Lantinga
- Fixed bug #1892006-04-17, by Sam Lantinga
- Fixed bug #1972006-04-17, by Sam Lantinga
- Use the MAKE variable when available2006-04-17, by Sam Lantinga
- Whoops, need the actual flags here2006-04-17, by Sam Lantinga
- Miscellaneous Mac OS X fixes2006-04-17, by Sam Lantinga
- Date: Fri, 31 Mar 2006 18:28:55 -05002006-04-14, by Sam Lantinga
- A script to build a fat version of the SDL library... completely untested!2006-04-14, by Sam Lantinga
- Make sure code is only compiled if the appropriate subsystem is enabled2006-04-14, by Sam Lantinga
- Don't hardcode the output directory2006-04-14, by Sam Lantinga
- From Anders F Bj�rklund:2006-04-14, by Sam Lantinga
- Don't check dlopen on Mac OS X, to retain 10.2 compatibility2006-04-13, by Sam Lantinga
- Fixed MacOS X and Solaris detection2006-04-13, by Sam Lantinga
- Fixed compile error2006-04-13, by Sam Lantinga
- Fixed bug #552006-04-13, by Sam Lantinga
- Fixed bug #1852006-04-13, by Sam Lantinga
- Fixed bug #1792006-04-13, by Sam Lantinga
- Fixed bug #1762006-04-13, by Sam Lantinga
- Fixed bug #1932006-04-13, by Sam Lantinga
- Fixed bug #1922006-04-13, by Sam Lantinga
- Added a delay so the warning message isn't accidentally missed.2006-04-13, by Sam Lantinga
- Fixed bug #1912006-04-13, by Sam Lantinga
- Fixes bug #195:2006-04-13, by Sam Lantinga
- From Anders F Bjorklund:2006-04-12, by Sam Lantinga
- From Anders F Bjorklund:2006-04-12, by Sam Lantinga
- *** empty log message ***2006-04-12, by Sam Lantinga
- Patch from Alex to fix reverted code2006-04-12, by Sam Lantinga
- *** empty log message ***2006-03-31, by Sam Lantinga
- Ugh, more 64-bit cleanup2006-03-31, by Sam Lantinga
- Date: Wed, 29 Mar 2006 17:26:55 +0200 CEST2006-03-31, by Sam Lantinga
- Fixed building DLL on Windows2006-03-25, by Sam Lantinga
- Fixed some ultra-pedantic gcc warnings2006-03-24, by Sam Lantinga
- Fixed bug #1772006-03-24, by Sam Lantinga
- SDL_X11_LoadSymbols() was reporting success when required symbols weren't2006-03-24, by Ryan C. Gordon
- Fixed compiler warning.2006-03-23, by Ryan C. Gordon
- A less rude way of doing the same thing...2006-03-23, by Sam Lantinga
- These files should be included from SDL_config.h (so they get SDL_platform.h)2006-03-23, by Sam Lantinga
- ls shouldn't barf if it gets passed a path starting with - (e.g. -lesd)2006-03-23, by Sam Lantinga
- Fixed bug #1752006-03-23, by Sam Lantinga
- *** empty log message ***2006-03-23, by Sam Lantinga
- Fixed bug #1712006-03-23, by Sam Lantinga
- Fixed DirectFB detection2006-03-23, by Sam Lantinga
- Hopefully fixed up DirectFB detection2006-03-23, by Sam Lantinga
- *sigh*2006-03-23, by Sam Lantinga
- More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't2006-03-23, by Ryan C. Gordon
- Need time.h for nanosleep too...2006-03-23, by Sam Lantinga
- Better wscons detection2006-03-23, by Sam Lantinga
- *** empty log message ***2006-03-23, by Sam Lantinga
- Only use the visibility attribute in gcc 4.0 or newer2006-03-23, by Sam Lantinga
- Updated my email address.2006-03-23, by Ryan C. Gordon
- Consolidate all the X11 libraries, so you don't have to update 12 different2006-03-23, by Ryan C. Gordon
- Lines swapped to match ordering elsewhere2006-03-22, by Sam Lantinga
- Close off warning about setAppleMenu on Mac OS X 10.4 SDK.2006-03-22, by Ryan C. Gordon
- Don't detect Altivec on MacOS X Intel2006-03-22, by Sam Lantinga
- Xrandr support in the X11 target.2006-03-22, by Ryan C. Gordon
- Improved DirectFB install detection2006-03-22, by Sam Lantinga
- *** empty log message ***2006-03-22, by Sam Lantinga
- Patched to compile on 32-bit X11, I think.2006-03-22, by Ryan C. Gordon
- Date: Tue, 4 Mar 2003 15:05:31 -08002006-03-22, by Sam Lantinga
- Fixed bug #612006-03-22, by Sam Lantinga
- *** empty log message ***2006-03-22, by Sam Lantinga
- Fixed bug #502006-03-22, by Sam Lantinga
- Eric rocks. :)2006-03-22, by Sam Lantinga
- I'm dumping the old Xcode support, since it's too hard to maintain,2006-03-22, by Sam Lantinga
- The exports file is no longer used by the Xcode project2006-03-22, by Sam Lantinga
- Reverted SDL_config.h from accidental checkin. (see Bugzilla #171).2006-03-22, by Ryan C. Gordon
- GLX_STEREO doesn't have a parameter2006-03-22, by Sam Lantinga
- Whoops, that shouldn't have snuck in there.2006-03-22, by Ryan C. Gordon
- Updated dynamic X11 code. See details in Bugzilla #170.2006-03-22, by Ryan C. Gordon
- Default to use the visibility attribute, on gcc (is this okay?)2006-03-22, by Sam Lantinga
- Added support for gcc4's -fvisibility=hidden option.2006-03-22, by Ryan C. Gordon
- *** empty log message ***2006-03-21, by Sam Lantinga
- Add /usr/local to the build paths by default2006-03-21, by Sam Lantinga
- Updated to libtool-1.5.222006-03-21, by Sam Lantinga
- Fixed bug #1672006-03-21, by Sam Lantinga
- *** empty log message ***2006-03-21, by Sam Lantinga
- Good idea, renaming OpenBSD audio to BSD audio.2006-03-21, by Sam Lantinga
- Allow adding to the INCLUDE path2006-03-21, by Sam Lantinga
- Fixed bug #522006-03-21, by Sam Lantinga
- Show an error message if autoconf isn't found2006-03-21, by Sam Lantinga
- Fall back to autogen259 if autogen isn't available2006-03-21, by Sam Lantinga
- Fixed bug #182006-03-21, by Sam Lantinga
- Try to fill the hardware audio buffer immediately.2006-03-21, by Ryan C. Gordon
- Keep mouse cursor state sane on focus change in Quartz driver.2006-03-21, by Ryan C. Gordon
- ------- Comment #8 From Sergey Svishchev 2006-03-19 12:35 [reply] -------2006-03-20, by Sam Lantinga
- Fixed bug #113:2006-03-20, by Sam Lantinga
- Fixed bug #902006-03-20, by Sam Lantinga
- Fixed bug #842006-03-19, by Sam Lantinga
- Fixed bug #892006-03-19, by Sam Lantinga
- Fixed bug #842006-03-19, by Sam Lantinga
- Left the debug code more explicit2006-03-19, by Sam Lantinga
- Fixed bug #792006-03-19, by Sam Lantinga
- Fixed bug #42006-03-19, by Sam Lantinga
- Fixed bug #1662006-03-19, by Sam Lantinga
- Implemented RISC OS and OS/2 desktop resolution code (thanks to Alan and Doodle)2006-03-18, by Sam Lantinga
- EXTRA_LDFLAGS are the linker flags and libraries needed to build SDL.2006-03-18, by Sam Lantinga
- I did not find in configure.in where SYSTEM_LIBS where set for other platforms, and why I did not have required extra libraries added in sdl-config, so I set it there2006-03-17, by Patrice Mandin
- *** empty log message ***2006-03-16, by Sam Lantinga
- Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.2006-03-15, by Sam Lantinga
- Fixed bug #332006-03-15, by Sam Lantinga
- From: "Alex Volkov"2006-03-15, by Sam Lantinga
- Fixed bug #152006-03-15, by Sam Lantinga
- Quartz implementation for SDL_DisplayYUVOverlay() was returning non-zero on2006-03-15, by Ryan C. Gordon
- Added disk/dummy audio and dummy video to the Visual CE projects2006-03-15, by Sam Lantinga
- *** empty log message ***2006-03-15, by Sam Lantinga
- *** empty log message ***2006-03-15, by Sam Lantinga
- Corrected dummy audio callback firing to be realistic, cleaned up tabs.2006-03-14, by Ryan C. Gordon
- WIN32 is no longer defined on Windows builds2006-03-14, by Sam Lantinga