summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-surface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use NEAREST filter when transforming cacheKrzysztof Kosi??ski2014-03-121-0/+1
| | | (bzr r13138)
* Do not transform render cache for transforms which are not integerKrzysztof Kosi??ski2014-03-121-16/+19
| | | | | | | | | translations - the entire cache was dirtied anyway in these cases. Fixes performance regression when zooming out. Fixed bugs: - https://launchpad.net/bugs/1288838 (bzr r13137)
* Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.Tavmjong Bah2014-03-041-1/+1
| | | (bzr r13111)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-12/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-13/+24
| | | (bzr r10656)
* Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski2011-08-191-4/+29
| | | | | filtered, cached children (bzr r10347.1.36)
* Fix invalidation on scrollingKrzysztof Kosi??ski2011-08-091-5/+1
| | | (bzr r10347.1.29)
* Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski2011-08-091-23/+48
| | | (bzr r10347.1.28)
* Turn off debug message spamKrzysztof Kosi??ski2011-08-091-2/+2
| | | (bzr r10347.1.27)
* Initial autocache workKrzysztof Kosi??ski2011-08-091-15/+32
| | | (bzr r10347.1.26)
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-12/+125
| | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20)
* Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski2011-07-251-8/+37
| | | (bzr r10347.1.19)
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-0/+149
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)