summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_store.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-2/+5
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-16/+5
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Remove unused libuv includesThiago Marcos P. Santos2015-12-011-0/+2
* Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-171-50/+12
* Add docs to WorkQueue and GlyphStoreThiago Marcos P. Santos2015-07-171-1/+5
* Make Glyph requests from the Map ThreadThiago Marcos P. Santos2015-07-161-50/+52
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-3/+2
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-251-1/+1
* Notify glyph parsing errorsThiago Marcos P. Santos2015-05-281-2/+8
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-7/+6
* split up glyph_store.cpp into multiple filesKonstantin Käfer2015-05-221-229/+2
* Notify failures when loading glyphsThiago Marcos P. Santos2015-05-221-16/+39
* only return locked FontStack objectsKonstantin Käfer2015-05-191-15/+9
* extend the FontStack lock to returned valuesKonstantin Käfer2015-05-191-4/+4
* don't mark the glyphs as parsed until we've actually parsed themKonstantin Käfer2015-05-191-1/+2
* Emit the signal on the MapThreadThiago Marcos P. Santos2015-05-181-3/+7
* Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-051-3/+11
* Do not process buckets depending on Glyphs that were not loadedThiago Marcos P. Santos2015-05-051-51/+51
* Make GlyphStore observableThiago Marcos P. Santos2015-05-051-1/+16
* show failed glyph URLKonstantin Käfer2015-05-051-1/+1
* replace iterator variable types with autoKonstantin Käfer2015-04-011-3/+3
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-6/+9
* add more locking around GlyphStore and FontStackKonstantin Käfer2015-03-061-8/+9
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-19/+14
* make most headers privateKonstantin Käfer2014-12-041-0/+294