summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-11/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* 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)