summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-4/+16
* [tidy] modernize-use-default-member-initBruno de Oliveira Abinader2017-05-121-5/+5
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-7/+6
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-141-18/+5
* [core] Inline GlyphPBF into GlyphAtlasJohn Firebaugh2017-04-061-16/+0
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-5/+14
* [core] Eliminate Shaping::textJohn Firebaugh2017-02-281-3/+2
* [core] Make Image saferJohn Firebaugh2017-02-141-1/+2
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-101-4/+35
* [core] harden Glyph PBF parsingKonstantin Käfer2017-01-171-1/+5
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-3/+3
* [core] operator bool() must always be explicitJohn Firebaugh2016-10-281-3/+11
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-5/+5
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-3/+2
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-231-3/+1
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-291-1/+1
* Updates to labels along linesNicki Dlugash2015-07-091-2/+3
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-281-1/+13
|\
| * split up glyph_store.cpp into multiple filesKonstantin Käfer2015-05-221-1/+14
* | Merge branch 'master' into new-labellingAnsis Brammanis2015-05-191-1/+1
|\ \ | |/
| * don't implicitly cast to bool since this will make comparisons failsKonstantin Käfer2015-05-121-1/+1
* | port getAnchors from -jsAnsis Brammanis2015-04-011-1/+1
* | start porting symbol bucket changesAnsis Brammanis2015-04-011-0/+2
* | port some of the text shaping changesAnsis Brammanis2015-03-301-1/+12
|/
* make most headers privateKonstantin Käfer2014-12-041-0/+60