graph
- Good ideas, added to the TODO list2009-01-03, by Sam Lantinga
- Bug 653 bugfix2009-01-03, by Szymon Wilczek
- Fixed crash on Windows2009-01-03, by Sam Lantinga
- Added a few things to the TODO list.2009-01-03, by Sam Lantinga
- Icons with translucency are implemented2009-01-03, by Sam Lantinga
- Added bug reports to the credits2009-01-03, by Sam Lantinga
- Fixed bug #6632009-01-03, by Sam Lantinga
- The mouse position is relative to the client window.2009-01-03, by Sam Lantinga
- Improved Direct3D YUV texture support2009-01-03, by Sam Lantinga
- Query available formats before advertising them.2009-01-03, by Sam Lantinga
- Should we also set the icon in the task manager?2009-01-03, by Sam Lantinga
- Added support for translucent icons on Windows2009-01-03, by Sam Lantinga
- Added support for saving 32-bit BMP with alpha channel (disabled by default)2009-01-03, by Sam Lantinga
- Date: Fri, 02 Jan 2009 23:22:39 +01002009-01-02, by Sam Lantinga
- Implemented SDL_SetWindowIcon(), with translucent icon support under X11.2009-01-02, by Sam Lantinga
- There are still 8-bit applications that can take advantage of these (like Diablo 2)2009-01-02, by Sam Lantinga
- Maybe add a timeout for SDL_WaitEvent()2009-01-02, by Sam Lantinga
- indent2009-01-02, by Sam Lantinga
- Don't use DirectColor visuals until we implement DirectColor colormap support2009-01-02, by Sam Lantinga
- Hopefully fixed crash when there are no input devices2009-01-02, by Sam Lantinga
- The _NET_WM_ICON protocol doesn't require the icon to be set before the window is shown.2009-01-02, by Sam Lantinga
- It's probably not worth pushing palettized textures. The memory optimization2009-01-02, by Sam Lantinga
- Now that we don't have to worry about 8-bit displays, maybe we can add alpha2009-01-02, by Sam Lantinga
- Bye bye PseudoColor! :)2009-01-02, by Sam Lantinga
- Ryan doesn't like hung programs to lock up his system. Silly, huh?2009-01-02, by Sam Lantinga
- Fixed off-by-one in audio converters, when growing a data type's size.2009-01-02, by Ryan C. Gordon
- Avoid unnecessary assignment in generated audio type converters.2009-01-02, by Ryan C. Gordon
- Whoops, we need to actually fill the colormap on DirectColor visuals.2009-01-02, by Sam Lantinga
- Added Couriersud to credits for finding bugs2009-01-02, by Sam Lantinga
- Date: Fri, 02 Jan 2009 00:54:48 +01002009-01-02, by Sam Lantinga
- Don't check in personal files2009-01-02, by Sam Lantinga
- Added target testdraw2 for running the test/testdraw2.c test.2009-01-01, by Holmes Futrell
- Modified OpenGL ES render driver to support new SDL_RenderFill, SDL_RenderLine, and SDL_RenderPoint.2009-01-01, by Holmes Futrell
- Re-enabled joystick support during compilation.2009-01-01, by Holmes Futrell
- Date: Thu, 01 Jan 2009 21:32:12 +01002009-01-01, by Sam Lantinga
- Kicking off the great SDL Bug Hunt for January 20092009-01-01, by Sam Lantinga
- Fixed DirectColor visual window creation problem2009-01-01, by Sam Lantinga
- Windows line drawing support is implemented2009-01-01, by Sam Lantinga
- Oh yeah, it's an XInput symbol2009-01-01, by Sam Lantinga
- indent2009-01-01, by Sam Lantinga
- Added missing symbol2009-01-01, by Sam Lantinga
- Fixed X11 mouse motion/button events - it's not actually safe to cast mouse events to device events.2009-01-01, by Sam Lantinga
- Audio driver priority: favor PulseAudio and ALSA over OSS.2009-01-01, by Ryan C. Gordon
- Adjusted default choice of audio driver.2009-01-01, by Ryan C. Gordon
- Removed unused variable2008-12-31, by Sam Lantinga
- iPhone build compiles again (drawing routines need to be implemented)2008-12-31, by Sam Lantinga
- Added testdraw2 to Visual C++ tests2008-12-31, by Sam Lantinga
- Fixed logic problem with SDL_RestoreWindow()2008-12-31, by Sam Lantinga
- indent2008-12-31, by Sam Lantinga
- Implemented Direct3D line and point drawing2008-12-31, by Sam Lantinga
- Date: Mon, 29 Dec 2008 23:29:52 +01002008-12-30, by Sam Lantinga
- Date: Mon, 29 Dec 2008 23:29:52 +01002008-12-30, by Sam Lantinga
- indent2008-12-30, by Sam Lantinga
- Fixed missing return value2008-12-30, by Sam Lantinga
- SetDrawColor() and SetDrawBlendMode() are optional2008-12-30, by Sam Lantinga
- In theory this implements GDI rendering, but it doesn't work for some reason.2008-12-30, by Sam Lantinga
- Swapped functions to match the other renderer files2008-12-30, by Sam Lantinga
- Added project for testdraw22008-12-30, by Sam Lantinga
- Visual C++ 5 and 6 are no longer supported. You can use Visual C++ Express Edition to build SDL.2008-12-30, by Sam Lantinga
- Significant performance boost with blend mode none2008-12-29, by Sam Lantinga