summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Returns hasVariationSelector true for VS15/VS16Seigo Nonaka2016-04-151-2/+3
* Merge "Clear mLineWidths in LineBreaker::finish()" into nyc-devRaph Levien2016-04-131-0/+3
|\
| * Clear mLineWidths in LineBreaker::finish()Raph Levien2016-04-121-0/+3
* | Fix minikin_unittestsSeigo Nonaka2016-04-113-5/+23
* | Avoid copying of font table dataRaph Levien2016-04-082-4/+23
|/
* Purge hb font on Minikin font destructionRaph Levien2016-04-071-0/+2
* Suppress log span due to returning null for itemize result.Seigo Nonaka2016-03-031-0/+2
* Optimize: Use measureText instead of doLayout.Keisuke Kuroyanagi2016-02-181-2/+3
* Merge "Improve Paint.measureText and Paint.hasGlyph for variation sequences."...Seigo Nonaka2016-02-183-2/+14
|\
| * Improve Paint.measureText and Paint.hasGlyph for variation sequences.Seigo Nonaka2016-02-173-2/+14
* | Add penalty for breaks in URLs and email addressesRaph Levien2016-02-171-0/+2
* | Add line breaks to email addresses and URLsRaph Levien2016-02-171-1/+1
* | Special-case URLs and email addresses for line breakingRaph Levien2016-02-171-0/+4
* | Refine hyphenation around punctuationRaph Levien2016-02-162-7/+69
|/
* Improve Paint.hasGlyph performance by caching hb_font_tSeigo Nonaka2016-02-042-12/+2
* Add light weight methods for text measurement.Keisuke Kuroyanagi2016-01-211-4/+12
* Introduce multiple language based font fallback.Seigo Nonaka2016-01-151-0/+10
* Save all kind of script tags into FontLanguage.Seigo Nonaka2016-01-051-59/+5
* Revert "Save all kind of script tags into FontLanguage."Bart Sears2015-12-221-5/+59
* Save all kind of script tags into FontLanguage.Seigo Nonaka2015-12-221-59/+5
* Remove script matching score from the font selection fallback.Seigo Nonaka2015-12-101-1/+1
* Introduce FontLanguageListCache.Seigo Nonaka2015-12-082-16/+23
* Select emoji font based on variation selectors.Seigo Nonaka2015-12-071-1/+3
* Introduce FontCollection::hasVariationSelector method.Seigo Nonaka2015-11-191-0/+5
* Add -Werror -Wall -Wextra to compiler option.Seigo Nonaka2015-10-281-1/+1
* Revert "Add -Werror -Wall -Wextra to compiler option."Bart Sears2015-10-281-1/+1
* Add -Werror -Wall -Wextra to compiler option.Seigo Nonaka2015-10-271-1/+1
* Basic scaffolding for handling a language list.Roozbeh Pournader2015-10-221-0/+23
* Merge "Support Variation Selector in font selection."Seigo Nonaka2015-10-201-1/+1
|\
| * Support Variation Selector in font selection.Seigo Nonaka2015-10-201-1/+1
* | Remove MinikinFont::GetGlyph interface.Seigo Nonaka2015-10-152-4/+0
|/
* Introduce FontFamily::hasVariationSelectorSeigo Nonaka2015-10-122-2/+19
* Merge "Refactoring: Introduce helper class to iterate runs."Keisuke Kuroyanagi2015-10-011-1/+1
|\
| * Refactoring: Introduce helper class to iterate runs.Keisuke Kuroyanagi2015-09-291-1/+1
* | Binary format for hyphenation patternsRaph Levien2015-09-301-9/+30
|/
* Support three-letter language codes in FontLanguage.Roozbeh Pournader2015-08-071-5/+8
* Add HyphenEdit to layout cacheRaph Levien2015-07-091-2/+2
* Increase hyphenation penalty for short last lineRaph Levien2015-06-081-7/+2
* Support hyphenation frequency in Minikin.Roozbeh Pournader2015-05-121-0/+13
* Move Bitmap to a different namespaceJohn Reck2015-04-271-3/+7
* Add functions for measuring cursor positioningRaph Levien2015-04-152-1/+36
* Rename "margins" to "indents"Raph Levien2015-04-151-9/+9
* Add margins array to line widths objectRaph Levien2015-04-151-2/+16
* Revert "Fix build: Revert "Add hyphenation to line breaking""Raph Levien2015-03-302-13/+94
* Fix build: Revert "Add hyphenation to line breaking"Ed Heyl2015-03-302-94/+13
* Add hyphenation to line breakingRaph Levien2015-03-302-13/+94
* Add LineBreaker to MinikinRaph Levien2015-03-262-0/+220
* HyphenEdit in support of hyphenationRaph Levien2015-03-121-1/+15
* Minikin: Remove unused variables, fix init orderAndreas Gampe2014-12-031-1/+2
* Move coverage bitmap from FontCollection to FontFamilyRaph Levien2014-12-032-9/+10