summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-png-out.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-17Remove confusing and broken save as PNG optionMarc Jeanmougin1-126/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-6/+6
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+2
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-2/+2
2016-11-05Add exportersJabier Arraiza Cenoz1-2/+2
2012-10-28add bleed/margin to pdf exportJohan B. C. Engelen1-1/+1
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-6/+4
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-2/+1
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-2/+2
2011-06-22Warning cleanup.Jon A. Cruz1-8/+5
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-04-06noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder1-2/+2
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-1/+0
2008-08-29Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak1-1/+1
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-2/+0
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
2007-02-19Cleaned up DOS line ends that had snuck in.Jon A. Cruz1-133/+133
2006-10-01Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pairmiklosh1-0/+5
2006-10-01PNG output for Cairo renderermiklosh1-34/+29
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+133