summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-group.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-30Improve picking selecton on textJabiertxof1-8/+0
2019-10-24Allow select text elements by bounding boxJabier Arraiza1-0/+9
2019-10-23Fix isolation issuesJabier Arraiza1-19/+4
2019-10-20Improvements to blending and tooltipJabier Arraiza1-3/+3
2019-10-20Improve isolationJabier Arraiza1-3/+1
2019-10-19Improve function readibility in previous blend commitJabier Arraiza1-54/+30
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-19/+63
2019-01-02modernize loopsMarc Jeanmougin1-19/+19
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-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
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
2018-01-23Minor include file cleanup.Tavmjong Bah1-3/+0
2017-01-04antialiasing options on exportMarc Jeanmougin1-0/+3
(bzr r15391)
2014-12-16Code rearrangement to make it clearer what is happening.Tavmjong Bah1-9/+0
(bzr r13803)
2014-08-18Fix build (not pretty).Liam P. White1-1/+2
(bzr r13341.1.146)
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski1-17/+0
on the root element. (bzr r13146)
2014-03-13Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski1-0/+17
antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144)
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-6/+6
Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
2013-09-28fix leaking of transformsbuliabyak1-0/+1
(bzr r12624)
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-3/+5
(bzr r10656)
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-2/+1
(bzr r10582.1.6)
2011-08-21Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski1-4/+21
(bzr r10347.1.37)
2011-08-19Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski1-5/+5
filtered, cached children (bzr r10347.1.36)
2011-08-13More generic handling of child type in DrawingItem.Krzysztof Kosi??ski1-2/+2
Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-3/+3
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Document things figured out during the rewritingKrzysztof Kosi??ski1-2/+9
(bzr r10347.1.22)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-0/+141
(bzr r10347.1.21)