aboutsummaryrefslogtreecommitdiff
path: root/graphics/managed_surface.h
AgeCommit message (Collapse)Author
2019-12-27GRAPHICS: Make ManagedSurface::clip() publicEugene Sandulenko
2019-09-03GRAPHICS: Added source transparency parameter to ManagedSurface::transBlitEugene Sandulenko
2019-06-09GRAPHICS: Fix ManagedSurface::copyFrom memory handlingLe 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-26GRAPHICS: Fix ManagedSurface dirty rects when drawing linesDaniel
Fixes an invalidRect assert when drawing lines which don't go from top-left to bottom-right.
2018-12-08GRAPHICS: Add convertToInPlace method to ManagedSurfacePaul Gilbert
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-03-20GRAPHICS: Fix MangaedSurface pixel casting errorsPaul Gilbert
2016-03-17GRAPHICS: Cleanup of ManagedSurface and Screen classesPaul Gilbert
2016-03-14GRAPHICS: Added ManagedSurface and Screen classesPaul Gilbert