Mercurial > sdl-ios-xcode
log src/video/SDL_shape.c @ 4838:1f9915666afd
age | author | description |
---|---|---|
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 18:58:45 -0400 | egottlieb | Improving Cocoa implementation and fixed a small bug in SDL_shape.c. |
Thu, 05 Aug 2010 00:53:38 -0400 | egottlieb | Correcting minor bugs and adding assertions to help me track down a NULL pointer bug in Cocoa code. |
Tue, 03 Aug 2010 23:22:31 -0400 | egottlieb | Compiling for cocoa now works. Does it run? We'll see. |
Tue, 03 Aug 2010 00:47:33 -0400 | egottlieb | Got basic, pre-actually-writing-anything Cocoa to build. |