summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-ios-v3.1.0'Minh Nguyễn2016-02-245-2/+38
|\
| * [core, ios, osx] Only constrain after adding to a windowMinh Nguyễn2016-02-105-2/+38
* | [core] Thread GLObjectStore through to Holder objectsJohn Firebaugh2016-02-181-3/+1
* | [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-182-6/+6
* | [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-182-4/+6
* | [gl] Moved GLObjectStore to gl namespaceBruno de Oliveira Abinader2016-02-182-3/+3
* | [core] Add support for updating point annotationsGabriel Miklós2016-02-121-0/+5
* | [core] Organize files that were in map folder betterJohn Firebaugh2016-02-1119-1952/+0
* | Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-1/+1
* | [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-0/+2
* | [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-104-115/+97
* | [core] Refactor tileCoverJohn Firebaugh2016-02-105-82/+37
* | [core] draw clipping masks from ClipIDGenerator rather than SourcesKonstantin Käfer2016-02-102-9/+0
* | [core] compute the actual clipping masks that we have to draw with getStencils()Konstantin Käfer2016-02-101-1/+3
|/
* [core] #509 - Creating and using MIN_ZOOM and MAX_ZOOM constantsBrad Leege2016-02-031-2/+2
* [core] #509 - Adding min / max checks to parameters and refactoring to utiliz...Brad Leege2016-02-031-14/+4
* [android][core] #509 - Setting Min and Max Zooms warning annotations in Andro...Brad Leege2016-02-031-2/+16
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-4/+4
* [core] Remove unusedJohn Firebaugh2016-02-021-4/+0
* [core] Remove unusedJohn Firebaugh2016-02-021-8/+0
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-024-1/+7
* [core] Simplify latLngToCoordinate calculationJohn Firebaugh2016-02-021-5/+3
* [core] Remove unusedJohn Firebaugh2016-02-022-5/+0
* [core] Remove TransformState::getNormalizedZoomJohn Firebaugh2016-02-023-7/+2
* [core] Remove unused declarationsJohn Firebaugh2016-02-021-3/+0
* [core] Normalize only raster source tile URLsJohn Firebaugh2016-02-011-1/+1
* [core] Refactor TileJSON parsing for offlineJohn Firebaugh2016-02-011-20/+19
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-294-29/+4
* [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, zJohn Firebaugh2016-01-295-29/+54
* [core] Camel-case member namesJohn Firebaugh2016-01-292-9/+9
* [core] fix redoPlacement blocking main thread, fix #3727Ansis Brammanis2016-01-291-6/+5
* [core] add setMaxZoom, setMinZoomAnsis Brammanis2016-01-285-1/+36
* [core] destruct WorkTask data before calling the callbackKonstantin Käfer2016-01-282-3/+3
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-263-1/+18
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-252-3/+3
* [core] Use notModified to check for style changeJohn Firebaugh2016-01-221-5/+7
* [core] trigger repaint after placement is redoneAnsis Brammanis2016-01-225-41/+33
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-213-6/+7
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-197-13/+12
* [ios] Flip points, not edge insetsMinh Nguyễn2016-01-181-7/+7
* [core] Reformulated setLatLng() based on CameraOptionsMinh Nguyễn2016-01-181-15/+11
* [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-183-4/+26
* [core, osx] Added optional padding to convenience methodsMinh Nguyễn2016-01-183-18/+73
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-183-8/+49
* [core] tileSize is a source property, not a TileJSON propertyJohn Firebaugh2016-01-153-2/+5
* [core] don't store error stateKonstantin Käfer2016-01-158-36/+35
* [core] abort current parse when we get a new NotFound responseKonstantin Käfer2016-01-151-0/+1
* [core] update the modified/expires debug info for unmodified responses as wellKonstantin Käfer2016-01-152-6/+6
* [core] use stale raster tilesKonstantin Käfer2016-01-151-7/+11
* [core] don't mark tiles with failed requests as obsoleteKonstantin Käfer2016-01-153-2/+10