summaryrefslogtreecommitdiffstats
path: root/src/display/drawing.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* antialiasing options on exportMarc Jeanmougin2017-01-041-1/+5
| | | (bzr r15391)
* Fix out-of-control render cache from dominating all available memoryLiam P. White2015-03-051-3/+3
| | | (bzr r13966)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-8/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* fix warningJohan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12041)
* make grayscale viewmode color factors configurable.Johan B. C. Engelen2013-01-131-13/+16
| | | (bzr r12022)
* re-add Grayscale color modeJohan B. C. Engelen2012-12-131-1/+33
| | | | | | Fixed bugs: - https://launchpad.net/bugs/885048 (bzr r11953)
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10656)
* Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-161-18/+30
| | | (bzr r10347.1.34)
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-3/+6
| | | | | | | | 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-7/+38
| | | (bzr r10347.1.26)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-0/+159
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)