summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/latex-text-renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-30PDF+LaTeX export: escape ampersandsPatrick Storz1-1/+7
2019-07-11fix #325 LaTeX export brokenThomas Holder1-13/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-12New option to invert y-axisThomas Holder1-1/+4
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-7/+7
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-7/+7
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-8/+9
2018-01-14PDF+LaTeX: fix line spacing, add basic support for line-heightEduard Braun1-19/+28
2018-01-08Misc. typosluz.paz1-2/+2
2017-12-22Show appropriate warning if non-existent export ID is specifiedEduard Braun1-1/+4
2017-12-05PDF+LaTeX export: do not apply style to newlinesEduard Braun1-25/+28
2017-12-05PDF+LaTeX export: Fix multiline textEduard Braun1-13/+30
2017-12-05PDF+LaTeX export: Avoid printing empty boxesEduard Braun1-0/+5
2017-07-17Cleanup: eliminate version from config.hEduard Braun1-1/+2
2015-10-29static code analysisKris De Gussem1-1/+1
2015-07-07Patch from Simon Keller to correct alignment of rotated text in PDF+TEX output.Tavmjong Bah1-3/+9
2015-05-08forgotten dynamic castMarc Jeanmougin1-1/+1
2015-02-27more cast cleanupMarc Jeanmougin1-2/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-2/+2
2015-02-19added a set to the SelectionMarc Jeanmougin1-3/+2
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-4/+4
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-46/+54
2013-08-29use multiple graphic/text layers for pdf+latex outputDavid R. Bild1-4/+36
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+2
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-2/+2
2013-03-30Turned all functions concerning SPRect into member functions.Markus Engel1-1/+1
2012-10-28add bleed/margin to pdf exportJohan B. C. Engelen1-3/+4
2012-01-20cppcheckKris De Gussem1-4/+2
2012-01-20fix memleakKris De Gussem1-2/+2
2011-12-18remove unused codeJohan B. C. Engelen1-10/+0
2011-12-17some static code analysis stuff (cppcheck warnings)Kris De Gussem1-2/+2
2011-10-20cppcheckKris De Gussem1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-13/+13
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-2/+2
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-2/+2
2011-06-05fix: latex width output to postscript big point 'bp'.Johan B. C. Engelen1-2/+2
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-6/+3
2011-04-10pdf+latex:Johan B. C. Engelen1-6/+18
2011-04-10pdf+latex: fix newline bug due to changes in r10089Johan B. C. Engelen1-16/+29
2011-04-10go wild adding % at the end of each latex line (pdf+latex output)Johan B. C. Engelen1-22/+22
2011-03-10PDF+LaTeX now also exports font shape (italic or bold) (patch partly by Tobi...Johan B. C. Engelen1-2/+74
2011-03-10add scaling option to PDF+LaTeX (patch by Bernd Bandemer)Johan B. C. Engelen1-0/+6
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-2/+2
2011-02-02update to latest 2geom !Johan B. C. Engelen1-8/+8
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-02fix help in latex outputJohan B. C. Engelen1-1/+1