Mercurial > sdl-ios-xcode
log src/video/win32/SDL_win32shape.c @ 4837:2e446923c9fb
age | author | description |
---|---|---|
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. |
Mon, 02 Aug 2010 01:54:59 -0400 | egottlieb | Worked on Windows implementation and the quad-trees. |
Thu, 29 Jul 2010 22:57:39 -0400 | Eli Gottlieb | Added Andreas's patch to fix my silly C++-style errors. |
Wed, 28 Jul 2010 23:35:24 -0400 | Eli Gottlieb | Wrote out the system for breaking shape-masks into quad-trees of rectangles, and added code to conglomerate those quad-trees of rectangles into regions for setting shapes under Win32. |