summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-5/+8
| | | (bzr r10656)
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-0/+17
| | | | | 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/+135
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)