summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename "margins" to "indents"Raph Levien2015-04-152-11/+11
* Add margins array to line widths objectRaph Levien2015-04-152-2/+21
* Revert "Fix build: Revert "Add hyphenation to line breaking""Raph Levien2015-03-305-49/+407
* Fix build: Revert "Add hyphenation to line breaking"Ed Heyl2015-03-305-407/+49
* Add hyphenation to line breakingRaph Levien2015-03-305-49/+407
* Add LineBreaker to MinikinRaph Levien2015-03-265-13/+522
* HyphenEdit in support of hyphenationRaph Levien2015-03-122-2/+32
* Disable HarfBuzz's fallback to compatibility decompositionsRoozbeh Pournader2015-02-251-2/+13
* am 79298c34: am 5870d4f0: Remove hardcoded ICU include paths.Narayan Kamath2015-01-052-3/+0
|\
| * am 5870d4f0: Remove hardcoded ICU include paths.Narayan Kamath2015-01-052-3/+0
| |\
| | * Remove hardcoded ICU include paths.Narayan Kamath2015-01-052-3/+0
* | | am 919fbb99: am cb20a2f0: Minikin: Remove unused variables, fix init orderAndreas Gampe2014-12-046-12/+22
|\| |
| * | am cb20a2f0: Minikin: Remove unused variables, fix init orderAndreas Gampe2014-12-046-12/+22
| |\|
| | * Minikin: Remove unused variables, fix init orderAndreas Gampe2014-12-036-12/+22
* | | am 58b25145: am 13f1aae0: Move coverage bitmap from FontCollection to FontFamilyRaph Levien2014-12-040-0/+0
|\| |
| * | am 13f1aae0: Move coverage bitmap from FontCollection to FontFamilyRaph Levien2014-12-040-0/+0
| |\|
| | * Move coverage bitmap from FontCollection to FontFamilyRaph Levien2014-12-034-60/+63
* | | am dc81fbad: am 69d4fba2: Move frameworks/minikin over to libc++.Dan Albert2014-11-123-9/+5
|\| |
| * | am 69d4fba2: Move frameworks/minikin over to libc++.Dan Albert2014-11-123-9/+5
| |\|
| | * Move frameworks/minikin over to libc++.Dan Albert2014-11-113-9/+5
* | | am 253320d2: Move coverage bitmap from FontCollection to FontFamilyRaph Levien2014-10-314-60/+63
|\| |
| * | Move coverage bitmap from FontCollection to FontFamilyRaph Levien2014-10-294-60/+63
* | | am 5f11abd3: Silently ignore invalid rangeOffset valuesRaph Levien2014-10-241-11/+12
|\| |
| * | Silently ignore invalid rangeOffset valuesRaph Levien2014-10-231-11/+12
| |/
* | am d5804e39: Fine-tune fake-bolding conditionRaph Levien2014-09-231-4/+4
|\|
| * Fine-tune fake-bolding conditionstaging/cm-12.0-cafRaph Levien2014-09-221-4/+4
* | am 6740536e: Snap advance widths to integersRaph Levien2014-09-042-8/+24
|\|
| * Snap advance widths to integersRaph Levien2014-09-032-8/+24
* | am 997c799e: Try Unicode decomposition for selecting fallback fontRaph Levien2014-08-271-1/+15
|\|
| * Try Unicode decomposition for selecting fallback fontRaph Levien2014-08-261-1/+15
* | am 56c7fb8c: Allocate font vector on stackBehdad Esfahbod2014-08-221-3/+12
|\|
| * Allocate font vector on stackBehdad Esfahbod2014-08-211-3/+12
* | am 6da7796c: Fix Layout initialization in the skipCache pathBehdad Esfahbod2014-08-212-8/+20
|\|
| * Fix Layout initialization in the skipCache pathBehdad Esfahbod2014-08-212-8/+20
* | am 288c9159: Speed up cache lookupBehdad Esfahbod2014-08-212-35/+66
|\|
| * Speed up cache lookupBehdad Esfahbod2014-08-212-35/+66
* | am f952161b: Choose same font for Emoji keycap and its base characterBehdad Esfahbod2014-08-081-2/+17
|\|
| * Choose same font for Emoji keycap and its base characterBehdad Esfahbod2014-08-081-2/+17
* | am 5986f604: Support fontFeatureSettingsBehdad Esfahbod2014-07-302-14/+33
|\|
| * Support fontFeatureSettingsBehdad Esfahbod2014-07-302-14/+33
* | am 9802b0dc: Fix examples buildBehdad Esfahbod2014-07-292-3/+10
|\|
| * Fix examples buildBehdad Esfahbod2014-07-292-3/+10
* | am d50c99df: Merge "Remove CSS string doLayout entrypoint and supporting code...Behdad Esfahbod2014-07-295-369/+0
|\|
| * Merge "Remove CSS string doLayout entrypoint and supporting code" into lmp-devBehdad Esfahbod2014-07-275-369/+0
| |\
| | * Remove CSS string doLayout entrypoint and supporting codeBehdad Esfahbod2014-07-295-369/+0
* | | am 83d5a3c5: Initialize MinikinPaint membersBehdad Esfahbod2014-07-291-0/+2
|\| |
| * | Initialize MinikinPaint membersBehdad Esfahbod2014-07-291-0/+2
| |/
* | Merge "Revert "Don't pass invalid Unicode codepoint to Skia""Behdad Esfahbod2014-07-241-6/+0
|\ \ | |/ |/|
| * Revert "Don't pass invalid Unicode codepoint to Skia"Behdad Esfahbod2014-07-251-6/+0
* | Add doLayout variant that does NOT take css stringBehdad Esfahbod2014-07-292-8/+24