summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Special-case URLs and email addresses for line breakingRaph Levien2016-02-173-1/+134
* | | | | | | | | Refine hyphenation around punctuationRaph Levien2016-02-167-67/+311
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix two "unused parameter" warnings in minikin sample.Aurimas Liutikas2016-02-121-1/+1
* | | | | | | | Optimize: Precompute the hash value for LayoutCacheKey.Keisuke Kuroyanagi2016-02-081-3/+10
* | | | | | | | Improve Paint.hasGlyph performance by caching hb_font_tSeigo Nonaka2016-02-0412-220/+144
* | | | | | | | Disable unsigned integer overflow sanitization until libc++ is fixed. am: 455...Stephen Hines2016-01-261-6/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Disable unsigned integer overflow sanitization until libc++ is fixed.Stephen Hines2016-01-261-6/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Disable unsigned integer overflow sanitization until libc++ is fixed.Stephen Hines2016-01-261-6/+2
* | | | | | | | | | Add light weight methods for text measurement.Keisuke Kuroyanagi2016-01-212-19/+65
* | | | | | | | | | Reject fonts with invalid ranges in cmap am: ca8ac8acda am: 3034e8b4ab am: a3...Raph Levien2016-01-150-0/+0
|\| | | | | | | | |
| * | | | | | | | | Reject fonts with invalid ranges in cmap am: ca8ac8acda am: 3034e8b4ab am: a3...Raph Levien2016-01-150-0/+0
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Reject fonts with invalid ranges in cmap am: ca8ac8acda am: 3034e8b4ab am: a3...Raph Levien2016-01-152-16/+27
| | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / | | | |/| | | | | |
| | | * | | | | | | Reject fonts with invalid ranges in cmap am: ca8ac8acda am: 3034e8b4ab am: a3...Raph Levien2016-01-152-16/+27
| | | |\ \ \ \ \ \ \ | | | | | |/ / / / / | | | | |/| | | | |
| | | | * | | | | | Reject fonts with invalid ranges in cmap am: ca8ac8acda am: 3034e8b4ab am: a3...Raph Levien2016-01-152-16/+27
| | | | |\ \ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | |
| | | | | * | | | | Reject fonts with invalid ranges in cmap am: ca8ac8acda am: 3034e8b4abRaph Levien2016-01-152-16/+27
| | | | | |\ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | |
| | | | | | * | | | Reject fonts with invalid ranges in cmap am: ca8ac8acdaRaph Levien2016-01-152-16/+27
| | | | | | |\ \ \ \ | | | | | | | | |/ / | | | | | | | |/| |
| | | | | | | * | | Reject fonts with invalid ranges in cmapRaph Levien2016-01-152-16/+27
| | | | | | | |\ \ \ | | | | | | | | | |/ | | | | | | | | |/|
| | | | | | | | * | Reject fonts with invalid ranges in cmapRaph Levien2016-01-072-16/+27
* | | | | | | | | | Introduce multiple language based font fallback.Seigo Nonaka2016-01-1513-64/+711
* | | | | | | | | | Tailor grapheme boundaries so sequence emoji are one grapheme - DO NOT MERGE ...Raph Levien2016-01-130-0/+0
|\| | | | | | | | |
| * | | | | | | | | Tailor grapheme boundaries so sequence emoji are one grapheme - DO NOT MERGERaph Levien2016-01-131-0/+26
| |\| | | | | | | |
| | * | | | | | | | Tailor grapheme boundaries so sequence emoji are one grapheme - DO NOT MERGERaph Levien2016-01-131-0/+26
| | |/ / / / / / /
* | | | | | | | | Tailor grapheme boundaries so sequence emoji are one graphemeRaph Levien2016-01-132-0/+41
* | | | | | | | | Reject fonts with invalid ranges in cmapRaph Levien2016-01-072-16/+27
* | | | | | | | | Minikin: Disable sanitizer on x86 am: 72c026822dAndreas Gampe2016-01-071-2/+10
|\| | | | | | | |
| * | | | | | | | Minikin: Disable sanitizer on x86Andreas Gampe2016-01-071-2/+10
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Minikin: Disable sanitizer on x86Andreas Gampe2016-01-061-2/+10
* | | | | | | | | Merge "Fix lock assertion failures in unit test."Seigo Nonaka2016-01-073-1/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix lock assertion failures in unit test.Seigo Nonaka2016-01-063-1/+11
* | | | | | | | | | Enable integer sanitization in libminikin am: 7087da2519Dan Austin2016-01-061-0/+4
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Enable integer sanitization in libminikinDan Austin2016-01-061-0/+4
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Enable integer sanitization in libminikinDan Austin2016-01-061-0/+4
* | | | | | | | | | Revert "Enable integer sanitization in libminikin." am: 342cd45a5eDan Austin2016-01-061-6/+1
|\| | | | | | | | |
| * | | | | | | | | Revert "Enable integer sanitization in libminikin."Dan Austin2016-01-061-6/+1
| |\| | | | | | | |
| | * | | | | | | | Revert "Enable integer sanitization in libminikin."Dan Austin2016-01-061-6/+1
* | | | | | | | | | Enable integer sanitization in libminikin. am: 9c13a3dc96Dan Austin2016-01-061-1/+6
|\| | | | | | | | | | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Enable integer sanitization in libminikin.Dan Austin2016-01-061-1/+6
| |\| | | | | | |
| | * | | | | | | Enable integer sanitization in libminikin.Dan Austin2016-01-051-1/+6
* | | | | | | | | Merge "Fix race condition in Paint.hasGlyph()"Seigo Nonaka2016-01-063-4/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix race condition in Paint.hasGlyph()Seigo Nonaka2016-01-063-4/+14
* | | | | | | | | | Merge "Replace Qaae script with Zsye"Roozbeh Pournader2016-01-053-10/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Replace Qaae script with ZsyeSeigo Nonaka2016-01-053-10/+10
* | | | | | | | | | | Save all kind of script tags into FontLanguage.Seigo Nonaka2016-01-0514-225/+640
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Suppress linebreaks in emoji ZWJ sequences - DO NOT MERGE am: 30fca219e0 -s ...Raph Levien2015-12-230-0/+0
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Suppress linebreaks in emoji ZWJ sequences - DO NOT MERGE am: 30fca219e0 -s ...Raph Levien2015-11-180-0/+0
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge "Revert "Save all kind of script tags into FontLanguage.""Bart Sears2015-12-2214-639/+225
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Revert "Save all kind of script tags into FontLanguage."Bart Sears2015-12-2214-639/+225
* | | | | | | | | | | | Merge "Save all kind of script tags into FontLanguage."Seigo Nonaka2015-12-2214-225/+639
|\| | | | | | | | | | |
| * | | | | | | | | | | Save all kind of script tags into FontLanguage.Seigo Nonaka2015-12-2214-225/+639
* | | | | | | | | | | | No op build should not build minikin_testsSeigo Nonaka2015-12-151-15/+9
|/ / / / / / / / / / /