index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
latex-text-renderer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-28
add bleed/margin to pdf export
Johan B. C. Engelen
1
-3
/
+4
2012-01-20
cppcheck
Kris De Gussem
1
-4
/
+2
2012-01-20
fix memleak
Kris De Gussem
1
-2
/
+2
2011-12-18
remove unused code
Johan B. C. Engelen
1
-10
/
+0
2011-12-17
some static code analysis stuff (cppcheck warnings)
Kris De Gussem
1
-2
/
+2
2011-10-20
cppcheck
Kris De Gussem
1
-1
/
+1
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-13
/
+13
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-2
/
+2
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-2
/
+2
2011-06-05
fix: latex width output to postscript big point 'bp'.
Johan B. C. Engelen
1
-2
/
+2
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-6
/
+3
2011-04-10
pdf+latex:
Johan B. C. Engelen
1
-6
/
+18
2011-04-10
pdf+latex: fix newline bug due to changes in r10089
Johan B. C. Engelen
1
-16
/
+29
2011-04-10
go wild adding % at the end of each latex line (pdf+latex output)
Johan B. C. Engelen
1
-22
/
+22
2011-03-10
PDF+LaTeX now also exports font shape (italic or bold) (patch partly by Tobi...
Johan B. C. Engelen
1
-2
/
+74
2011-03-10
add scaling option to PDF+LaTeX (patch by Bernd Bandemer)
Johan B. C. Engelen
1
-0
/
+6
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-2
/
+2
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-8
/
+8
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-02
fix help in latex output
Johan B. C. Engelen
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-06-29
pdf/ps/eps+latex: output tex code to ".pdf_tex" instead of to ".tex"
Johan B. C. Engelen
1
-5
/
+5
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-3
/
+3
2010-06-21
add more help to the tex preamble
Johan B. C. Engelen
1
-0
/
+12
2010-04-08
PDF+LaTeX: fix bug 555488, and fix bug with missing space after setting justi...
Johan B. C. Engelen
1
-6
/
+6
2010-04-06
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
1
-2
/
+1
2010-04-04
Merge PDF rendering fix
Krzysztof Kosi??ski
1
-1
/
+2
2010-04-03
Fix --export-page-drawing option in PDF, PS and LaTeX export.
Krzysztof Kosi??ski
1
-1
/
+2
2010-02-28
pdf+latex: add support for flowed text!
Johan B. C. Engelen
1
-9
/
+96
2010-02-26
latex export: add transparency export for pdf
Johan B. C. Engelen
1
-10
/
+22
2010-02-26
fix bug in latex export, when svgwidth has not been defined at all
Johan B. C. Engelen
1
-2
/
+2
2010-02-25
fix warnings
Johan B. C. Engelen
1
-3
/
+1
2010-02-25
prevent extra vertical space after image
Johan B. C. Engelen
1
-1
/
+1
2010-02-25
fix 2 bugs
Johan B. C. Engelen
1
-9
/
+9
2010-02-24
remove whitespace
Johan B. C. Engelen
1
-18
/
+18
2010-02-24
- align on text anchor
Johan B. C. Engelen
1
-18
/
+31
2010-02-24
fix bug: don't output scientific notation numbers to latex
Johan B. C. Engelen
1
-0
/
+3
2010-02-24
add original width of picture to be able to *not* specify width in latex doc....
Johan B. C. Engelen
1
-0
/
+4
2010-02-24
output clones to latex too
Johan B. C. Engelen
1
-2
/
+0
2010-02-22
also output color to tex. ICC colors do not work yet.
Johan B. C. Engelen
1
-1
/
+18
2010-02-22
- proper transformations handling
Johan B. C. Engelen
1
-19
/
+17
2010-02-22
clean up code
Johan B. C. Engelen
1
-220
/
+11
2010-02-22
- change cmdline option to --export-latex.
Johan B. C. Engelen
1
-26
/
+65
2010-02-21
fix alignment issue. now the boundingbox is used for aligning, instead of the...
Johan B. C. Engelen
1
-8
/
+32
2010-02-21
add method to scale the image
Johan B. C. Engelen
1
-104
/
+31
2010-02-21
remove g_message
Johan B. C. Engelen
1
-1
/
+0
2010-02-21
add rotation to text output (the positioning is a little off)
Johan B. C. Engelen
1
-3
/
+16
2010-02-21
fix transforms
Johan B. C. Engelen
1
-18
/
+38
2010-02-21
output test.tex instead of test.pdf.tex which does not work well. strip path ...
Johan B. C. Engelen
1
-5
/
+15
2010-02-21
start outputting text to tex. position is wrong. filename of pdf is wrong in ...
Johan B. C. Engelen
1
-38
/
+57
[next]