summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-1/+1
2019-07-10cairo-renderer: set metadata in outputPatrick Storz1-1/+17
2019-07-03Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583Marc Jeanmougin1-0/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-22/+22
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+1
2017-12-04Revert "Fix PDF+TeX output for text inside groups with clip/mask"Eduard Braun1-1/+0
2017-11-20Fix printing multiple copies of a documentEduard Braun1-1/+1
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-1/+1
2017-06-13[Bug #1417470] Fix PDF+TeX output for text inside groups with clip/maskMax Gaukler1-0/+1
2016-03-08Add PDF/PS output support for 'paint-order' property.Tavmjong Bah1-1/+8
2015-12-09replaced remaining GHashTable with std::mapMarc Jeanmougin1-1/+1
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-0/+1
2014-09-27Update to experimental r13565Liam P. White1-0/+3
2014-08-30Minor pass of header cleanupLiam P. White1-0/+3
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-2/+4
2013-08-29use multiple graphic/text layers for pdf+latex outputDavid R. Bild1-0/+11
2013-08-26Move omit text feature from cairo renderer to contextDavid R. Bild1-0/+6
2013-08-02reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel1-1/+1
2013-03-19Fixing regressionjtx1-3/+3
2013-03-17Working with widjetsJabier Arraiza Cenoz1-3/+3
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-3/+3
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-13/+13
2011-07-06Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-10/+10
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-0/+1
2009-12-20Warning cleanupJon A. Cruz1-2/+2
2009-11-09Patch by Adib for 271695Josh Andler1-0/+3
2009-04-24apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...Adib Taraben1-2/+2
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen1-1/+0
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen1-2/+0
2008-09-01enable EPS export via cairo, use it instead of the old native onebulia byak1-0/+2
2008-08-31properly transform clippath: transform of the item using the clippath must al...bulia byak1-0/+1
2008-08-31cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen1-3/+3
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-9/+9
2008-06-26add CairoRenderContext::renderPathVectorJohan B. C. Engelen1-0/+2
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-1/+1
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-9/+9
2008-01-16now act on settings in dialogueAdib Taraben1-0/+6
2007-12-26more on cairo ps/pdf optionsAdib Taraben1-13/+23
2007-12-10Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook1-2/+2
2007-12-10always build cairo backend; add interface for setting cairo surface to rendererKees Cook1-4/+3
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen1-1/+1
2007-05-09cairo ps output patchtheAdib1-0/+1
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+198