graph
- Implemented X11 maximized state control2009-02-19, by Sam Lantinga
- Use the default arrow cursor until we implement the cursor API2009-02-19, by Sam Lantinga
- Fixed bug using SDL_WINDOWPOS_CENTERED with SDL_SetWindowPosition()2009-02-19, by Sam Lantinga
- Added missing files2009-02-19, by Sam Lantinga
- NDS compiles again, but may not yet work. Sprite support has been removed for the time being while it is re-worked.2009-02-18, by Darren Alton
- Fixed bug #6842009-02-17, by Sam Lantinga
- indent2009-02-17, by Sam Lantinga
- Fixed bug #6812009-02-17, by Sam Lantinga
- Date: Thu, 27 Dec 2007 07:38:25 +00002009-02-17, by Sam Lantinga
- Fixed bug #6332009-02-17, by Sam Lantinga
- Fixed bug #5372009-02-17, by Sam Lantinga
- Fixed destination of XCopyArea()2009-02-15, by Sam Lantinga
- Added reminder for shaped windows2009-02-14, by Sam Lantinga
- Suggestion from the mailing list2009-02-14, by Sam Lantinga
- Fixed off by one error in line drawing code2009-02-12, by Sam Lantinga
- We need to figure out whether we should handle events on foreign windows2009-02-09, by Sam Lantinga
- More of the same2009-02-09, by Sam Lantinga
- Implemented Win32 version of the native window test2009-02-09, by Sam Lantinga
- Whoops, missed a file2009-02-09, by Sam Lantinga
- Throw a FIXME in there, we'll need to take care of this later.2009-02-09, by Sam Lantinga
- Added test program for SDL_CreateWindowFrom()2009-02-09, by Sam Lantinga
- Oh, Polyline() uses a pen, not a brush. Doh! :)2009-02-08, by Sam Lantinga
- indent2009-02-07, by Sam Lantinga
- Fixed alpha blending textures with the GDI renderer2009-02-07, by Sam Lantinga
- When creating a software texture, synchronize the surface with the texture.2009-01-30, by Sam Lantinga
- indent2009-01-30, by Sam Lantinga
- (none)2009-01-29, by Sam Lantinga
- Fixed Altivec blitters for PPC2009-01-25, by Sam Lantinga
- More Mac OS X 10.3.9 fixes2009-01-19, by Sam Lantinga
- Fixed compilation on Mac OS X 10.3.92009-01-19, by Sam Lantinga
- Updated for older versions of subversion2009-01-19, by Sam Lantinga
- Fix recommended by Eddy L O Jansson2009-01-19, by Sam Lantinga
- Some more safety around the SDL_HelperWindow stuff to avoid double creations.2009-01-18, by Edgar Simo
- Changes to hopefully handle the creation of a colormap for 8 bit PseudoColor visuals in X112009-01-15, by Bob Pendleton
- Unfortunately, adding the file means that every commit marks this file as2009-01-14, by Sam Lantinga
- Added a dummy revision to fix IDE builds2009-01-14, by Sam Lantinga
- Fixed OpenGL state issue reported by Dmytro Bogovych2009-01-14, by Sam Lantinga
- indent2009-01-14, by Sam Lantinga
- Fix fullscreen crash with DirectFB <= 1.2.02009-01-13, by Couriersud
- Fixed MakeSubSurface compiling issue for DirectFB <= 1.2.02009-01-13, by Couriersud
- Added DFB_VERSION_ATLEAST macro2009-01-13, by Couriersud
- Added2009-01-13, by Bob Pendleton
- Removed Rafal Bursig's MMX RLE code, at his request.2009-01-13, by Sam Lantinga
- Fixed NULL pointer dereference2009-01-13, by Sam Lantinga
- Fix third party "-Wall -Werror" builds2009-01-12, by Couriersud
- Fixed Visual C++ build2009-01-12, by Sam Lantinga
- Don't complain when the GNOME screensaver isn't running (or available)2009-01-12, by Sam Lantinga
- This is so wrong, it hurts.2009-01-12, by Sam Lantinga
- Re-enable the screensaver at exit, just in case it's needed...2009-01-12, by Sam Lantinga
- Don't disable the screen saver by default for windows applications2009-01-12, by Sam Lantinga
- Fixed snapshot target2009-01-12, by Sam Lantinga
- Reverted SDL_LoadICO_RW() addition, this should go in SDL_image2009-01-12, by Sam Lantinga
- Added an API to enable/disable the screen saver.2009-01-12, by Sam Lantinga
- Add SDL_LoadICO_RW to SDL. Loads best quality icon from *.ico file.2009-01-11, by Couriersud
- DirectFB cleanups & simple window manager2009-01-11, by Couriersud
- Fix a 64bit issue in linux/SDL_sysjoystick (int != long on 64bit)2009-01-11, by Couriersud
- First shot at new audio resampling code.2009-01-11, by Ryan C. Gordon
- NULL-terminate the lists of autogenerated converters.2009-01-11, by Ryan C. Gordon
- Allow builds that reduce or eliminate the converters/resamplers.2009-01-11, by Ryan C. Gordon
- testresample.c: Write out correct size for resampled buffer.2009-01-11, by Ryan C. Gordon