Mercurial > sdl-ios-xcode
log src/video/cocoa/SDL_cocoashape.m @ 4839:05d172e92b52
age | author | description |
---|---|---|
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. |
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. |
Thu, 05 Aug 2010 01:03:24 -0400 | egottlieb | Shaped windows for Cocoa build and testshape runs, but the actual shaping doesn't work. Something, however, is definitely happening, because we get the backgrounds drawn in two different colors. |
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:41:57 -0400 | egottlieb | Building under OS X with command-line tools now works. |