summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-surface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Speedup filtering and panningJabier Arraiza2019-11-191-2/+5
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Remove debugging code and other cleanup.Tavmjong Bah2017-11-241-8/+3
* First attempt at supporting HiDPI on canvas.Tavmjong Bah2017-11-231-9/+40
* Use NEAREST filter when transforming cacheKrzysztof Kosi??ski2014-03-121-0/+1
* Do not transform render cache for transforms which are not integerKrzysztof Kosi??ski2014-03-121-16/+19
* Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.Tavmjong Bah2014-03-041-1/+1
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-12/+12
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-13/+24
* Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski2011-08-191-4/+29
* Fix invalidation on scrollingKrzysztof Kosi??ski2011-08-091-5/+1
* Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski2011-08-091-23/+48
* Turn off debug message spamKrzysztof Kosi??ski2011-08-091-2/+2
* Initial autocache workKrzysztof Kosi??ski2011-08-091-15/+32
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-12/+125
* Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski2011-07-251-8/+37
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-0/+149