summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-image.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-32/+32
| | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-141-2/+2
| | | | | | | | Fixes blocker bug #871563. Fixed bugs: - https://launchpad.net/bugs/871563 (bzr r12516)
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-3/+2
| | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* Fix selection of images in outline mode. Fixes LP #1089702Krzysztof Kosi??ski2013-07-311-31/+15
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1089702 (bzr r12440)
* Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah2013-04-081-0/+7
| | | (bzr r12272)
* Fix more clang warningsAlex Valavanis2013-03-231-1/+1
| | | (bzr r12235)
* Clarified choice of downsampling routine.Jasper van de Gronde2013-03-211-1/+3
| | | (bzr r12228)
* Handle bitmap downsampling ourselves, see bug #804162 in launchpad.Jasper van de Gronde2013-03-211-12/+112
| | | (bzr r12227)
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10656)
* Warning cleanup.Jon A. Cruz2011-10-021-2/+1
| | | (bzr r10655)
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-3/+4
| | | (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-4/+4
| | | | | 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/+263
(bzr r10347.1.21)