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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor code cleanup and better handling of non-spacing marks in upright vertic...
Tavmjong Bah
2017-09-25
1
-4
/
+17
*
cleanup: put extraction of OpenType tables in separate function
Eduard Braun
2017-09-23
1
-144
/
+147
*
cleanup: do not overwrite/free original font description
Eduard Braun
2017-09-23
1
-4
/
+4
*
Do not crash if no fonts are available
Eduard Braun
2017-09-23
1
-0
/
+4
*
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
*
Remove unused files.
Tavmjong Bah
2017-08-01
15
-1653
/
+3
*
Fix Harfbuzz version check for Trusty
Alex Valavanis
2017-07-25
1
-1
/
+4
*
Remove unnecessary cast which creates a temporary object that then goes out o...
Tavmjong Bah
2017-07-19
1
-1
/
+1
*
Cleanup: eliminate require-config.h
Eduard Braun
2017-07-17
1
-1
/
+0
*
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
*
libnrtype/Layout-TNG refactoring for better code legibility
Felipe Corrêa da Silva Sanches
2017-06-10
3
-37
/
+92
*
Disable debugging code on libnrtype Layout-TNG-Compute at compile-time.
Felipe Corrêa da Silva Sanches
2017-06-09
1
-1
/
+5
*
Fix build with versions of Harfbuzz prior to 1.2.3. (Visualization of alterna...
Tavmjong Bah
2017-06-06
1
-0
/
+6
*
Show glyphs with alternative styles in "Feature Settings" section of "Variant...
Tavmjong Bah
2017-06-05
2
-9
/
+91
*
Fix crash with fonts containing illegal characters in family name.
Eduard Braun
2017-05-10
1
-0
/
+6
*
[Bug #1464987] --export-latex crashes with a svg file.
sian-ht
2017-02-24
1
-2
/
+2
*
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
*
Fix disappearing text when outer line-height is zero.
Tavmjong Bah
2017-01-25
1
-1
/
+1
*
Line space properly blank lines that have their own styling (i.e. empty tspan).
Tavmjong Bah
2016-12-24
3
-5
/
+50
*
Remove the reset on the glyph tangent, it breaks text on path (bug lp:1627523)
Martin Owens
2016-09-30
1
-2
/
+0
*
Fix font style handling for non-system fonts.
Tavmjong Bah
2016-09-01
2
-4
/
+16
*
Use HarfBuzz instead of deprecated Pango OT
Alex Valavanis
2016-08-30
1
-67
/
+58
*
Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/
Tavmjong Bah
2016-08-15
1
-2
/
+2
*
Merged trunk
Adrian Boguszewski
2016-08-09
1
-28
/
+0
|
\
|
*
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
2016-08-08
1
-28
/
+0
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-1
/
+1
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-2
/
+2
|
/
*
Use CSS 'strut' as minimum value of CSS line box height.
Tavmjong Bah
2016-06-01
2
-47
/
+32
*
using cpp limits values
Marc Jeanmougin
2016-04-13
2
-3
/
+5
*
Reverting 14701.
Tavmjong Bah
2016-03-18
1
-1
/
+1
*
Add a units box to line height and wire in the style units, plus some cleanup
Martin Owens
2016-03-12
1
-1
/
+1
*
Revert Pango/Harfbuzz fixes. Needs work
Alex Valavanis
2015-12-27
1
-65
/
+64
*
Apply Tav/suv patch to replace Pango OT functions with Harfbuzz
Alex Valavanis
2015-12-27
1
-64
/
+65
*
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
3
-36
/
+91
*
Correct position of lines in multi-line text when some lines have different f...
Tavmjong Bah
2015-11-30
2
-14
/
+29
*
Use deprecated constant to maintain backwards compatibility with freetype 2.4.
Tavmjong Bah
2015-11-24
1
-1
/
+1
*
Merge 'writing-modes' branch.
Tavmjong Bah
2015-11-24
11
-291
/
+613
|
\
|
*
Swap text-before-edge and text-after-edge baseline values.
Tavmjong Bah
2015-11-19
1
-6
/
+6
|
*
Implement rendering of 'dominant-baseline' property.
Tavmjong Bah
2015-11-18
4
-39
/
+56
|
*
Use maximum ascent and descent for glyphs to ensure that glyphs that extend
Tavmjong Bah
2015-11-18
1
-3
/
+6
|
*
Code cleanup. Remove/simplify some functions.
Tavmjong Bah
2015-11-18
3
-90
/
+29
[next]