summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28refactor SPIEnum: more type safetyThomas Holder1-2/+2
2019-10-19Add export/import PDF blend modes and add isolation modifierJabier Arraiza1-0/+15
2019-09-22Try to improve match of image-rendering values to cairo filtersPatrick Storz1-8/+13
2019-08-23Eliminate clang warningsThomas Holder1-0/+2
2019-07-10Move reproducible-builds hack out of CairoRenderContextPatrick Storz1-43/+6
2019-07-10cairo-renderer: set metadata in outputPatrick Storz1-0/+38
2019-07-10cairo-renderer: / cairo-render-context: whitespace fixesPatrick Storz1-6/+6
2019-07-04Fix link export codeMarc Jeanmougin1-4/+6
2019-07-03Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583Marc Jeanmougin1-0/+12
2019-01-02modernize loopsMarc Jeanmougin1-7/+6
2018-11-08Clarify licensesMax Gaukler1-3/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-5/+5
2018-08-28Fix opacity of bitmap images in PDF exportEduard Braun1-1/+1
2018-08-05Refactor with Tav helpJabier Arraiza1-1/+1
2018-08-05Revert changesJabier Arraiza1-25/+3
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-3/+25
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-4/+4
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-17/+17
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-5/+5
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-35/+35
2018-05-09Fix typoMarc Jeanmougin1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-11/+11
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-11/+11
2018-03-18Make the command-line PDF output reproducible.Chris Lamb1-0/+43
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-10/+10
2017-12-04CairoRenderer: print warning if rendering failedEduard Braun1-1/+5
2017-12-04Proper fix for multipage PDF+Latex exportEduard Braun1-2/+33
2017-12-04Revert "Fix PDF+TeX output for text inside groups with clip/mask"Eduard Braun1-32/+3
2017-11-21Two fixes (should work on Linux now)Eduard Braun1-3/+2
2017-11-20Fix printing multiple copies of a documentEduard Braun1-4/+7
2017-11-07Misc. typosUnknown1-2/+2
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-7/+7
2017-06-13[Bug #1417470] Fix PDF+TeX output for text inside groups with clip/maskMax Gaukler1-3/+32
2017-05-29Fix PDF export with respect to 'image-rendering'.Tavmjong Bah1-5/+5
2017-05-29Fix PDF export with respect to 'image-rendering'.Tavmjong Bah1-5/+5
2017-01-25[Bug #1537497] Icon preview doesn't render background.tghs1-1/+1
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-3/+3
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-3/+3
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-12/+11
2016-03-08Add PDF/PS output support for 'paint-order' property.Tavmjong Bah1-17/+73
2016-01-09Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah1-1/+2
2015-12-09replaced remaining GHashTable with std::mapMarc Jeanmougin1-7/+7
2015-12-07static code analysisKris De Gussem1-3/+3
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-0/+1
2015-05-03renamed SPPattern methods to match coding styleTomasz Boczkowski1-8/+8
2015-05-03Introduced fixes after merge proposal reviewTomasz Boczkowski1-1/+0
2015-03-07Enable PDF/PS/EPS export for gradient mesh (bug #1363369)Adrian Johnson1-0/+5
2014-11-02change default pdf import resolution to 96 dpiAlvin Penner1-3/+3
2014-10-18Refactoring hatch to remove memory leaks (bad GTKish casting macros) and unin...Jon A. Cruz1-10/+11