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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix Glib::Regex::match stack-use-after-scope
Thomas Holder
2019-11-21
1
-1
/
+6
*
refactor: Eliminate SPIString::value_default
Thomas Holder
2019-11-03
1
-5
/
+5
*
refactor SPIEnum: more type safety
Thomas Holder
2019-10-28
1
-1
/
+1
*
Fix GC warnings
Marc Jeanmougin
2019-10-10
1
-0
/
+1
*
Fix various minor code problems
Marc Jeanmougin
2019-10-05
1
-6
/
+5
*
Fix some memory leaks found by scan-build
Marc Jeanmougin
2019-10-05
1
-4
/
+4
*
Active SVG2 Flow Text by default
Jabiertxof
2019-09-16
1
-1
/
+1
*
Allow paste preserving new lines into a flowtext element
Jabiertxof
2019-09-16
1
-4
/
+7
*
Allow to paste paragraphs in SVG2 Flow then paste overflow the shape
Jabiertxof
2019-09-13
1
-2
/
+30
*
A value of zero for 'inline-size' should act as if 'inline-size' is not set. ...
Tavmjong Bah
2019-09-13
1
-4
/
+5
*
Allow transforms in SVG2 flow elements
Jabier Arraiza
2019-09-07
1
-0
/
+9
*
Prepared for beta. Fixed blocking bug
Jabiertxof
2019-09-07
1
-1
/
+0
*
Prepare for beta
Jabiertxof
2019-09-07
1
-4
/
+1
*
fixx flowbox on SVG2 mode using tspans
Jabiertxof
2019-09-07
1
-2
/
+10
*
Write out 'x' and 'y' attribute values to repr when some text property value ...
Tavmjong Bah
2019-09-07
1
-0
/
+1
*
Add listeners for when shapes used by text are changed.
Tavmjong Bah
2019-09-06
1
-27
/
+21
*
Refactoring: call setAttribute() directly.
Shlomi Fish
2019-06-06
1
-1
/
+1
*
Fix for line positioning in wrapped multi-line text.
Tavmjong Bah
2019-04-15
1
-0
/
+5
*
Misc. typos
luz.paz
2019-03-26
1
-3
/
+3
*
Fix text rendering when Inkscape multi-line text has an empty first line.
Tavmjong Bah
2019-03-23
1
-3
/
+43
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-21
/
+19
*
Round-trip SVG 2 flowed text with SVG 1.1 backup.
Tavmjong Bah
2018-12-14
1
-49
/
+284
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
SPAttributeEnum typed function arguments
Thomas Holder
2018-10-06
1
-1
/
+1
*
Fix rendering when a <tspan> has a CSS 'display' property with value 'none'.
Tavmjong Bah
2018-08-27
1
-0
/
+5
*
Ignore 'x' and 'y' attributes on SVG 2 wrapped text (except first for 'inline...
Tavmjong Bah
2018-06-21
1
-179
/
+222
*
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-19
/
+19
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-9
/
+9
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-9
/
+9
*
Remove some documents updates
Jabier Arraiza
2018-04-23
1
-2
/
+0
*
a bit more of warning cleanup
Felipe Corrêa da Silva Sanches
2018-03-28
1
-1
/
+1
*
a few more fixes to build warnings related to libnrtype
Felipe Corrêa da Silva Sanches
2018-03-27
1
-2
/
+2
*
Fixed more trivial typos
luz.paz
2018-03-12
1
-1
/
+1
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-0
/
+1279