summaryrefslogtreecommitdiffstats
path: root/include/minikin/Layout.h
Commit message (Expand)AuthorAgeFilesLines
* Add light weight methods for text measurement.Keisuke Kuroyanagi2016-01-211-4/+12
* 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
* Refactoring: Introduce helper class to iterate runs.Keisuke Kuroyanagi2015-09-291-1/+1
* Move Bitmap to a different namespaceJohn Reck2015-04-271-3/+7
* Add functions for measuring cursor positioningRaph Levien2015-04-151-1/+5
* Add LineBreaker to MinikinRaph Levien2015-03-261-0/+11
* Fix Layout initialization in the skipCache pathBehdad Esfahbod2014-08-211-2/+9
* Speed up cache lookupBehdad Esfahbod2014-08-211-0/+2
* Remove CSS string doLayout entrypoint and supporting codeBehdad Esfahbod2014-07-291-5/+0
* Add doLayout variant that does NOT take css stringBehdad Esfahbod2014-07-291-0/+4
* Remove deprecated APIBehdad Esfahbod2014-07-241-10/+1
* Add purgeCaches() methodRaph Levien2014-06-251-0/+3
* Support for fake bold and italicsRaph Levien2014-06-101-2/+3
* Support for context in APIRaph Levien2014-06-051-1/+1
* Caching for layouts and harfbuzz facesRaph Levien2014-05-271-12/+29
* Do BiDi algorithm for text layoutRaph Levien2014-05-271-0/+4
* Fix incomplete refcounting and lockingRaph Levien2014-05-191-0/+6
* A basket of features: itemization, bounds, refcountRaph Levien2014-05-121-4/+22
* Introduce MinikinFont abstractionRaph Levien2013-06-141-6/+7
* Initial commit of Minikin libraryRaph Levien2013-04-251-0/+89