summaryrefslogtreecommitdiff
path: root/src/mbgl/map/sprite.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-120/+0
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-8/+10
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+4
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-13/+7
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+8
* [core] use RAII-style lifetime tracking of Request objectsKonstantin Käfer2015-10-261-15/+3
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-0/+4
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-2/+3
* Do not report isLoaded() if loading failedThiago Marcos P. Santos2015-07-101-0/+2
* Report Sprite parsing errors to ObserversThiago Marcos P. Santos2015-07-101-4/+12
* Merge Sprite loading notificationsThiago Marcos P. Santos2015-07-101-2/+3
* make sure that Sprite isn't marked as loaded until we actually added everythi...Konstantin Käfer2015-07-081-33/+48
* use SpriteStore from the SpriteAtlasKonstantin Käfer2015-07-081-79/+4
* Add simple static method to retrieve the current loopThiago Marcos P. Santos2015-07-061-2/+2
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-251-7/+8
* propertly initialize the nameKonstantin Käfer2015-06-191-1/+1
* Notify sprite parsing errorsThiago Marcos P. Santos2015-05-281-8/+17
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-2/+1
* Notify failures when loading the sprite JSON and imageThiago Marcos P. Santos2015-05-221-9/+27
* Move the Sprite handling to ResourceLoaderThiago Marcos P. Santos2015-05-051-16/+11
* Fully cancel the sprite requestsJohn Firebaugh2015-04-281-4/+5
* Clean up SpriteJohn Firebaugh2015-04-281-43/+38
* remove unused includesKonstantin Käfer2015-04-281-1/+0
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-171-1/+6
* tolerate missing spritesKonstantin Käfer2015-03-121-8/+4
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-12/+10
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-1/+1
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-1/+0
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-6/+7
* make most headers privateKonstantin Käfer2014-12-041-0/+152