Mercurial > sdl-ios-xcode
log src/video/SDL_shape.c @ 4802:f14a8c05f5bb
age | author | description |
---|---|---|
Sun, 18 Jul 2010 23:05:40 -0400 | Eli Gottlieb | Minor bugfixes. testshape now draws a shaped window with bizarre, pixellated gashes of transparency across it, and in doing so seems to hog a system resource and slow the rest of the video system down. |
Sun, 18 Jul 2010 22:24:52 -0400 | Eli Gottlieb | Added #define's for error codes returned from SDL shaped-window API. |
Sun, 18 Jul 2010 21:31:22 -0400 | Eli Gottlieb | Rewrote test program for shaped windows. It definitely displays recognizable pictures now, but the resizing and shaping functionality isn't behaving correctly, possibly due to a miscalculation of alpha values. |
Thu, 15 Jul 2010 01:41:38 -0400 | Eli Gottlieb | Added in Visual Studio patch. |
Wed, 14 Jul 2010 00:49:28 -0400 | Eli Gottlieb | Numerous bug fixes that keep testeyes from crashing and dying. |
Sun, 11 Jul 2010 17:11:22 -0400 | Eli Gottlieb | Fixed a pair of syntax errors. |