index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libnrtype
/
Layout-TNG-Compute.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support "lang" and "xml:lang" attributes.
Tavmjong Bah
2019-10-01
1
-0
/
+8
*
Fix cursor postion when text is laid out using 'x' and 'y' attributes.
Tavmjong Bah
2019-09-18
1
-0
/
+5
*
Better check for CONTROL_CODE
Nathan Lee
2019-06-18
1
-1
/
+1
*
Stop crash on newline when entering rtl text
Nathan Lee
2019-05-12
1
-4
/
+2
*
Fix for line positioning in wrapped multi-line text.
Tavmjong Bah
2019-04-15
1
-1
/
+1
*
Fix text rendering when Inkscape multi-line text has an empty first line.
Tavmjong Bah
2019-03-23
1
-4
/
+38
*
Fix complication when debugging enabled.
Tavmjong Bah
2019-03-20
1
-3
/
+4
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-3
/
+3
*
Fix comment.
Tavmjong Bah
2018-12-20
1
-1
/
+1
*
Prevent screen jump when 'inline-size' value is too small to display text.
Tavmjong Bah
2018-12-20
1
-2
/
+14
*
Add ability to create SVG 2 text:
Tavmjong Bah
2018-12-18
1
-1
/
+26
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
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
-3
/
+3
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-3
/
+3
*
a bit more of warning cleanup
Felipe Corrêa da Silva Sanches
2018-03-28
1
-1
/
+0
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-1
/
+1
*
Fix baseline shift movement direction
Khaled Hosny
2017-10-20
1
-1
/
+1
*
Fix error when vertical text has 'text-orientation' value 'sideways'.
Tavmjong Bah
2017-09-26
1
-1
/
+1
*
Minor code cleanup and better handling of non-spacing marks in upright vertic...
Tavmjong Bah
2017-09-25
1
-4
/
+17
*
Improve rendering of vertical text with non-spacing marks in upright orientat...
Tavmjong Bah
2017-09-13
1
-19
/
+42
*
Fix infinite loop when rendering text inside a shape under very special condi...
Tavmjong Bah
2017-09-07
1
-8
/
+7
*
Minor code cleanup.
Tavmjong Bah
2017-09-06
1
-6
/
+11
*
Fix vertical RTL text with upright orientation
Khaled Hosny
2017-08-19
1
-0
/
+4
*
Fix RTL glyph widths in vertical orientation
Khaled Hosny
2017-08-19
1
-6
/
+1
*
Fix inverted y sign for glyph positioning
Khaled Hosny
2017-08-17
1
-2
/
+2
*
A bit more massaging of codestyle on src/libnrtype/Layout...
Felipe Corrêa da Silva Sanches
2017-06-10
1
-694
/
+723
*
Group all of the ParagraphInfo class implementation
Felipe Corrêa da Silva Sanches
2017-06-10
1
-22
/
+16
*
Disable debugging code on libnrtype Layout-TNG-Compute at compile-time.
Felipe Corrêa da Silva Sanches
2017-06-09
1
-1
/
+5
*
Prevent infinite loop when line-height is zero and text does not fit on line.
Tavmjong Bah
2017-01-31
1
-4
/
+29
*
Add font name to debugging output.
Tavmjong Bah
2017-01-26
1
-0
/
+3
*
Line space properly blank lines that have their own styling (i.e. empty tspan).
Tavmjong Bah
2016-12-24
1
-3
/
+27
*
Use CSS 'strut' as minimum value of CSS line box height.
Tavmjong Bah
2016-06-01
1
-47
/
+29
*
using cpp limits values
Marc Jeanmougin
2016-04-13
1
-2
/
+3
*
Set minimum line height to "strut" height per CSS. Prevent possible infinite ...
Tavmjong Bah
2015-12-07
1
-31
/
+25
*
Remove leftover assert.
Tavmjong Bah
2015-12-06
1
-1
/
+0
*
Correct line spacing for text in a shape when various font-sizes present.
Tavmjong Bah
2015-12-02
1
-36
/
+65
*
Correct position of lines in multi-line text when some lines have different f...
Tavmjong Bah
2015-11-30
1
-10
/
+25
*
Implement rendering of 'dominant-baseline' property.
Tavmjong Bah
2015-11-18
1
-16
/
+19
*
Code cleanup. Remove/simplify some functions.
Tavmjong Bah
2015-11-18
1
-42
/
+28
*
Turn FontMetrics into a class. Add maximum ascent/descent variables.
Tavmjong Bah
2015-11-18
1
-1
/
+1
*
Replace leading by more useful x-height. Use OS/2 font metrics when available.
Tavmjong Bah
2015-11-13
1
-3
/
+3
*
'direction' is an inherited property, remove 'set' requirement.
Tavmjong Bah
2015-11-10
1
-5
/
+4
*
Rearrange code to make handling of baseline clearer.
Tavmjong Bah
2015-11-03
1
-33
/
+23
*
Vertical baseline depends on block 'text-orientation' value.
Tavmjong Bah
2015-11-03
1
-8
/
+29
*
Implement 'text-orientation' with user interface. Update 'writing-mode', addi...
Tavmjong Bah
2015-10-28
1
-116
/
+168
*
Fix position of text when 'direction' is 'rtl' (right-to-left).
Tavmjong Bah
2015-10-12
1
-6
/
+22
*
Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.
Tavmjong Bah
2015-06-22
1
-1
/
+0
*
Render font variants (ligatures, postions, caps, numerics).
Tavmjong Bah
2015-06-21
1
-0
/
+17
*
Fix warnings when tracing enabled.
Tavmjong Bah
2015-01-14
1
-12
/
+12
[next]