summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer-pdf-out.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update internal extensions for latest .inx format changesPatrick Storz2019-09-011-14/+14
|
* Refactor a lot of the parameter handling codePatrick Storz2019-08-311-1/+1
| | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333
* cairo-renderer: / cairo-render-context: whitespace fixesPatrick Storz2019-07-101-4/+4
|
* An a few more config.h fixesPatrick Storz2019-03-281-4/+0
|
* fix compilation with HAVE_CAIRO_PDF=0Thomas Holder2019-01-181-1/+2
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* 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-5/+5
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-7/+7
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-7/+7
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+2
| | | | A lot of header clean-up.
* Show appropriate warning if non-existent export ID is specifiedEduard Braun2017-12-221-0/+3
| | | | | Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1739497
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-3/+1
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Add exportersJabier Arraiza Cenoz2016-11-051-1/+3
| | | (bzr r15142.1.32)
* Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun2016-06-111-10/+10
| | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
* Fix for Bug #437567 (PDF Save As dialog convert text to paths option is ↵Kence (casey.peel@gmail.com)2015-01-281-4/+7
| | | | | | | | confusing). Fixed bugs: - https://launchpad.net/bugs/437567 (bzr r13880)
* change default pdf import resolution to 96 dpiAlvin Penner2014-11-021-1/+1
| | | (bzr r13660)
* Merge from trunk.Matthew Petroff2013-09-121-1/+1
|\ | | | | (bzr r12475.1.16)
| * Move omit text feature from cairo renderer to contextDavid R. Bild2013-08-261-1/+1
| | | | | | (bzr r12487.1.1)
* | Improve code readability.Matthew Petroff2013-08-281-1/+1
|/ | | (bzr r12475.1.9)
* Merge Google Summer of Code unit refactor.Matthew Petroff2013-08-061-2/+2
|\ | | | | (bzr r12471)
| * Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
| | | | | | (bzr r12380.1.54)
* | code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-3/+3
|/ | | (bzr r12469)
* UI messagesKris De Gussem2013-04-291-2/+2
| | | (bzr r12312)
* Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by ↵Nicolas Dufour2013-03-241-2/+2
| | | | | | | | Masato HASHIMOTO." Translations. Fix for Bug #1159347 (Non-localized strings in PS-export)." Translations. PO template update. (bzr r12239)
* 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)