| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | * | Turn FontMetrics into a class. Add maximum ascent/descent variables. | Tavmjong Bah | 2015-11-18 | 4 | -19/+56 |
| | * | Find font metrics when font is initialized. Fill baseline table. | Tavmjong Bah | 2015-11-18 | 2 | -78/+222 |
| | * | Replace leading by more useful x-height. Use OS/2 font metrics when available. | Tavmjong Bah | 2015-11-13 | 5 | -21/+66 |
| | * | '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 | 3 | -8/+43 |
| | * | Implement 'text-orientation' with user interface. Update 'writing-mode', addi... | Tavmjong Bah | 2015-10-28 | 7 | -167/+280 |
| * | | Remove unneeded header. | Tavmjong Bah | 2015-11-24 | 1 | -1/+0 |
| |/ |
|
| * | Simplify code after removal of 'block-progression'. | Tavmjong Bah | 2015-10-15 | 1 | -16/+13 |
| * | Add new 'writing-mode' values, remove 'block-progression', fix a few typos. | Tavmjong Bah | 2015-10-15 | 1 | -7/+0 |
| * | Fix position of text when 'direction' is 'rtl' (right-to-left). | Tavmjong Bah | 2015-10-12 | 2 | -9/+25 |
| * | added a check that is present in surrounding code, but not on this particular... | Marc Jeanmougin | 2015-08-17 | 1 | -1/+1 |
| * | Set sensitivty of font-variant buttons according to available OpenType tables. | Tavmjong Bah | 2015-06-25 | 2 | -0/+93 |
| * | 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 potential crash in FontLister | Krzysztof Kosi??ski | 2015-05-09 | 1 | -1/+1 |
| * | fix for bug 1391374. | Marc Jeanmougin | 2015-05-08 | 2 | -3/+7 |
| * | Fix regression: Update default font-family if nothing is selected on canvas. | Tavmjong Bah | 2015-04-29 | 1 | -1/+1 |
| * | Fix warnings when tracing enabled. | Tavmjong Bah | 2015-01-14 | 1 | -12/+12 |
| * | Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs... | Tavmjong Bah | 2015-01-05 | 6 | -26/+144 |