graph
- Fixed typo in header2010-08-29, by Sam Lantinga
- Documentation clarification2010-08-29, by Sam Lantinga
- Suspending the screensaver defaults off.2010-08-29, by Sam Lantinga
- Compiling in atan()/atan2() implementation on Visual Studio 2008.2010-08-29, by Sam Lantinga
- Added atan implementation from uClibc2010-08-29, by Sam Lantinga
- Whoops, return "" even if the window is invalid.2010-08-29, by Sam Lantinga
- The title is stored internally as NULL if it's empty, and returned as ""2010-08-29, by Sam Lantinga
- Added atan2 implementation from uClibc2010-08-29, by Sam Lantinga
- Documentation clarification2010-08-29, by Sam Lantinga
- Fixed compiling with Visual Studio 20082010-08-29, by Sam Lantinga
- While you can actually write to the error buffer, conceptually it's read-only.2010-08-29, by Sam Lantinga
- Added a typedef for the thread function to simplify documentation2010-08-28, by Sam Lantinga
- Update VS2010 project to add new files; update new files so code builds on Win32/Win642010-08-23, by Andreas Schiffler
- Fixed documentation typo2010-08-22, by Sam Lantinga
- Fixed obsolete documentation2010-08-22, by Sam Lantinga
- Merged Eli's Google Summer of Code work from SDL-gsoc2010-shaped_windows2010-08-22, by Sam Lantinga
- Merged no changes?2010-08-22, by Sam Lantinga
- Create all shaped windows at -1000,-1000 and save the real coordinates.2010-08-17, by egottlieb
- Recoded Cocoa code that got erased by... failure to commit? Merge? Eh.2010-08-16, by egottlieb
- Moved the +1 to mostly eliminate the visual artifact.2010-08-16, by egottlieb
- Raised binarization cutoff to eliminate alpha-blending of trollface.2010-08-16, by egottlieb
- Condensed flag-setting code and put parantheses in the appropriate places. It was that, in the end.2010-08-16, by egottlieb
- Set flag bits *exactly* as Andreas showed me in his screenshot. This shouldn't be different, but what do I know about C's order of operations?2010-08-15, by Eli Gottlieb
- Removed useless debugging code.2010-08-15, by egottlieb
- Added last test shape. Because.2010-08-15, by Eli Gottlieb
- Added hiding-as-positioning trick and finally fixed flags.2010-08-15, by egottlieb
- Changed flags and positioning (for the fake-hiding) as Andreas recommended.2010-08-15, by Eli Gottlieb
- Mostly seem to have fixed SDL_CalculateShapeTree. Mostly. There still seem to be some rendering artifacts, stepping effects, and such on Windows -- which indicates subtle logic errors in SDL_CalculateShapeTree().2010-08-14, by egottlieb
- Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now!2010-08-14, by egottlieb
- Added SDL_SetWindowPosition() call to SDL_SetWindowShape(), going to see what this does on Windows.2010-08-12, by Eli Gottlieb