summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cairo-renderer: set metadata in outputPatrick Storz2019-07-101-0/+4
| | | | | | - metadata is taken from the SVG document; - fields that are compatible with the target format (and also supported by cairo) are set accordingly
* cairo-renderer: / cairo-render-context: whitespace fixesPatrick Storz2019-07-101-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - 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" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-3/+3
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+1
| | | | A lot of header clean-up.
* Merged hatch pdf and png export codeTomasz Boczkowski2014-10-141-0/+2
| | | (bzr r13611.1.9)
* Merged from trunk (r12517).Markus Engel2013-09-141-4/+0
|\ | | | | (bzr r11608.1.121)
| * Move omit text feature from cairo renderer to contextDavid R. Bild2013-08-261-4/+0
| | | | | | (bzr r12487.1.1)
* | reordered SPDesktop::set_event_context2; fixed last mismatched-tagsMarkus Engel2013-08-021-1/+1
|/ | | (bzr r11608.1.116)
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-1/+1
| | | (bzr r12206)
* add bleed/margin to pdf exportJohan B. C. Engelen2012-10-281-1/+1
| | | (bzr r11847)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+2
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
| | | | | | | | | | 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)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
|/ | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* add option to exclude/omit text from the PDF when saving to pdfJohan B. C. Engelen2010-02-201-0/+4
| | | (bzr r9101.1.1)
* 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 r8407)
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen2008-09-071-1/+0
| | | | | references to nr-path.h) (bzr r6774)
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-1/+1
| | | (bzr r6726)
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-101-4/+0
| | | (bzr r4198)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+85
(bzr r1732)