summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Try to improve match of image-rendering values to cairo filtersPatrick Storz2019-09-221-14/+13
* Crashfix when importing/selecting large pngNathan Lee2019-07-021-1/+1
* Fix coding styleJabier Arraiza2018-12-011-1/+1
* Improve spliter and add outline mode functionalityJabier Arraiza2018-12-011-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Fix bug #167900Yuki Hoshino2018-08-301-0/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+0
* Update for CSS 3 'image-rendering'.Tavmjong Bah2017-05-291-2/+8
* Correct enumeration names.Tavmjong Bah2016-04-221-3/+3
* Fixes doubled transparency computation on bitmaps for some reasonMarc Jeanmougin2015-08-161-1/+1
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
* Code rearrangement to make it clearer what is happening.Tavmjong Bah2014-12-161-11/+0
* Fix build (not pretty).Liam P. White2014-08-181-1/+3
* Fix remaining issue with prefs updatingMartin Owens2014-04-191-1/+1
* Add image rendering option for outlines. Setup desktop preferences observer.Martin Owens2014-04-181-2/+5
* Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactiveKrzysztof Kosi??ski2014-03-071-1/+2
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-26/+26
* Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom...Tavmjong Bah2013-11-121-7/+18
* The downscaling fix is already in Cairo trunk.Krzysztof Kosi??ski2013-09-261-117/+4
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-32/+32
* Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski2013-09-141-2/+2
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-3/+2
* Fix selection of images in outline mode. Fixes LP #1089702Krzysztof Kosi??ski2013-07-311-31/+15
* Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah2013-04-081-0/+7
* Fix more clang warningsAlex Valavanis2013-03-231-1/+1
* Clarified choice of downsampling routine.Jasper van de Gronde2013-03-211-1/+3
* Handle bitmap downsampling ourselves, see bug #804162 in launchpad.Jasper van de Gronde2013-03-211-12/+112
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-021-1/+1
* Warning cleanup.Jon A. Cruz2011-10-021-2/+1
* Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-211-3/+4
* More generic handling of child type in DrawingItem.Krzysztof Kosi??ski2011-08-131-1/+1
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-4/+4
* Document things figured out during the rewritingKrzysztof Kosi??ski2011-08-061-1/+1
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+263