summaryrefslogtreecommitdiffstats
path: root/libs
Commit message (Expand)AuthorAgeFilesLines
* Move coverage bitmap from FontCollection to FontFamilyRaph Levien2014-10-292-51/+53
* Silently ignore invalid rangeOffset valuesRaph Levien2014-10-231-11/+12
* Fine-tune fake-bolding conditionstaging/cm-12.0-cafRaph Levien2014-09-221-4/+4
* Snap advance widths to integersRaph Levien2014-09-031-8/+18
* Try Unicode decomposition for selecting fallback fontRaph Levien2014-08-261-1/+15
* Allocate font vector on stackBehdad Esfahbod2014-08-211-3/+12
* Fix Layout initialization in the skipCache pathBehdad Esfahbod2014-08-211-6/+11
* Speed up cache lookupBehdad Esfahbod2014-08-211-35/+64
* Choose same font for Emoji keycap and its base characterBehdad Esfahbod2014-08-081-2/+17
* Support fontFeatureSettingsBehdad Esfahbod2014-07-301-12/+23
* Remove CSS string doLayout entrypoint and supporting codeBehdad Esfahbod2014-07-293-256/+0
* Add doLayout variant that does NOT take css stringBehdad Esfahbod2014-07-291-8/+20
* Merge "Don't get stuck on invalid UTF-16" into lmp-devBehdad Esfahbod2014-07-241-4/+3
|\
| * Don't get stuck on invalid UTF-16Behdad Esfahbod2014-07-251-4/+3
* | Towards CSS removalBehdad Esfahbod2014-07-242-17/+41
|/
* Remove deprecated APIBehdad Esfahbod2014-07-241-9/+0
* Add letter-spacing supportBehdad Esfahbod2014-07-222-4/+42
* Don't pass invalid Unicode codepoint to SkiaBehdad Esfahbod2014-07-111-0/+6
* Merge "Use __builtin_clzl if element is long"Behdad Esfahbod2014-07-101-2/+2
|\
| * Use __builtin_clzl if element is longBehdad Esfahbod2014-07-101-2/+2
* | Switch minikin to the new icu.Elliott Hughes2014-07-101-1/+1
* | Assign non-coverage font runs to base fontRaph Levien2014-07-091-3/+5
|/
* Disable "palt" OpenType featureRaph Levien2014-06-261-0/+6
* Add purgeCaches() methodRaph Levien2014-06-251-0/+8
* Implement grapheme cluster breakingRaph Levien2014-06-192-0/+133
* Make font runs less stickyRaph Levien2014-06-191-2/+17
* Merge "Fix missing text on nonexistent font file"Raph Levien2014-06-111-6/+7
|\
| * Fix missing text on nonexistent font fileRaph Levien2014-06-111-6/+7
* | Tighten requirements for fake boldRaph Levien2014-06-121-3/+5
|/
* Merge "Provisionally enable "palt" OpenType feature"Raph Levien2014-06-101-1/+10
|\
| * Provisionally enable "palt" OpenType featureRaph Levien2014-06-071-1/+10
* | Support for fake bold and italicsRaph Levien2014-06-103-18/+40
|/
* Add baseFont method to FontCollectionRaph Levien2014-06-061-0/+8
* Support for context in APIRaph Levien2014-06-051-21/+14
* Make paint flags consistently uint32_tRaph Levien2014-06-052-10/+10
* Fix unmatching typeRaph Levien2014-06-041-1/+1
* Support for scaleX and skewXRaph Levien2014-06-032-13/+33
* Fix ZWJ not working for Indic fontsRaph Levien2014-05-291-25/+23
* Language and variant selectionRaph Levien2014-05-294-12/+137
* Fix for Minikin native crashRaph Levien2014-05-291-1/+1
* Fix for bug 15252902 native crash in MinikinRaph Levien2014-05-271-4/+4
* Caching for layouts and harfbuzz facesRaph Levien2014-05-273-65/+337
* Merge "Do BiDi algorithm for text layout" into lmp-preview-devRaph Levien2014-05-272-10/+81
|\
| * Do BiDi algorithm for text layoutRaph Levien2014-05-272-10/+81
* | Fix native crash in Latin-1 typefacesRaph Levien2014-05-231-1/+1
|/
* Fix incomplete refcounting and lockingRaph Levien2014-05-193-2/+18
* Initial BiDi supportRaph Levien2014-05-142-2/+12
* Fix 64-bit cleanliness problemRaph Levien2014-05-141-2/+2
* Fix build breakage in sample codeRaph Levien2014-05-141-0/+5
* Better refcounting and lockingRaph Levien2014-05-127-8/+108