Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-27 | GRAPHICS: Make ManagedSurface::clip() public | Eugene Sandulenko | |
2019-09-03 | GRAPHICS: Added source transparency parameter to ManagedSurface::transBlit | Eugene Sandulenko | |
2019-06-09 | GRAPHICS: Fix ManagedSurface::copyFrom memory handling | Le Philousophe | |
When calling ManagedSurface::copyFrom, _disposeAfterUse should be set to YES because inner surface frees up old pixels array and creates a new one. | |||
2019-04-26 | GRAPHICS: Fix ManagedSurface dirty rects when drawing lines | Daniel | |
Fixes an invalidRect assert when drawing lines which don't go from top-left to bottom-right. | |||
2018-12-08 | GRAPHICS: Add convertToInPlace method to ManagedSurface | Paul Gilbert | |
2016-10-09 | JANITORIAL: Remove more trailing spaces | Eugene Sandulenko | |
2016-03-20 | GRAPHICS: Fix MangaedSurface pixel casting errors | Paul Gilbert | |
2016-03-17 | GRAPHICS: Cleanup of ManagedSurface and Screen classes | Paul Gilbert | |
2016-03-14 | GRAPHICS: Added ManagedSurface and Screen classes | Paul Gilbert | |