Mercurial > sdl-ios-xcode
graph
- Fixed up new functions and files so that they build as part of SDL.2010-06-03, by Eli Gottlieb
- Stubbed out the new drawing, filling, and geometry functions for ellipses and polygons.2010-06-03, by Eli Gottlieb
- Added management and drawing functions for ellipses and polygons.2010-06-03, by Eli Gottlieb
- Moved the SDL_Eyes test program for shaped windows into the Hg repository and got it building and linking as a test.2010-05-31, by Eli Gottlieb
- Added the standard headers and footers that make SDL_shape.h and SDL_shape.c integrate properly into the build.2010-05-27, by Eli Gottlieb
- Changed API for shaped windows to make it much, much simpler. A shaped window's shape mask is now accessed as a render target, which means we can get at it with blit and draw functions, as well as (most likely) OpenGL.2010-05-25, by Eli Gottlieb