summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-group.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-3/+5
| | | (bzr r10656)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-2/+1
| | | (bzr r10582.1.6)
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-4/+21
| | | (bzr r10347.1.37)
* Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski2011-08-191-5/+5
| | | | | filtered, cached children (bzr r10347.1.36)
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-2/+2
| | | | | | | | 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-3/+3
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-061-2/+9
| | | (bzr r10347.1.22)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+141
(bzr r10347.1.21)