Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Mon, 09 Aug 2010 16:26:45 -0400 | egottlieb | Updated shapes folder. |
Mon, 09 Aug 2010 15:41:33 -0400 | Eli Gottlieb | Merging branches. Will begin correcting mistakes introduced by merging. |
Mon, 09 Aug 2010 15:37:20 -0400 | Eli Gottlieb | Reformatting code to match the rest of SDL. Variable names seem OK; replaced tabs with 4 spaces each for indentation. |
Fri, 06 Aug 2010 20:22:14 -0400 | egottlieb | Fixed lots of little bugs in Win32 shaping and in SDL_CalculateShapeTree(). Still not actually showing anything on Windows, though there's no crashes and everything compiles fine. Bugger. |
Fri, 06 Aug 2010 13:52:38 -0400 | egottlieb | Fixed the off-by-one bug in SDL_RecursivelyCalculateShapeTree(). |
Thu, 05 Aug 2010 21:27:32 -0400 | egottlieb | Finally figured out how to use autorelease pools. |
Thu, 05 Aug 2010 18:58:45 -0400 | egottlieb | Improving Cocoa implementation and fixed a small bug in SDL_shape.c. |