summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-group.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Code rearrangement to make it clearer what is happening.Tavmjong Bah2014-12-161-4/+0
| | | (bzr r13803)
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1
| | | (bzr r13309)
* Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-131-2/+0
| | | | | on the root element. (bzr r13146)
* Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-0/+2
| | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10658)
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-2/+3
| | | (bzr r10347.1.37)
* 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)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-1/+1
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Fix compilation (oops).Krzysztof Kosi??ski2011-08-061-1/+1
| | | (bzr r10347.1.24)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+61
(bzr r10347.1.21)