summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-image.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-3/+3
| | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* Handle bitmap downsampling ourselves, see bug #804162 in launchpad.Jasper van de Gronde2013-03-211-0/+3
| | | (bzr r12227)
* 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-1/+2
| | | (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)
* 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/+66
(bzr r10347.1.21)