summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* make Map::resize() privateKonstantin Käfer2015-03-062-4/+10
* update static image rendering executableKonstantin Käfer2015-03-061-0/+5
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-163-11/+32
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-1/+1
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-0/+8
* Use std::chronoLeith Bade2015-02-043-30/+30
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-231-0/+2
|\
| * Merge remote-tracking branch 'origin/dash-3' into v7John Firebaugh2015-01-221-0/+2
| |\
| | * start porting dash lines from jsAnsis Brammanis2015-01-141-0/+2
* | | get/setAppliedStyleClasses -> get/setClassesLeith Bade2015-01-181-3/+0
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-181-3/+7
|\ \ \ | |/ /
| * | Move class state to mapJohn Firebaugh2015-01-141-3/+7
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-231-3/+3
|\ \ | |/
| * Rename View functions to match conventions. Also tidy up view classes and rem...Leith Bade2014-12-231-3/+3
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-211-1/+8
|\ \ | |/
| * set rendering mode so that we can skip intermediate renders for static imagesKonstantin Käfer2014-12-121-1/+8
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-081-4/+0
|\ \ | |/
| * Remove Map::cleanup and Painter::cleanupJohn Firebaugh2014-12-061-4/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-0510-576/+10
|\ \ | |/
| * Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-041-3/+0
| * Change Map::stop to use std::function<void()>John Firebaugh2014-12-041-5/+3
| * Move setReachability to CachingHTTPFileSourceJohn Firebaugh2014-12-041-3/+0
| * make most headers privateKonstantin Käfer2014-12-049-562/+6
| * remove use of std::to_string in favor of boost::lexical_castKonstantin Käfer2014-12-041-4/+1
| * [performance] remove use of snprintf in hot path; it's pretty slow on iOSKonstantin Käfer2014-12-041-0/+1
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-041-3/+5
|\ \ | |/
| * Prefer stdlib to libuv (fixes #688)John Firebaugh2014-12-031-3/+5
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-041-2/+2
|\ \ | |/
| * break out FileSource as an abstract classMike Morris2014-12-031-2/+2
* | Fix names in MapLeith Bade2014-12-031-9/+9
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-035-26/+26
|\ \ | |/
| * Texturepool ⇢ TexturePool (fixes #655)John Firebaugh2014-12-025-15/+15
| * Adhere to naming conventionsJohn Firebaugh2014-12-021-11/+11
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-286-45/+66
|\ \ | |/
| * Use uv::asyncJohn Firebaugh2014-11-261-8/+3
| * Eliminate Map::getActiveSources()John Firebaugh2014-11-261-1/+0
| * Make Map::updateTiles() privateJohn Firebaugh2014-11-261-1/+1
| * Remove unusedJohn Firebaugh2014-11-261-1/+0
| * Inline Source::updateTiles()John Firebaugh2014-11-261-8/+1
| * Remove redundant access specifiersJohn Firebaugh2014-11-261-6/+0
| * Pass SourceInfo as referenceJohn Firebaugh2014-11-264-6/+6
| * Eliminate remaining uses of Map in TileDataJohn Firebaugh2014-11-264-14/+13
| * Eliminate Map::getStyle()John Firebaugh2014-11-263-1/+7
| * Make Map::getSprite() privateJohn Firebaugh2014-11-263-5/+8
| * Eliminate Map::getTexturepool()John Firebaugh2014-11-265-8/+25
| * Map Map::getWorker() privateJohn Firebaugh2014-11-263-6/+11
| * Eliminate Map::getGlyphStore()John Firebaugh2014-11-264-7/+10
| * Eliminate Map::getSpriteAtlas()John Firebaugh2014-11-263-5/+10
| * Eliminate Map::getGlyphAtlas()John Firebaugh2014-11-263-5/+9
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-11-234-8/+9
|\ \ | |/