summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for #955141: Converting clipped object to pattern produces rasterised ↵Tavmjong Bah2012-11-291-0/+2
| | | | | pattern. (bzr r11914)
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10658)
* Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski2011-08-091-0/+3
| | | (bzr r10347.1.28)
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-0/+2
| | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20)
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-0/+123
with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)