summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/latex-text-renderer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-4/+8
| | | (bzr r13700)
* Merged from trunk (r12517).Markus Engel2013-09-141-0/+11
|\ | | | | (bzr r11608.1.121)
| * use multiple graphic/text layers for pdf+latex outputDavid R. Bild2013-08-291-0/+11
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/771957 (bzr r12487.1.2)
* | Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel2013-08-011-1/+1
|/ | | (bzr r11608.1.115)
* add bleed/margin to pdf exportJohan B. C. Engelen2012-10-281-2/+2
| | | (bzr r11847)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+2
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| | | (bzr r10025)
* 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)
* latex export: add transparency export for pdfJohan B. C. Engelen2010-02-261-2/+6
| | | (bzr r9115)
* clean up codeJohan B. C. Engelen2010-02-221-20/+4
| | | (bzr r9101.1.14)
* - change cmdline option to --export-latex.Johan B. C. Engelen2010-02-221-0/+97
- 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)