summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer-pdf-out.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-3/+1
2016-11-05Add exportersJabier Arraiza Cenoz1-1/+3
2016-06-11Extensions: Use underscored variants of parameters / attribute names in inter...Eduard Braun1-10/+10
2015-01-28Fix for Bug #437567 (PDF Save As dialog convert text to paths option is confu...Kence (casey.peel@gmail.com)1-4/+7
2014-11-02change default pdf import resolution to 96 dpiAlvin Penner1-1/+1
2013-08-28Improve code readability.Matthew Petroff1-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-3/+3
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-2/+2
2013-04-29UI messagesKris De Gussem1-2/+2
2013-03-24Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by Mas...Nicolas Dufour1-2/+2
2012-10-28add bleed/margin to pdf exportJohan B. C. Engelen1-5/+15
2012-09-05Fix for 499965 : PS Output : Convert export area to radio buttonsJohn Smith1-35/+30
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-6/+4
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-06-22Warning cleanup.Jon A. Cruz1-5/+7
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-10-22PDF export. Fix for Bug #664335 (pdf export with cairo 1.10 defaults to versi...Nicolas Dufour1-4/+7
2010-09-10Extensions. Consistency fix and UI improvements (internal extensions and filt...Nicolas Dufour1-3/+3
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-6/+1
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-1/+1
2010-02-22- change cmdline option to --export-latex.Johan B. C. Engelen1-46/+4
2010-02-21output test.tex instead of test.pdf.tex which does not work well. strip path ...Johan B. C. Engelen1-1/+3
2010-02-21writePreamble and writePostambleJohan B. C. Engelen1-3/+6
2010-02-20initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ...Johan B. C. Engelen1-10/+66
2010-02-20add option to exclude/omit text from the PDF when saving to pdfJohan B. C. Engelen1-2/+12
2009-08-07Change "canvas" to "page" to be consistent with use in all other dialogs andTavmjong Bah1-2/+2
2009-08-06Make PDF, PS, and EPS dialogs consistent.Tavmjong Bah1-2/+2
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-05-01BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib1-0/+1
2009-04-30copyedit labels, expand rangebulia byak1-1/+1
2009-04-06noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder1-3/+3
2008-11-30unify labelsbulia byak1-1/+1
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-27From trunkTed Gould1-15/+13
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-1/+0
2008-09-05Make rasterization of filters into pdf respect the requested dpi.Aaron Spike1-1/+1
2008-08-31remove cairo and experimental from the name; now this is THE pdf exporterbulia byak1-2/+2
2008-08-29Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak1-17/+126
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-12-23create options for cairo pdf/ps export dialogtheAdib1-1/+1
2007-02-19Cleaned up DOS line ends that had snuck in.Jon A. Cruz1-133/+133
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+133