summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Binary format for hyphenation patternsRaph Levien2015-10-141-9/+30
* 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
* Snap advance widths to integersRaph Levien2014-09-031-0/+6
* Fix Layout initialization in the skipCache pathBehdad Esfahbod2014-08-211-2/+9
* Speed up cache lookupBehdad Esfahbod2014-08-211-0/+2
* Support fontFeatureSettingsBehdad Esfahbod2014-07-301-2/+10
* Merge "Remove CSS string doLayout entrypoint and supporting code" into lmp-devBehdad Esfahbod2014-07-272-113/+0
|\
| * Remove CSS string doLayout entrypoint and supporting codeBehdad Esfahbod2014-07-292-113/+0
* | Initialize MinikinPaint membersBehdad Esfahbod2014-07-291-0/+2
|/
* Add doLayout variant that does NOT take css stringBehdad Esfahbod2014-07-291-0/+4
* Towards CSS removalBehdad Esfahbod2014-07-241-0/+4
* Remove deprecated APIBehdad Esfahbod2014-07-241-10/+1
* Add letter-spacing supportBehdad Esfahbod2014-07-222-0/+3
* Add purgeCaches() methodRaph Levien2014-06-251-0/+3
* Implement grapheme cluster breakingRaph Levien2014-06-191-0/+47
* Support for fake bold and italicsRaph Levien2014-06-104-21/+30
* Add baseFont method to FontCollectionRaph Levien2014-06-061-0/+3
* Support for context in APIRaph Levien2014-06-051-1/+1
* Make paint flags consistently uint32_tRaph Levien2014-06-052-9/+10
* Support for scaleX and skewXRaph Levien2014-06-032-2/+10
* Fix ZWJ not working for Indic fontsRaph Levien2014-05-291-2/+2
* Language and variant selectionRaph Levien2014-05-293-10/+77
* Caching for layouts and harfbuzz facesRaph Levien2014-05-274-16/+51
* Do BiDi algorithm for text layoutRaph Levien2014-05-271-0/+4
* Fix incomplete refcounting and lockingRaph Levien2014-05-192-0/+8
* Initial BiDi supportRaph Levien2014-05-141-0/+2
* Fix build breakage in sample codeRaph Levien2014-05-141-0/+3
* Better refcounting and lockingRaph Levien2014-05-124-22/+56
* A basket of features: itemization, bounds, refcountRaph Levien2014-05-122-4/+50
* Use canonical UniquePtr.h fileKenny Root2013-09-111-1/+1
* Fix build breakageRaph Levien2013-06-141-2/+1
* Introduce MinikinFont abstractionRaph Levien2013-06-145-23/+162
* Initial commit of Minikin libraryRaph Levien2013-04-257-0/+481