summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-shape.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-10/+10
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah1-1/+2
handled yet). (bzr r13807)
2014-12-16Code rearrangement to make it clearer what is happening.Tavmjong Bah1-2/+1
(bzr r13803)
2014-05-01Enable 'paint-order', (rendering only)... missing changes.Tavmjong Bah1-2/+0
(bzr r13330)
2014-04-26Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah1-1/+1
(bzr r13309)
2014-02-18Implement 'paint-order' for shapes (and paths).Tavmjong Bah1-0/+7
(bzr r13040)
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
2013-03-14Fix another tonne of forward declaration tagsAlex Valavanis1-1/+1
(bzr r12204)
2011-10-02Next pass of doxygen @brief cleanup.Jon A. Cruz1-1/+1
(bzr r10658)
2011-08-25Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski1-2/+0
(bzr r10347.1.38)
2011-08-21Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski1-2/+3
(bzr r10347.1.37)
2011-08-13More generic handling of child type in DrawingItem.Krzysztof Kosi??ski1-1/+1
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-1/+1
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-1/+1
(bzr r10347.1.22)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-0/+64
(bzr r10347.1.21)