summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-image.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-22Try to improve match of image-rendering values to cairo filtersPatrick Storz1-14/+13
2019-07-02Crashfix when importing/selecting large pngNathan Lee1-1/+1
2018-12-01Fix coding styleJabier Arraiza1-1/+1
2018-12-01Improve spliter and add outline mode functionalityJabier Arraiza1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-08-30Fix bug #167900Yuki Hoshino1-0/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+0
2017-05-29Update for CSS 3 'image-rendering'.Tavmjong Bah1-2/+8
2017-05-29Update for CSS 3 'image-rendering'.Tavmjong Bah1-2/+8
2016-04-22Correct enumeration names.Tavmjong Bah1-3/+3
2015-08-16Fixes doubled transparency computation on bitmaps for some reasonMarc Jeanmougin1-1/+1
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-1/+1
2014-12-16Code rearrangement to make it clearer what is happening.Tavmjong Bah1-11/+0
2014-08-18Fix build (not pretty).Liam P. White1-1/+3
2014-04-19Fix remaining issue with prefs updatingMartin Owens1-1/+1
2014-04-18Add image rendering option for outlines. Setup desktop preferences observer.Martin Owens1-2/+5
2014-03-07Use CAIRO_FILTER_GOOD instead of CAIRO_FILTER_BEST in the interactiveKrzysztof Kosi??ski1-1/+2
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-26/+26
2013-11-12Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoom...Tavmjong Bah1-7/+18
2013-09-26The downscaling fix is already in Cairo trunk.Krzysztof Kosi??ski1-117/+4
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-32/+32
2013-09-14Do not recompress images when embedding and generating PDFs.Krzysztof Kosi??ski1-2/+2
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski1-3/+2
2013-07-31Fix selection of images in outline mode. Fixes LP #1089702Krzysztof Kosi??ski1-31/+15
2013-04-08Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah1-0/+7
2013-03-23Fix more clang warningsAlex Valavanis1-1/+1
2013-03-21Clarified choice of downsampling routine.Jasper van de Gronde1-1/+3
2013-03-21Handle bitmap downsampling ourselves, see bug #804162 in launchpad.Jasper van de Gronde1-12/+112
2011-10-02Removing redundant doxygen @brief tag.Jon A. Cruz1-1/+1
2011-10-02Warning cleanup.Jon A. Cruz1-2/+1
2011-08-21Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski1-3/+4
2011-08-13More generic handling of child type in DrawingItem.Krzysztof Kosi??ski1-1/+1
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-4/+4
2011-08-06Document things figured out during the rewritingKrzysztof Kosi??ski1-1/+1
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-0/+263