summaryrefslogtreecommitdiffstats
path: root/libs/minikin/Layout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix logspam and incorrect cluster offsetRaph Levien2015-06-291-1/+1
* Disable letterspacing for connected scriptsRaph Levien2015-06-261-9/+38
* Use ASCII HYPHEN-MINUS when there's no HYPHEN in the font.Roozbeh Pournader2015-06-121-1/+11
* Move Bitmap to a different namespaceJohn Reck2015-04-271-39/+43
* Add LineBreaker to MinikinRaph Levien2015-03-261-13/+0
* HyphenEdit in support of hyphenationRaph Levien2015-03-121-1/+17
* Disable HarfBuzz's fallback to compatibility decompositionsRoozbeh Pournader2015-02-251-2/+13
* am 919fbb99: am cb20a2f0: Minikin: Remove unused variables, fix init orderAndreas Gampe2014-12-041-3/+3
|\
| * Minikin: Remove unused variables, fix init orderAndreas Gampe2014-12-031-3/+3
* | am dc81fbad: am 69d4fba2: Move frameworks/minikin over to libc++.Dan Albert2014-11-121-3/+5
|\|
| * Move frameworks/minikin over to libc++.Dan Albert2014-11-111-3/+5
* | am 6740536e: Snap advance widths to integersRaph Levien2014-09-041-8/+18
|\|
| * Snap advance widths to integersRaph Levien2014-09-031-8/+18
* | 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-211-6/+11
|\|
| * Fix Layout initialization in the skipCache pathBehdad Esfahbod2014-08-211-6/+11
* | am 288c9159: Speed up cache lookupBehdad Esfahbod2014-08-211-35/+64
|\|
| * Speed up cache lookupBehdad Esfahbod2014-08-211-35/+64
* | am 5986f604: Support fontFeatureSettingsBehdad Esfahbod2014-07-301-12/+23
|\|
| * Support fontFeatureSettingsBehdad Esfahbod2014-07-301-12/+23
* | am d50c99df: Merge "Remove CSS string doLayout entrypoint and supporting code...Behdad Esfahbod2014-07-291-45/+0
|\|
| * Remove CSS string doLayout entrypoint and supporting codeBehdad Esfahbod2014-07-291-45/+0
* | 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-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-241-16/+18
|/ /
* | Remove deprecated APIBehdad Esfahbod2014-07-241-9/+0
* | Add letter-spacing supportBehdad Esfahbod2014-07-221-4/+41
|/
* Don't pass invalid Unicode codepoint to SkiaBehdad Esfahbod2014-07-111-0/+6
* Disable "palt" OpenType featureRaph Levien2014-06-261-0/+6
* Add purgeCaches() methodRaph Levien2014-06-251-0/+8
* 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-101-8/+14
|/
* Support for context in APIRaph Levien2014-06-051-21/+14
* Make paint flags consistently uint32_tRaph Levien2014-06-051-4/+4
* Fix unmatching typeRaph Levien2014-06-041-1/+1
* Support for scaleX and skewXRaph Levien2014-06-031-13/+30
* Language and variant selectionRaph Levien2014-05-291-3/+15
* 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-271-64/+322
* Do BiDi algorithm for text layoutRaph Levien2014-05-271-9/+79
* Fix incomplete refcounting and lockingRaph Levien2014-05-191-0/+7
* Initial BiDi supportRaph Levien2014-05-141-2/+11
* Fix 64-bit cleanliness problemRaph Levien2014-05-141-2/+2
* Better refcounting and lockingRaph Levien2014-05-121-5/+2