summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/latex-text-renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29pdf/ps/eps+latex: output tex code to ".pdf_tex" instead of to ".tex"Johan B. C. Engelen1-5/+5
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2010-06-21add more help to the tex preambleJohan B. C. Engelen1-0/+12
2010-04-08PDF+LaTeX: fix bug 555488, and fix bug with missing space after setting justi...Johan B. C. Engelen1-6/+6
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-2/+1
2010-04-04Merge PDF rendering fixKrzysztof Kosi??ski1-1/+2
2010-04-03Fix --export-page-drawing option in PDF, PS and LaTeX export.Krzysztof Kosi??ski1-1/+2
2010-02-28pdf+latex: add support for flowed text!Johan B. C. Engelen1-9/+96
2010-02-26latex export: add transparency export for pdfJohan B. C. Engelen1-10/+22
2010-02-26fix bug in latex export, when svgwidth has not been defined at allJohan B. C. Engelen1-2/+2
2010-02-25fix warningsJohan B. C. Engelen1-3/+1
2010-02-25prevent extra vertical space after imageJohan B. C. Engelen1-1/+1
2010-02-25fix 2 bugsJohan B. C. Engelen1-9/+9
2010-02-24remove whitespaceJohan B. C. Engelen1-18/+18
2010-02-24- align on text anchorJohan B. C. Engelen1-18/+31
2010-02-24fix bug: don't output scientific notation numbers to latexJohan B. C. Engelen1-0/+3
2010-02-24add original width of picture to be able to *not* specify width in latex doc....Johan B. C. Engelen1-0/+4
2010-02-24output clones to latex tooJohan B. C. Engelen1-2/+0
2010-02-22also output color to tex. ICC colors do not work yet.Johan B. C. Engelen1-1/+18
2010-02-22- proper transformations handlingJohan B. C. Engelen1-19/+17
2010-02-22clean up codeJohan B. C. Engelen1-220/+11
2010-02-22- change cmdline option to --export-latex.Johan B. C. Engelen1-26/+65
2010-02-21fix alignment issue. now the boundingbox is used for aligning, instead of the...Johan B. C. Engelen1-8/+32
2010-02-21add method to scale the imageJohan B. C. Engelen1-104/+31
2010-02-21remove g_messageJohan B. C. Engelen1-1/+0
2010-02-21add rotation to text output (the positioning is a little off)Johan B. C. Engelen1-3/+16
2010-02-21fix transformsJohan B. C. Engelen1-18/+38
2010-02-21output test.tex instead of test.pdf.tex which does not work well. strip path ...Johan B. C. Engelen1-5/+15
2010-02-21start outputting text to tex. position is wrong. filename of pdf is wrong in ...Johan B. C. Engelen1-38/+57