summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stacked clip paths. patch by Ted Janeczko for Bug 1067271Alvin Penner2012-12-091-16/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1067271 (bzr r11943)
* Revert r11914, better fix for bug #955141 coming.Tavmjong Bah2012-12-091-27/+2
| | | (bzr r11940)
* Fix for #955141: Converting clipped object to pattern produces rasterised ↵Tavmjong Bah2012-11-291-2/+27
| | | | | pattern. (bzr r11914)
* Cleanup of unused variables and warnings.Jon A. Cruz2012-02-291-1/+2
| | | (bzr r11031)
* Fix text redraw problems (LP #837291)Krzysztof Kosi??ski2011-11-141-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/837291 (bzr r10739)
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-12/+22
| | | (bzr r10656)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-2/+2
| | | (bzr r10582.1.6)
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-49/+63
| | | (bzr r10347.1.37)
* Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski2011-08-191-9/+11
| | | | | filtered, cached children (bzr r10347.1.36)
* Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski2011-08-161-3/+3
| | | | | | | | 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-78/+119
| | | (bzr r10347.1.32)
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-27/+56
| | | | | | | | Fix clip object selection bug (LP #365458). Fixed bugs: - https://launchpad.net/bugs/365458 (bzr r10347.1.31)
* Do not leak cache objects in DrawingItem destructorKrzysztof Kosi??ski2011-08-091-4/+2
| | | (bzr r10347.1.30)
* Fix invalidation on scrollingKrzysztof Kosi??ski2011-08-091-8/+13
| | | (bzr r10347.1.29)
* Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski2011-08-091-16/+22
| | | (bzr r10347.1.28)
* Turn off debug message spamKrzysztof Kosi??ski2011-08-091-1/+1
| | | (bzr r10347.1.27)
* Initial autocache workKrzysztof Kosi??ski2011-08-091-26/+120
| | | (bzr r10347.1.26)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-21/+21
| | | | | 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-4/+95
| | | (bzr r10347.1.22)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+620
(bzr r10347.1.21)