summaryrefslogtreecommitdiffstats
path: root/src/display/drawing.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* antialiasing options on exportMarc Jeanmougin2017-01-041-1/+1
| | | (bzr r15391)
* More header cleanupLiam P. White2014-09-061-2/+3
| | | (bzr r13341.1.198)
* Minor pass of header cleanupLiam P. White2014-08-301-4/+3
| | | (bzr r13341.1.189)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* make grayscale viewmode color factors configurable.Johan B. C. Engelen2013-01-131-1/+4
| | | (bzr r12022)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+7
| | | (bzr r10666)
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10658)
* Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-161-1/+2
| | | (bzr r10347.1.34)
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-1/+1
| | | | | | | | Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31)
* Initial autocache workKrzysztof Kosi??ski2011-08-091-10/+19
| | | (bzr r10347.1.26)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-0/+103
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)