summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-10Move reproducible-builds hack out of CairoRenderContextPatrick Storz1-2/+9
2019-07-10cairo-renderer: set metadata in outputPatrick Storz1-34/+80
2019-07-10cairo-renderer: fix commentPatrick Storz1-1/+1
2019-07-10cairo-renderer: / cairo-render-context: whitespace fixesPatrick Storz1-12/+10
2019-07-04Fix link export codeMarc Jeanmougin1-2/+4
2019-07-03Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583Marc Jeanmougin1-6/+30
2018-11-08Clarify licensesMax Gaukler1-2/+2
2018-10-06Misc. typosluz.paz1-1/+1
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-4/+0
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-09-26Fix PDF bitmap export (inverted y-axis)Thomas Holder1-6/+5
2018-09-13fixes and improvementes to power clip and powermaskJabiertxof1-15/+0
2018-09-12New option to invert y-axisThomas Holder1-10/+6
2018-08-28Fix opacity of bitmap images in PDF exportEduard Braun1-3/+1
2018-08-28Fix opacity of rasterized filters in PDF exportEduard Braun1-0/+2
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-19/+19
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-19/+19
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-17/+16
2017-10-17Replace boost::scoped_ptrJan Lingscheid1-2/+1
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-6/+2
2016-09-02Inline two "style" variables.Shlomi Fish1-4/+2
2016-09-02Remove a pointless == for boolShlomi Fish1-1/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-4/+4
2016-03-08Add PDF/PS output support for 'paint-order' property.Tavmjong Bah1-1/+29
2015-10-29static code analysisKris De Gussem1-1/+1
2015-05-04Fix crash in PDF export introduced in r14074Marc Jeanmougin1-1/+1
2015-03-17Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects includ...Nicolas Dufour1-1/+1
2015-02-27more cast cleanupMarc Jeanmougin1-2/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19added a set to the SelectionMarc Jeanmougin1-3/+2
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-4/+4
2014-11-25Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').Tavmjong Bah1-5/+5
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-74/+90
2014-11-02change default pdf import resolution to 96 dpiAlvin Penner1-1/+1
2014-10-14Implement marker 'orient' attribute value 'auto-start-reverse'.Tavmjong Bah1-5/+7
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-0/+16
2014-10-05Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-treeLiam P. White1-1/+1
2014-08-20Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...Tavmjong Bah1-5/+7
2014-02-25Revert unintended checkin.Tavmjong Bah1-3/+3
2014-02-25Rewrite of symbol creation code. Partial fix for 1201325.Tavmjong Bah1-3/+3
2014-01-15Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N...Tavmjong Bah1-3/+3
2013-09-19Do not require a new layer for clipping paths in the Cairo renderer.Adrian Johnson1-2/+2
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-16/+10
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski1-3/+8