summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/latex-text-renderer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: eliminate version from config.hEduard Braun2017-07-171-1/+2
* static code analysisKris De Gussem2015-10-291-1/+1
* Patch from Simon Keller to correct alignment of rotated text in PDF+TEX output.Tavmjong Bah2015-07-071-3/+9
* forgotten dynamic castMarc Jeanmougin2015-05-081-1/+1
* more cast cleanupMarc Jeanmougin2015-02-271-2/+1
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-2/+2
* added a set to the SelectionMarc Jeanmougin2015-02-191-3/+2
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-4/+4
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-46/+54
* Merge from trunk.Matthew Petroff2013-09-201-1/+1
|\
| * Merged from trunk (r12517).Markus Engel2013-09-141-4/+36
| |\
| * \ Merged from trunk (r12488).Markus Engel2013-08-301-2/+2
| |\ \
| * | | Turned all functions concerning SPRect into member functions.Markus Engel2013-03-301-1/+1
* | | | Merge from trunk.Matthew Petroff2013-09-121-4/+36
|\ \ \ \ | | |_|/ | |/| |
| * | | use multiple graphic/text layers for pdf+latex outputDavid R. Bild2013-08-291-4/+36
| | |/ | |/|
* / | Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+2
|/ /
* / Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
|/
* add bleed/margin to pdf exportJohan B. C. Engelen2012-10-281-3/+4
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
|\
* | cppcheckKris De Gussem2012-01-201-4/+2
* | fix memleakKris De Gussem2012-01-201-2/+2
|/
* remove unused codeJohan B. C. Engelen2011-12-181-10/+0
* some static code analysis stuff (cppcheck warnings)Kris De Gussem2011-12-171-2/+2
* cppcheckKris De Gussem2011-10-201-1/+1
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-13/+13
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-2/+2
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+2
* fix: latex width output to postscript big point 'bp'.Johan B. C. Engelen2011-06-051-2/+2
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-6/+3
* pdf+latex:Johan B. C. Engelen2011-04-101-6/+18
* pdf+latex: fix newline bug due to changes in r10089Johan B. C. Engelen2011-04-101-16/+29
* go wild adding % at the end of each latex line (pdf+latex output)Johan B. C. Engelen2011-04-101-22/+22
* PDF+LaTeX now also exports font shape (italic or bold) (patch partly by Tobi...Johan B. C. Engelen2011-03-101-2/+74
* add scaling option to PDF+LaTeX (patch by Bernd Bandemer)Johan B. C. Engelen2011-03-101-0/+6
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-2/+2
* update to latest 2geom !Johan B. C. Engelen2011-02-021-8/+8
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-11/+12
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-3/+3
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | fix help in latex outputJohan B. C. Engelen2010-07-021-1/+1
* | pdf/ps/eps+latex: output tex code to ".pdf_tex" instead of to ".tex"Johan B. C. Engelen2010-06-291-5/+5
|/
* add more help to the tex preambleJohan B. C. Engelen2010-06-211-0/+12
* PDF+LaTeX: fix bug 555488, and fix bug with missing space after setting justi...Johan B. C. Engelen2010-04-081-6/+6
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-2/+1
* Fix --export-page-drawing option in PDF, PS and LaTeX export.Krzysztof Kosi??ski2010-04-031-1/+2
* pdf+latex: add support for flowed text!Johan B. C. Engelen2010-02-281-9/+96
* latex export: add transparency export for pdfJohan B. C. Engelen2010-02-261-10/+22
* fix bug in latex export, when svgwidth has not been defined at allJohan B. C. Engelen2010-02-261-2/+2
* fix warningsJohan B. C. Engelen2010-02-251-3/+1