summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer-pdf-out.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add bleed/margin to pdf exportJohan B. C. Engelen2012-10-281-5/+15
| | | (bzr r11847)
* Fix for 499965 : PS Output : Convert export area to radio buttonsJohn Smith2012-09-051-35/+30
| | | (bzr r11654)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
| | | (bzr r11027)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-6/+4
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-1/+0
| | | (bzr r10347.1.21)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
| | | (bzr r10461)
* Warning cleanup.Jon A. Cruz2011-06-221-5/+7
| | | (bzr r10339)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-6/+9
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-3/+3
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | PDF export. Fix for Bug #664335 (pdf export with cairo 1.10 defaults to ↵Nicolas Dufour2010-10-221-4/+7
| | | | | | | | | | | | | | | | version PDF-1.5). Fixed bugs: - https://launchpad.net/bugs/664335 (bzr r9841)
* | Extensions. Consistency fix and UI improvements (internal extensions and ↵Nicolas Dufour2010-09-101-3/+3
| | | | | | | | | | filters). (bzr r9754)
* | pdf/ps/eps+latex: output tex code to ".pdf_tex" instead of to ".tex"Johan B. C. Engelen2010-06-291-6/+1
|/ | | | | | Fixed bugs: - https://launchpad.net/bugs/595312 (bzr r9547)
* latex export: add transparency export for pdfJohan B. C. Engelen2010-02-261-1/+1
| | | (bzr r9115)
* - change cmdline option to --export-latex.Johan B. C. Engelen2010-02-221-46/+4
| | | | | | - change source file names to reflect that it is "generic" latex renderer - make latex export work for EPS and PS aswell (bzr r9101.1.13)
* output test.tex instead of test.pdf.tex which does not work well. strip path ↵Johan B. C. Engelen2010-02-211-1/+3
| | | | | from filename on windows (bzr r9101.1.6)
* writePreamble and writePostambleJohan B. C. Engelen2010-02-211-3/+6
| | | (bzr r9101.1.4)
* initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ↵Johan B. C. Engelen2010-02-201-10/+66
| | | | | file. implementation of renderer is all that is left to do :) (bzr r9101.1.2)
* add option to exclude/omit text from the PDF when saving to pdfJohan B. C. Engelen2010-02-201-2/+12
| | | (bzr r9101.1.1)
* Change "canvas" to "page" to be consistent with use in all other dialogs andTavmjong Bah2009-08-071-2/+2
| | | | | menus. '-C' is kept, as '-P' is used for PostScript export. (bzr r8438)
* Make PDF, PS, and EPS dialogs consistent.Tavmjong Bah2009-08-061-2/+2
| | | | | Change "Canvas" to "Page" to be consistent with other dialogs and menu items. (bzr r8423)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8408)
* BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib2009-05-011-0/+1
| | | (bzr r7808)
* copyedit labels, expand rangebulia byak2009-04-301-1/+1
| | | (bzr r7802)
* noop: Rename argument from uri to filename for Extension::...::save ↵Peter Moulder2009-04-061-3/+3
| | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637)
* unify labelsbulia byak2008-11-301-1/+1
| | | (bzr r6923)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-15/+13
| | | (bzr r6885)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-161-1/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-051-1/+1
| | | | | This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms. (bzr r6760)
* remove cairo and experimental from the name; now this is THE pdf exporterbulia byak2008-08-311-2/+2
| | | (bzr r6740)
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-17/+126
| | | (bzr r6726)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
| | | (bzr r6540)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-1/+1
| | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
* create options for cairo pdf/ps export dialogtheAdib2007-12-231-1/+1
| | | (bzr r4280)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-133/+133
| | | (bzr r2399)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+133
(bzr r1735)