summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-png-out.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove confusing and broken save as PNG optionMarc Jeanmougin2019-01-171-126/+0
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-6/+6
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-6/+6
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+2
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-2/+2
* Add exportersJabier Arraiza Cenoz2016-11-051-2/+2
* add bleed/margin to pdf exportJohan B. C. Engelen2012-10-281-1/+1
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-6/+4
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-2/+1
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+2
* Warning cleanup.Jon A. Cruz2011-06-221-8/+5
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+7
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-3/+3
|/
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder2009-04-061-2/+2
* remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak2008-09-161-1/+0
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-1/+1
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-133/+133
* Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pairmiklosh2006-10-011-0/+5
* PNG output for Cairo renderermiklosh2006-10-011-0/+128