| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | SPStyle ref counting clean up. | Tavmjong Bah | 2014-12-26 | 1 | -1/+1 |
| * | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs(). | Tavmjong Bah | 2014-12-24 | 1 | -10/+9 |
| * | [FIX] Patch for bug #1282968 (kerning of Telugu fonts is broken) by David Mat... | mathog | 2014-11-18 | 1 | -19/+34 |
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -0/+1 |
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -1/+1 |
| |\ |
|
| | * | Various small font things. | Tavmjong Bah | 2014-10-15 | 1 | -2/+39 |