summaryrefslogtreecommitdiffstats
path: root/src/display/drawing.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-19Speedup filtering and panningJabier Arraiza1-2/+4
2019-01-02modernize loopsMarc Jeanmougin1-5/+4
2018-12-01Fix coding styleJabier Arraiza1-6/+2
2018-12-01Improve spliter and add outline mode functionalityJabier Arraiza1-0/+7
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason1-3/+3
clearer.
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason1-1/+6
mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-01-04antialiasing options on exportMarc Jeanmougin1-1/+5
(bzr r15391)
2015-03-05Fix out-of-control render cache from dominating all available memoryLiam P. White1-3/+3
(bzr r13966)
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-8/+8
Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
2013-01-17fix warningJohan B. C. Engelen1-1/+1
(bzr r12041)
2013-01-13make grayscale viewmode color factors configurable.Johan B. C. Engelen1-13/+16
(bzr r12022)
2012-12-13re-add Grayscale color modeJohan B. C. Engelen1-1/+33
Fixed bugs: - https://launchpad.net/bugs/885048 (bzr r11953)
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-1/+1
(bzr r10656)
2011-08-16Add user preference for rendering cache sizeKrzysztof Kosi??ski1-18/+30
(bzr r10347.1.34)
2011-08-13More generic handling of child type in DrawingItem.Krzysztof Kosi??ski1-3/+6
Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31)
2011-08-09Initial autocache workKrzysztof Kosi??ski1-7/+38
(bzr r10347.1.26)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-0/+159
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)