summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-surface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Speedup filtering and panningJabier Arraiza2019-11-191-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* First attempt at supporting HiDPI on canvas.Tavmjong Bah2017-11-231-3/+5
| | | | | Rendering seems to work but has not been fully tested. Editting does not work.
* Replace boost::shared_ptrJan Lingscheid2017-10-171-1/+0
| | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header.
* More header cleanupLiam P. White2014-09-061-1/+6
| | | (bzr r13341.1.198)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10658)
* Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski2011-08-191-0/+1
| | | | | filtered, cached children (bzr r10347.1.36)
* Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski2011-08-091-2/+2
| | | (bzr r10347.1.28)
* Initial autocache workKrzysztof Kosi??ski2011-08-091-1/+4
| | | (bzr r10347.1.26)
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-7/+15
| | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20)
* Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski2011-07-251-0/+3
| | | (bzr r10347.1.19)
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-0/+78
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)