summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bump Mapbox GL Nativeqt-v1.1.0Thiago Marcos P. Santos2017-08-091-298/+0
* [gcc4.9] std:: namespace issuesThiago Marcos P. Santos2017-01-241-1/+2
* Small line breaking improvements based on testing with Chinese data:Chris Loer2017-01-051-21/+23
* Port raggedness-minimizing line breaking from gl-js.Chris Loer2017-01-051-40/+102
* Render newlines in labels even if there's nothing else on the line.Chris Loer2017-01-051-10/+10
* Cleaning up line breaking code.Chris Loer2017-01-051-17/+24
* [core] Full support for line breaking bidirectional text using ICU bidi funct...Chris Loer2016-11-301-98/+150
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] Add minimal line breaking support for RTL text.Chris Loer2016-11-171-5/+8
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-2/+2
* [core] Line-break ideographic text by character (#6828)Minh Nguyễn2016-11-141-17/+18
* [core] Avoid unnecessary copies in GlyphSet::insertJohn Firebaugh2016-07-041-3/+3
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-3/+3
* [core] Privatize math.hpp and vec.hppJohn Firebaugh2016-05-051-1/+1
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-221-0/+170