summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-surface.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-19Speedup filtering and panningJabier Arraiza1-2/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-11-24Remove debugging code and other cleanup.Tavmjong Bah1-8/+3
2017-11-23First attempt at supporting HiDPI on canvas.Tavmjong Bah1-9/+40
2014-03-12Use NEAREST filter when transforming cacheKrzysztof Kosi??ski1-0/+1
2014-03-12Do not transform render cache for transforms which are not integerKrzysztof Kosi??ski1-16/+19
2014-03-04Fix for W3C test suite coords-units-01-b.svg. Fixes pattern positioning.Tavmjong Bah1-1/+1
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-12/+12
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-13/+24
2011-08-19Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski1-4/+29
2011-08-09Fix invalidation on scrollingKrzysztof Kosi??ski1-5/+1
2011-08-09Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski1-23/+48
2011-08-09Turn off debug message spamKrzysztof Kosi??ski1-2/+2
2011-08-09Initial autocache workKrzysztof Kosi??ski1-15/+32
2011-07-28Per-item render cache.Krzysztof Kosi??ski1-12/+125
2011-07-25Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski1-8/+37
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-0/+149