summaryrefslogtreecommitdiffstats
path: root/libs/minikin/LineBreaker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Suppress linebreaks in emoji ZWJ sequences - DO NOT MERGERaph Levien2015-11-031-2/+31
* Consistently apply break opportunities in text spansRaph Levien2015-07-201-2/+2
* Add missing hyphen-like characters.Roozbeh Pournader2015-07-151-3/+19
* Avoid re-hyphenating already-hyphenated phrases.Roozbeh Pournader2015-07-141-0/+9
* Fix logspam and incorrect cluster offsetRaph Levien2015-06-291-1/+1
* Separate additional penalty for last line with hyphenRaph Levien2015-06-241-2/+10
* Increase hyphenation penalty for short last lineRaph Levien2015-06-081-63/+37
* Disable hyphenation for unreasonably long wordsRaph Levien2015-06-011-1/+7
* Support hyphenation frequency in Minikin.Roozbeh Pournader2015-05-121-1/+7
* Don't include trailing newline in width for line breakingRaph Levien2015-04-221-3/+4
* Rename "margins" to "indents"Raph Levien2015-04-151-2/+2
* Add margins array to line widths objectRaph Levien2015-04-151-0/+5
* Revert "Fix build: Revert "Add hyphenation to line breaking""Raph Levien2015-03-301-36/+160
* Fix build: Revert "Add hyphenation to line breaking"Ed Heyl2015-03-301-160/+36
* Add hyphenation to line breakingRaph Levien2015-03-301-36/+160
* Add LineBreaker to MinikinRaph Levien2015-03-261-0/+301