summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-08-28Improve code readability.Matthew Petroff1-2/+2
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+2
2013-08-26Move omit text feature from cairo renderer to contextDavid R. Bild1-6/+0
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-9/+9
2012-10-28fix margin for PDF exporting page areaJohan B. C. Engelen1-10/+15
2012-10-28add bleed/margin to pdf exportJohan B. C. Engelen1-1/+2
2012-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith1-1/+1
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-8/+8
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-17/+19
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-48/+38
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-1/+0
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-4/+3