summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-7/+6
* Clarify licensesMax Gaukler2018-11-081-3/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-5/+5
* Fix opacity of bitmap images in PDF exportEduard Braun2018-08-281-1/+1
* Refactor with Tav helpJabier Arraiza2018-08-051-1/+1
* Revert changesJabier Arraiza2018-08-051-25/+3
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-3/+25
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-4/+4
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-17/+17
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-5/+5
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-35/+35
* Fix typoMarc Jeanmougin2018-05-091-1/+1
* Make the command-line PDF output reproducible.Chris Lamb2018-03-181-0/+43
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-10/+10
* CairoRenderer: print warning if rendering failedEduard Braun2017-12-041-1/+5
* Proper fix for multipage PDF+Latex exportEduard Braun2017-12-041-2/+33
* Revert "Fix PDF+TeX output for text inside groups with clip/mask"Eduard Braun2017-12-041-32/+3
* Two fixes (should work on Linux now)Eduard Braun2017-11-211-3/+2
* Fix printing multiple copies of a documentEduard Braun2017-11-201-4/+7
* Misc. typosUnknown2017-11-071-2/+2
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-7/+7
* [Bug #1417470] Fix PDF+TeX output for text inside groups with clip/maskMax Gaukler2017-06-131-3/+32
* Fix PDF export with respect to 'image-rendering'.Tavmjong Bah2017-05-291-5/+5
* [Bug #1537497] Icon preview doesn't render background.tghs2017-01-251-1/+1
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-3/+3
* Renamed children list in SPObjectAdrian Boguszewski2016-07-141-3/+3
* Second part of new SPObject children listAdrian Boguszewski2016-07-131-12/+11
* Add PDF/PS output support for 'paint-order' property.Tavmjong Bah2016-03-081-17/+73
* Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah2016-01-091-1/+2
* replaced remaining GHashTable with std::mapMarc Jeanmougin2015-12-091-7/+7
* static code analysisKris De Gussem2015-12-071-3/+3
* merged trunkTomasz Boczkowski2015-05-091-0/+1
|\
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-0/+1
* | renamed SPPattern methods to match coding styleTomasz Boczkowski2015-05-031-8/+8
* | Introduced fixes after merge proposal reviewTomasz Boczkowski2015-05-031-1/+0
* | merged SPPattern c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-8/+8
|\ \ | |/ |/|
| * SPPattern c++-sification: replacing pattern_ functions by methods pt1Tomasz Boczkowski2014-05-271-8/+8
| * SPPattern c++-sification: replaced guint by bool and enumTomasz Boczkowski2014-05-261-2/+2
* | Enable PDF/PS/EPS export for gradient mesh (bug #1363369)Adrian Johnson2015-03-071-0/+5
* | change default pdf import resolution to 96 dpiAlvin Penner2014-11-021-3/+3
* | Refactoring hatch to remove memory leaks (bad GTKish casting macros) and unin...Jon A. Cruz2014-10-181-10/+11
* | Merged hatch pdf and png export codeTomasz Boczkowski2014-10-141-17/+99
|/
* cairo-render-context: swap order of header inclusion to redefinition clash of...Johan B. C. Engelen2014-03-211-1/+1
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-3/+7
* Set bitmap upscaling preference in Cairo based PS and PDF output.Tavmjong Bah2014-02-121-1/+22
* drop useless checks for hard Cairo version dependencyAlex Valavanis2014-01-151-4/+0
* Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-4/+4
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-24/+23
* use multiple graphic/text layers for pdf+latex outputDavid R. Bild2013-08-291-2/+32