summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor SPIEnum: more type safetyThomas Holder2019-10-281-1/+1
* cairo-renderer: set metadata in outputPatrick Storz2019-07-101-1/+17
* Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583Marc Jeanmougin2019-07-031-0/+3
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-22/+22
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
* Revert "Fix PDF+TeX output for text inside groups with clip/mask"Eduard Braun2017-12-041-1/+0
* Fix printing multiple copies of a documentEduard Braun2017-11-201-1/+1
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-1/+1
* [Bug #1417470] Fix PDF+TeX output for text inside groups with clip/maskMax Gaukler2017-06-131-0/+1
* Add PDF/PS output support for 'paint-order' property.Tavmjong Bah2016-03-081-1/+8
* replaced remaining GHashTable with std::mapMarc Jeanmougin2015-12-091-1/+1
* Update to trunk r13621Liam P. White2014-10-171-0/+1
|\
| * Merged hatch pdf and png export codeTomasz Boczkowski2014-10-141-0/+1
* | Minor pass of header cleanupLiam P. White2014-08-301-0/+3
|/
* Merge C++ification of the SP tree by Markus EngelKrzysztof Kosi??ski2013-09-191-1/+1
|\
| * Merged from trunk (r12517).Markus Engel2013-09-141-0/+17
| |\
| * | reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-021-1/+1
* | | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-2/+4
| |/ |/|
* | use multiple graphic/text layers for pdf+latex outputDavid R. Bild2013-08-291-0/+11
* | Move omit text feature from cairo renderer to contextDavid R. Bild2013-08-261-0/+6
|/
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-3/+3
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-13/+13
* Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-061-1/+1
* Merge from trunkKrzysztof Kosi??ski2011-04-071-11/+11
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-10/+10
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-0/+1
|/
* Warning cleanupJon A. Cruz2009-12-201-2/+2
* Patch by Adib for 271695Josh Andler2009-11-091-0/+3
* apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...Adib Taraben2009-04-241-2/+2
* Merging from trunkTed Gould2008-10-111-2/+2
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-101-1/+0
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...Johan B. C. Engelen2008-09-071-2/+0
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-011-0/+2
* properly transform clippath: transform of the item using the clippath must al...bulia byak2008-08-311-0/+1
* cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen2008-08-311-3/+3
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-9/+9
* add CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-261-0/+2
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-1/+1
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-9/+9
* now act on settings in dialogueAdib Taraben2008-01-161-0/+6
* more on cairo ps/pdf optionsAdib Taraben2007-12-261-13/+23
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-2/+2
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-101-4/+3
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-041-1/+1
* cairo ps output patchtheAdib2007-05-091-0/+1