Mercurial > sdl-ios-xcode
log test/testshape.c @ 5093:2164a79b5ca9
age | author | description |
---|---|---|
Wed, 19 Jan 2011 11:35:31 -0800 | Sam Lantinga | Removed extra space |
Mon, 16 Aug 2010 09:55:35 -0400 | egottlieb | Raised binarization cutoff to eliminate alpha-blending of trollface. |
Sat, 14 Aug 2010 16:14:36 -0400 | egottlieb | Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now! |
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. |
Sun, 01 Aug 2010 21:10:42 -0400 | Eli Gottlieb | Fixed a couple of bugs in the general and X11 shape code, and fixed a bug in testshape that was keeping it from recognizing surfaces without alpha. Thanks to Andreas's bit-bashing tip, X11 shaped windows now work entirely, AFAICT. |
Fri, 30 Jul 2010 18:04:21 -0400 | Eli Gottlieb | Added Andreas's VS2010 patch for testshape. |