summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_pbf.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-2/+6
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-5/+5
* [core] Inline GlyphPBF into GlyphAtlasJohn Firebaugh2017-04-061-48/+0
* [core] Test glyph PBF parsing independently of GlyphAtlasJohn Firebaugh2017-04-061-7/+14
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-1/+2
* [core] Make Image saferJohn Firebaugh2017-02-141-18/+28
* [core] harden Glyph PBF parsingKonstantin Käfer2017-01-171-6/+34
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-7/+7
* [core] Avoid unnecessary copies in GlyphSet::insertJohn Firebaugh2016-07-041-1/+1
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-2/+2
* [core] port to protozero (#4906)Dane Springmeyer2016-05-031-34/+36
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-1/+1
* [core] FontStack ⇢ GlyphSet (#4803)John Firebaugh2016-04-221-4/+4
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-4/+3
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-13/+13
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-8/+1
* [core] Avoid storing raw glyph data in addition to parsed representationJohn Firebaugh2016-01-221-26/+17
* [core] use stale glyphsKonstantin Käfer2016-01-151-7/+1
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-35/+11
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-161-1/+1
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-161-1/+1
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-2/+2
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-2/+3
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+4
* [core] use RAII-style lifetime tracking of Request objectsKonstantin Käfer2015-10-261-7/+1
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-0/+2
* Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-171-58/+83
* Add simple static method to retrieve the current loopThiago Marcos P. Santos2015-07-061-1/+1
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-251-6/+6
* Notify glyph parsing errorsThiago Marcos P. Santos2015-05-281-2/+2
* split up glyph_store.cpp into multiple filesKonstantin Käfer2015-05-221-0/+115