summaryrefslogtreecommitdiffstats
path: root/src/libnrtype (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the reset on the glyph tangent, it breaks text on path (bug lp:1627523)Martin Owens2016-09-301-2/+0
* Fix font style handling for non-system fonts.Tavmjong Bah2016-09-012-4/+16
* Use HarfBuzz instead of deprecated Pango OTAlex Valavanis2016-08-301-67/+58
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-2/+2
* Merged trunkAdrian Boguszewski2016-08-091-28/+0
|\
| * Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-28/+0
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-2/+2
|/
* Use CSS 'strut' as minimum value of CSS line box height.Tavmjong Bah2016-06-012-47/+32
* using cpp limits valuesMarc Jeanmougin2016-04-132-3/+5
* Reverting 14701.Tavmjong Bah2016-03-181-1/+1
* Add a units box to line height and wire in the style units, plus some cleanupMartin Owens2016-03-121-1/+1
* Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis2015-12-271-65/+64
* Apply Tav/suv patch to replace Pango OT functions with HarfbuzzAlex Valavanis2015-12-271-64/+65
* Set minimum line height to "strut" height per CSS. Prevent possible infinite ...Tavmjong Bah2015-12-071-31/+25
* Remove leftover assert.Tavmjong Bah2015-12-061-1/+0
* Correct line spacing for text in a shape when various font-sizes present.Tavmjong Bah2015-12-023-36/+91
* Correct position of lines in multi-line text when some lines have different f...Tavmjong Bah2015-11-302-14/+29
* Use deprecated constant to maintain backwards compatibility with freetype 2.4.Tavmjong Bah2015-11-241-1/+1
* Merge 'writing-modes' branch.Tavmjong Bah2015-11-2411-291/+613
|\
| * Swap text-before-edge and text-after-edge baseline values.Tavmjong Bah2015-11-191-6/+6
| * Implement rendering of 'dominant-baseline' property.Tavmjong Bah2015-11-184-39/+56
| * Use maximum ascent and descent for glyphs to ensure that glyphs that extendTavmjong Bah2015-11-181-3/+6
| * Code cleanup. Remove/simplify some functions.Tavmjong Bah2015-11-183-90/+29
| * Turn FontMetrics into a class. Add maximum ascent/descent variables.Tavmjong Bah2015-11-184-19/+56
| * Find font metrics when font is initialized. Fill baseline table.Tavmjong Bah2015-11-182-78/+222
| * Replace leading by more useful x-height. Use OS/2 font metrics when available.Tavmjong Bah2015-11-135-21/+66
| * 'direction' is an inherited property, remove 'set' requirement.Tavmjong Bah2015-11-101-5/+4
| * Rearrange code to make handling of baseline clearer.Tavmjong Bah2015-11-031-33/+23
| * Vertical baseline depends on block 'text-orientation' value.Tavmjong Bah2015-11-033-8/+43
| * Implement 'text-orientation' with user interface. Update 'writing-mode', addi...Tavmjong Bah2015-10-287-167/+280
* | Remove unneeded header.Tavmjong Bah2015-11-241-1/+0
|/
* Simplify code after removal of 'block-progression'.Tavmjong Bah2015-10-151-16/+13
* Add new 'writing-mode' values, remove 'block-progression', fix a few typos.Tavmjong Bah2015-10-151-7/+0
* Fix position of text when 'direction' is 'rtl' (right-to-left).Tavmjong Bah2015-10-122-9/+25
* added a check that is present in surrounding code, but not on this particular...Marc Jeanmougin2015-08-171-1/+1
* Set sensitivty of font-variant buttons according to available OpenType tables.Tavmjong Bah2015-06-252-0/+93
* Enable rendering of 'font-feature-settings' and 'font-variant-east-asian'.Tavmjong Bah2015-06-221-1/+0
* Render font variants (ligatures, postions, caps, numerics).Tavmjong Bah2015-06-211-0/+17
* Fix potential crash in FontListerKrzysztof Kosi??ski2015-05-091-1/+1
* fix for bug 1391374.Marc Jeanmougin2015-05-082-3/+7
* Fix regression: Update default font-family if nothing is selected on canvas.Tavmjong Bah2015-04-291-1/+1
* Fix warnings when tracing enabled.Tavmjong Bah2015-01-141-12/+12
* Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...Tavmjong Bah2015-01-056-26/+144
* SPStyle ref counting clean up.Tavmjong Bah2014-12-261-1/+1
* Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-241-10/+9
* [FIX] Patch for bug #1282968 (kerning of Telugu fonts is broken) by David Mat...mathog2014-11-181-19/+34
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-0/+1
* Update to trunk r13621Liam P. White2014-10-171-1/+1
|\
| * Various small font things.Tavmjong Bah2014-10-151-2/+39