summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-3/+1
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-181-6/+5
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-181-2/+3
* [gl] Moved GLObjectStore to gl namespaceBruno de Oliveira Abinader2016-02-181-1/+1
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-6/+3
* [core] Remove TransformState::getNormalizedZoomJohn Firebaugh2016-02-021-1/+1
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-1/+1
* [core] Use notModified to check for style changeJohn Firebaugh2016-01-221-5/+7
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-1/+1
* [core] use stale stylesKonstantin Käfer2016-01-151-9/+6
* [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-091-3/+0
* [core] unify URL prefix detection (asset:// and mapbox://)Konstantin Käfer2016-01-081-1/+3
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-6/+3
* [ios, android] Add methods to remove a custom layerJohn Firebaugh2015-12-171-0/+6
* [android] Custom layer bindingsJohn Firebaugh2015-12-161-0/+2
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-151-1/+6
* [core] Custom layersJohn Firebaugh2015-12-091-0/+5
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-031-1/+1
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-011-7/+7
* [core] Privatize layers and sourcesJohn Firebaugh2015-12-011-7/+2
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-011-15/+4
* [core] Move MapData storage to MapContextJohn Firebaugh2015-12-011-2/+4
* [core] Use AsyncTask on the MapContextThiago Marcos P. Santos2015-12-011-15/+14
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-7/+6
* [core] Followup fix to #3037John Firebaugh2015-11-191-1/+1
* [core] Avoid calling AnnotationManager::updateStyle until the style is loadedJohn Firebaugh2015-11-181-1/+1
* [core] Avoid extra copy of TransformState in Painter::renderBruno de Oliveira Abinader2015-11-181-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] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-121-1/+1
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-3/+3
* Revert "[core] only update the render order array when there are changes to t...Konstantin Käfer2015-11-091-15/+1
* [core] Update::Classes already implies repaintBruno de Oliveira Abinader2015-11-091-3/+1
* [core] clear the render order when we're loading a new styleKonstantin Käfer2015-11-061-0/+6
* [core] only update the render order array when there are changes to tilesKonstantin Käfer2015-11-051-1/+9
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-6/+9
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+11
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-1/+1
* [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-12/+3
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-2/+3
* [core] Removed time param from Painter::renderBruno de Oliveira Abinader2015-10-211-1/+1
* [core] Moved Painter::setup() to Painter ctorBruno de Oliveira Abinader2015-10-211-5/+1
* [core] Remove redundant setDebug() from PainterBruno de Oliveira Abinader2015-10-211-1/+0
* [core] only check for mapbox:// at the start of the failed request's URLJason Wray2015-10-211-1/+1
* [core] Improve error message when style is not found or is incompatibleJason Wray2015-10-211-0/+2
* [core] MapContext setStyle{URL,JSON} should ignore redundant callsBruno de Oliveira Abinader2015-10-161-0/+8
* [core] [android] Fix InfoWindow topOffsetPixels adjustment when switching stylesLeith Bade2015-10-161-8/+5
* [core] MapContext setStyle{URL,JSON} should ignore redundant callsBruno de Oliveira Abinader2015-10-141-0/+8