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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-21
fix Glib::Regex::match stack-use-after-scope
Thomas Holder
1
-1
/
+6
2019-11-03
refactor: Eliminate SPIString::value_default
Thomas Holder
1
-5
/
+5
2019-10-28
refactor SPIEnum: more type safety
Thomas Holder
1
-1
/
+1
2019-10-10
Fix GC warnings
Marc Jeanmougin
1
-0
/
+1
2019-10-05
Fix various minor code problems
Marc Jeanmougin
1
-6
/
+5
2019-10-05
Fix some memory leaks found by scan-build
Marc Jeanmougin
1
-4
/
+4
2019-09-16
Active SVG2 Flow Text by default
Jabiertxof
1
-1
/
+1
2019-09-16
Allow paste preserving new lines into a flowtext element
Jabiertxof
1
-4
/
+7
2019-09-13
Allow to paste paragraphs in SVG2 Flow then paste overflow the shape
Jabiertxof
1
-2
/
+30
2019-09-13
A value of zero for 'inline-size' should act as if 'inline-size' is not set. ...
Tavmjong Bah
1
-4
/
+5
2019-09-07
Allow transforms in SVG2 flow elements
Jabier Arraiza
1
-0
/
+9
2019-09-07
Prepared for beta. Fixed blocking bug
Jabiertxof
1
-1
/
+0
2019-09-07
Prepare for beta
Jabiertxof
1
-4
/
+1
2019-09-07
fixx flowbox on SVG2 mode using tspans
Jabiertxof
1
-2
/
+10
2019-09-07
Write out 'x' and 'y' attribute values to repr when some text property value ...
Tavmjong Bah
1
-0
/
+1
2019-09-06
Add listeners for when shapes used by text are changed.
Tavmjong Bah
1
-27
/
+21
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-1
/
+1
2019-04-15
Fix for line positioning in wrapped multi-line text.
Tavmjong Bah
1
-0
/
+5
2019-03-26
Misc. typos
luz.paz
1
-3
/
+3
2019-03-23
Fix text rendering when Inkscape multi-line text has an empty first line.
Tavmjong Bah
1
-3
/
+43
2019-01-02
modernize loops
Marc Jeanmougin
1
-21
/
+19
2018-12-14
Round-trip SVG 2 flowed text with SVG 1.1 backup.
Tavmjong Bah
1
-49
/
+284
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
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
[next]