summaryrefslogtreecommitdiffstats
path: root/sigencore/Canvas.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the Canvas API to be more flexible, don't tie everything to spritesBen Boeckel2009-06-061-3/+3
* Canvases shouldn't run scripts, only draw spritesBen Boeckel2009-03-281-1/+0
* Fix the signature of cleanupBen Boeckel2009-03-281-1/+1
* Add a cleanup method so that the canvas can be cleanedup from anywhereBen Boeckel2009-03-281-0/+2
* Have a signal for the canvas to be deleted and make the ctor/dtor protectedBen Boeckel2009-03-281-3/+5
* Update interface for CanvasBen Boeckel2009-03-271-2/+2
* Commit the workings of the new Canvas interface...Ben Boeckel2009-03-271-2/+15
* Allow setting of a name for the sprite to be addedBen Boeckel2009-03-261-1/+1
* Add dtor to CanvasBen Boeckel2009-03-261-0/+1
* Export CanvasBen Boeckel2009-03-201-1/+4
* Remove extras in Canvas.hBen Boeckel2009-03-201-3/+0
* Added Canvas interfaceBen Boeckel2009-03-201-0/+44