summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-ps-out.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-28/+28
2019-08-31Refactor a lot of the parameter handling codePatrick Storz1-2/+2
2019-03-28An a few more config.h fixesPatrick Storz1-4/+0
2019-01-18fix compilation with HAVE_CAIRO_PDF=0Thomas Holder1-1/+2
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-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-9/+9
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-7/+7
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-7/+7
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+2
2017-12-22Show appropriate warning if non-existent export ID is specifiedEduard Braun1-0/+3
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-5/+2
2016-11-05Add exportersJabier Arraiza Cenoz1-2/+5
2016-06-11Extensions: Use underscored variants of parameters / attribute names in inter...Eduard Braun1-20/+20
2015-01-28Fix for Bug #437567 (PDF Save As dialog convert text to paths option is confu...Kence (casey.peel@gmail.com)1-8/+14
2015-01-17Fix EPS export area (Bug #1411208)su_v1-5/+5
2014-11-02change default pdf import resolution to 96 dpiAlvin Penner1-2/+2
2014-06-06revise email theadibAdib Taraben1-1/+1
2014-01-15drop useless checks for hard Cairo version dependencyAlex Valavanis1-4/+0
2013-09-15UI message uniformisationKris De Gussem1-1/+1
2013-08-26Move omit text feature from cairo renderer to contextDavid R. Bild1-1/+1
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-6/+6
2013-05-29Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.Tavmjong Bah1-4/+24
2013-03-24Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by Mas...Nicolas Dufour1-4/+4
2012-10-28add bleed/margin to pdf exportJohan B. C. Engelen1-3/+3
2012-09-05Fix for 499965 : PS Output : Convert export area to radio buttonsJohn Smith1-54/+52
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-6/+3
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-1/+0
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-1/+1
2011-01-07Export. Fix PS/EPS export (Bug #698340, PS Level Restriction reversed.Nicolas Dufour1-2/+2
2010-09-10Extensions. Consistency fix and UI improvements (internal extensions and filt...Nicolas Dufour1-6/+6
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-06-29pdf/ps/eps+latex: output tex code to ".pdf_tex" instead of to ".tex"Johan B. C. Engelen1-12/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2010-02-26latex export: add transparency export for pdfJohan B. C. Engelen1-2/+2
2010-02-22- change cmdline option to --export-latex.Johan B. C. Engelen1-13/+66
2009-12-20Warning cleanupJon A. Cruz1-12/+12
2009-08-07Change "canvas" to "page" to be consistent with use in all other dialogs andTavmjong Bah1-8/+8
2009-08-06Make PDF, PS, and EPS dialogs consistent.Tavmjong Bah1-4/+4
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-04-30copyedit labels, expand rangebulia byak1-2/+2
2009-04-06noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder1-6/+6
2008-11-30unify labelsbulia byak1-2/+2
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-133/+74
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-1/+0
2008-09-01enable EPS export via cairo, use it instead of the old native onebulia byak1-2/+156