index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
sp-text.cpp.orig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-15
remove sp-text.cpp.orig
Thomas Holder
1
-1324
/
+0
2018-10-13
Move some files to 'io' directory.
Tavmjong Bah
1
-1
/
+1
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-08-27
Fix rendering when a <tspan> has a CSS 'display' property with value 'none'.
Tavmjong Bah
1
-0
/
+5
2018-06-21
Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline...
Tavmjong Bah
1
-179
/
+222
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-19
/
+19
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-9
/
+9
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-9
/
+9
2018-04-23
Remove some documents updates
Jabier Arraiza
1
-2
/
+0
2018-03-28
a bit more of warning cleanup
Felipe Corrêa da Silva Sanches
1
-1
/
+1
2018-03-27
a few more fixes to build warnings related to libnrtype
Felipe Corrêa da Silva Sanches
1
-2
/
+2
2018-03-12
Fixed more trivial typos
luz.paz
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+2
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-10-19
Implement rendering for SVG 2 text with 'inline-size'. Work partially from Al...
Tavmjong Bah
1
-0
/
+91
2017-10-17
Allow multiple shapes in 'shape-inside' and 'shape-subtract'. Work from Alex ...
Tavmjong Bah
1
-44
/
+125
2017-10-17
Remove text 'width' and 'height' attributes. These were replaced by the 'inli...
Tavmjong Bah
1
-28
/
+0
2017-10-01
First batch
Marc Jeanmougin
1
-26
/
+11
2017-09-21
Remove useage of GString from sp-text.cpp
Jan Lingscheid
1
-3
/
+3
2017-06-10
libnrtype/Layout-TNG refactoring for better code legibility
Felipe Corrêa da Silva Sanches
1
-2
/
+6
2016-08-29
Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.
Tavmjong Bah
1
-11
/
+4
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-9
/
+9
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-6
/
+6
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-27
/
+27
2016-06-01
Use CSS 'strut' as minimum value of CSS line box height.
Tavmjong Bah
1
-1
/
+22
2016-03-30
Partial fix for bug 156221 ('line-height' with non-pixel scaled drawing).
Tavmjong Bah
1
-0
/
+7
2016-03-18
Reverting 14701.
Tavmjong Bah
1
-0
/
+9
2016-03-18
Fix writing of 'x' and 'y' attributes in multiline text via sodipode:role="li...
Tavmjong Bah
1
-2
/
+2
2016-03-12
Add a units box to line height and wire in the style units, plus some cleanup
Martin Owens
1
-9
/
+0
2016-02-20
Font size in status bar should use unit from text units preference. Patch fro...
Tavmjong Bah
1
-1
/
+4
2015-12-05
Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.
Tavmjong Bah
1
-24
/
+64
2015-05-02
sp-text: Whitespace cleanup
Bryce Harrington
1
-13
/
+13
2015-02-25
create SPObject factory
Liam P. White
1
-14
/
+0
2015-01-16
Test implementation of 'shape-padding'.
Tavmjong Bah
1
-2
/
+15
2015-01-16
Start to implement SVG 2 text in a shape.
Tavmjong Bah
1
-5
/
+58
2015-01-05
Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...
Tavmjong Bah
1
-6
/
+60
2014-12-21
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
1
-2
/
+2
2014-12-21
Implement rendering for 'context-fill' and 'context-stroke' (text not handled...
Tavmjong Bah
1
-3
/
+3
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-1
/
+1
2014-10-05
More direct way of finding font-family in SPText::description.
Tavmjong Bah
1
-13
/
+1
2014-10-05
More direct way of finding font-family in SPText::description.
Tavmjong Bah
1
-16
/
+4
2014-09-29
Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...
Tavmjong Bah
1
-1
/
+0
2014-09-29
Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran...
Tavmjong Bah
1
-1
/
+0
2014-07-30
Read CSS Text 3 'white-space' property, SVG 2 <text> 'width', 'height' attrib...
Tavmjong Bah
1
-0
/
+30
[next]