Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Fri, 02 Jul 2010 12:02:18 -0400 | Eli Gottlieb | Added SDL_x11shape.h. |
Wed, 30 Jun 2010 16:19:44 -0400 | Eli Gottlieb | Finished X11 shaped-window functionality and removed ellipse+polygon rendering. |
Mon, 21 Jun 2010 23:08:10 -0400 | Eli Gottlieb | Added Andreas's fixes to the header and stub file for SDL_shape. |
Sat, 19 Jun 2010 23:10:57 -0400 | 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. |
Thu, 10 Jun 2010 17:50:38 -0400 | Eli Gottlieb | Doxygen commenting is all finished up. |
Thu, 10 Jun 2010 17:37:19 -0400 | Eli Gottlieb | Stubbed out the new get/set parameter functions, added the start of the enum, union, and struct for those parameters themselves, and added doxygen comments throughout the SDL_shape.h header. |