Mercurial > sdl-ios-xcode
log include/SDL_shape.h @ 4903:f50c7996d925
age | author | description |
---|---|---|
2010-08-14 | egottlieb | Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now! |
2010-08-10 | Eli Gottlieb | Fixed a bug in X11 shaping that refused to use color-key mode. |
2010-07-23 | Eli Gottlieb | Added color-key mode and redid the code to work with it. |
2010-07-19 | Eli Gottlieb | Added #define's for error codes returned from SDL shaped-window API. |
2010-06-30 | Eli Gottlieb | Finished X11 shaped-window functionality and removed ellipse+polygon rendering. |
2010-06-22 | Eli Gottlieb | Added Andreas's fixes to the header and stub file for SDL_shape. |
2010-06-20 | Eli Gottlieb | Replaced the model of treating a window's shape as a render target with treating a window's shape as a surface passed into an SDL_SetWindowShape() function. I'll send this off to Andreas and Sam and start coding. |