summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-ps-out.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-08-31fix names and mime types; cairo ps out now the defaultbulia byak1-3/+3
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
2008-03-26Fixing localization issues (following a patch for 0.46 rev. 17583) where some...Marcin Floryan1-2/+2
2008-02-10* Extended translation for Cairo PS Output, patch by Marcin Floryan (closes: ...Luca Bruno1-2/+2
2008-01-31r17815@shi: ted | 2008-01-31 08:58:15 -0800Ted Gould1-3/+3
2008-01-31a bunch of small changes to provide a user readable explanation of filtersAlexandre Prokoudine1-5/+5
2008-01-16now act on settings in dialogueAdib Taraben1-2/+20
2008-01-14more on blur to bitmapAdib Taraben1-0/+1
2008-01-14early version export to PS using blur to bitmapAdib Taraben1-22/+63
2007-12-26check for cairo versionAdib Taraben1-1/+1
2007-12-26check for cairo versionAdib Taraben1-1/+1
2007-12-26more on cairo ps/pdf optionsAdib Taraben1-9/+19
2007-12-23create options for cairo pdf/ps export dialogtheAdib1-2/+30
2007-05-09cairo ps output patchtheAdib1-24/+39
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