summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+13
| | | (bzr r10666)
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10658)
* Warning cleanup.Jon A. Cruz2011-10-021-6/+6
| | | (bzr r10655)
* Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski2011-08-251-3/+3
| | | (bzr r10347.1.38)
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-4/+10
| | | (bzr r10347.1.37)
* Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski2011-08-161-1/+1
| | | | | | | | Fixes LP #825767. Fixed bugs: - https://launchpad.net/bugs/825767 (bzr r10347.1.33)
* Correctly invalidate cache of objects with background-accessing filtersKrzysztof Kosi??ski2011-08-141-1/+7
| | | (bzr r10347.1.32)
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-15/+24
| | | | | | | | Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31)
* Initial autocache workKrzysztof Kosi??ski2011-08-091-1/+21
| | | (bzr r10347.1.26)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-19/+22
| | | | | 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)
* Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-061-1/+1
| | | (bzr r10347.1.22)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+168
(bzr r10347.1.21)