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
2019-10-30
PDF+LaTeX export: escape ampersands
Patrick Storz
1
-1
/
+7
2019-07-11
fix #325 LaTeX export broken
Thomas Holder
1
-13
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-12
New option to invert y-axis
Thomas Holder
1
-1
/
+4
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-7
/
+7
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-7
/
+7
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-8
/
+9
2018-01-14
PDF+LaTeX: fix line spacing, add basic support for line-height
Eduard Braun
1
-19
/
+28
2018-01-08
Misc. typos
luz.paz
1
-2
/
+2
2017-12-22
Show appropriate warning if non-existent export ID is specified
Eduard Braun
1
-1
/
+4
2017-12-05
PDF+LaTeX export: do not apply style to newlines
Eduard Braun
1
-25
/
+28
2017-12-05
PDF+LaTeX export: Fix multiline text
Eduard Braun
1
-13
/
+30
2017-12-05
PDF+LaTeX export: Avoid printing empty boxes
Eduard Braun
1
-0
/
+5
2017-07-17
Cleanup: eliminate version from config.h
Eduard Braun
1
-1
/
+2
2015-10-29
static code analysis
Kris De Gussem
1
-1
/
+1
2015-07-07
Patch from Simon Keller to correct alignment of rotated text in PDF+TEX output.
Tavmjong Bah
1
-3
/
+9
2015-05-08
forgotten dynamic cast
Marc Jeanmougin
1
-1
/
+1
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-2
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-2
/
+2
2015-02-19
added a set to the Selection
Marc Jeanmougin
1
-3
/
+2
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-4
/
+4
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-46
/
+54
2013-08-29
use multiple graphic/text layers for pdf+latex output
David R. Bild
1
-4
/
+36
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-2
/
+2
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-2
/
+2
2013-03-30
Turned all functions concerning SPRect into member functions.
Markus Engel
1
-1
/
+1
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
[next]