summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [core] load parents of missing tiles as optionalKonstantin Käfer2016-06-103-379/+672
* [core] TileData objects now store whether an optional load attempt was performedKonstantin Käfer2016-06-104-1/+24
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-1010-21/+21
* [core] createTile callback can load optional and required tilesKonstantin Käfer2016-06-103-177/+182
* [core] remove unused TileSource::loadedKonstantin Käfer2016-06-101-8/+0
* [core] TileSources always start out as OptionalKonstantin Käfer2016-06-101-5/+5
* [core] only perform optional requests if the FileSource supports itKonstantin Käfer2016-06-104-14/+50
* [core] allow changing the necessity of a TileSourceKonstantin Käfer2016-06-105-13/+131
* [core] merge similar implementation of VectorTileSource and ImageTileSourceKonstantin Käfer2016-06-1015-73/+101
* [core] move parsePending() call to TileDataKonstantin Käfer2016-06-102-7/+8
* [core] introduce TileDataObserverKonstantin Käfer2016-06-109-76/+84
* [core] restructure TileSource construction and callbacksKonstantin Käfer2016-06-1019-266/+264
* [core] store Resource instead of dependents to build URLKonstantin Käfer2016-06-105-39/+27
* [core] rename VectorTileData => GeometryTileDataKonstantin Käfer2016-06-103-24/+24
* [core] introduce a RasterTileMonitorKonstantin Käfer2016-06-1010-56/+139
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-1021-240/+309
* [ios] Updated changelog for #5302Minh Nguyễn2016-06-091-0/+1
* Revert "[ios] Updated changelog for #5302"Minh Nguyễn2016-06-091-0/+0
* [ios] Updated changelog for #5302Minh Nguyễn2016-06-091-0/+0
* [ios] Support for a customizable zoom gesture centering strategy. (#5302)Mark Allen2016-06-092-31/+42
* [android] #5303 - Updating code to take properly merge what each branch inte...Brad Leege2016-06-092-20/+8
* [android] #5291 - Fixing merge error for .travis.ymlBrad Leege2016-06-091-0/+3
* Tile count, tile size columns in osxapp (#5301)Minh Nguyễn2016-06-092-10/+70
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2016-06-0944-384/+449
|\
| * [test] Rename Stress test to LoadThiago Marcos P. Santos2016-06-091-1/+1
| * [Qt][build] Run Qt valgrind test on the botsThiago Marcos P. Santos2016-06-091-5/+8
| * [Qt][build] Updated valgrind supression and make it a target for QtThiago Marcos P. Santos2016-06-095-37/+151
| * [osx] MGLMapView needs to be layer-backedMinh Nguyễn2016-06-091-1/+9
| * [linux] Mesa 11.2.2 (#5290)John Firebaugh2016-06-082-2/+2
| * Merge branch 'release-ios-v3.2.2'Jesse Bounds2016-06-081-1/+5
| |\
| | * [ios] Update changelog and bump version to 3.2.3ios-v3.2.3Jesse Bounds2016-06-073-2/+7
| | * [ios] Update telem domain and certsJesse Bounds2016-06-073-1/+1
| | * [ios] Force update from display link when display link is created.Jesse Bounds2016-06-071-0/+1
| * | Fix crash in userLocationVerticalAlignment, analyzer warning (#5278)Minh Nguyễn2016-06-072-5/+10
| * | [docs] Reorganize and update development instructions (#5233)Jason Wray2016-06-072-14/+32
| * | [core] Fix deleter mismatchThiago Marcos P. Santos2016-06-071-2/+5
| * | [core] s/SharedTexture/PooledTexture/Bruno de Oliveira Abinader2016-06-074-9/+9
| * | [ios] Point podspec to API reference (#5267)Minh Nguyễn2016-06-072-2/+2
| * | node-v3.2.1node-v3.2.1Mike Morris2016-06-072-3/+7
| * | [core] mbgl::Image is now movable, noncopyableBruno de Oliveira Abinader2016-06-071-1/+15
| * | Revert "[core] Use release() instead of get()/reset() in Raster"Bruno de Oliveira Abinader2016-06-071-1/+2
| * | [core] Include type in #pragmasBruno de Oliveira Abinader2016-06-072-17/+11
| * | [core] Renamed OutlineShader's color uniformBruno de Oliveira Abinader2016-06-073-9/+8
| * | [core] remove unused codeKonstantin Käfer2016-06-077-81/+0
| * | [core] Use RAII for TexturePool texturesBruno de Oliveira Abinader2016-06-075-62/+57
| * | [core] Do not expose TexturePool::ImplBruno de Oliveira Abinader2016-06-072-38/+60
| * | [core] Use initializer list for Unique* objectsBruno de Oliveira Abinader2016-06-071-11/+11
| * | [ios] Bring annotation view to front when selectedMinh Nguyễn2016-06-071-2/+5
| * | [ios] Avoid adding icon when relocating annotationMinh Nguyễn2016-06-061-2/+10
| * | [ios] Removed unused annotation image codeMinh Nguyễn2016-06-061-76/+0