summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Inline GlyphSet into GlyphAtlasJohn Firebaugh2017-04-121-30/+0
* [core] Test glyph PBF parsing independently of GlyphAtlasJohn Firebaugh2017-04-061-3/+3
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-275/+0
* [core] implement dds for text-offsetMolly Lloyd2017-03-281-3/+3
* [core] Eliminate Shaping::textJohn Firebaugh2017-02-281-3/+1
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-101-9/+19
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-12/+12
* 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