summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-ios-v3.1.0'Minh Nguyễn2016-02-241-0/+10
|\
| * [core, ios, osx] Only constrain after adding to a windowMinh Nguyễn2016-02-101-0/+10
* | [core] Add support for updating point annotationsGabriel Miklós2016-02-121-0/+5
|/
* [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] add setMaxZoom, setMinZoomAnsis Brammanis2016-01-281-0/+14
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-261-1/+5
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-1/+1
* [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-181-4/+8
* [core, osx] Added optional padding to convenience methodsMinh Nguyễn2016-01-181-11/+26
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-181-4/+8
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-141-9/+9
* [core] Clamp pitch in easeTo(), flyTo()Minh Nguyễn2015-12-191-1/+1
* [ios, android] Add methods to remove a custom layerJohn Firebaugh2015-12-171-0/+4
* [core] Fixed annotation icon replacementMinh Nguyễn2015-12-151-1/+1
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-151-1/+1
* [core] allow changing the orientationKonstantin Käfer2015-12-151-0/+12
* [core] Reduce custom layer API to lowest common denominatorJohn Firebaugh2015-12-111-6/+10
* Implementation of flyTo.Adam Hunter2015-12-091-0/+6
* [core] Custom layersJohn Firebaugh2015-12-091-0/+11
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-011-14/+10
* [core] Move MapData storage to MapContextJohn Firebaugh2015-12-011-2/+4
* [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-271-14/+0
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-271-5/+5
* [core] Added ConstrainMode::{HeightOnly,WidthAndHeight}Bruno de Oliveira Abinader2015-11-181-2/+2
* [core] PrecisionPoint is now a vec2<double>Bruno de Oliveira Abinader2015-11-121-2/+2
* [core] Added MetersBoundsBruno de Oliveira Abinader2015-11-111-4/+4
* [core] Use PrecisionPoint in zoom and angle functionsBruno de Oliveira Abinader2015-11-111-9/+9
* [core] Use pass-by-ref in CameraOptionsBruno de Oliveira Abinader2015-11-111-5/+5
* [core] Use PrecisionPoint in coordinate functionsBruno de Oliveira Abinader2015-11-111-18/+21
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-2/+2
* [core] Expose default fade duration to Map APIBruno de Oliveira Abinader2015-11-101-0/+9
* [core] Update after final frame of transitionMinh Nguyễn2015-11-061-1/+1
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+4
* improve gestures in perspective viewAnsis Brammanis2015-10-261-0/+5
* [core] Added GLContextMode to MapDataBruno de Oliveira Abinader2015-10-221-2/+2
* [core] Added more transform state gettersBruno de Oliveira Abinader2015-10-211-0/+16
* [core] Annotation refactorJohn Firebaugh2015-10-201-7/+3
* [core] Pull annotation typedefs to own header; add AnnotationIDJohn Firebaugh2015-10-201-6/+6
* [core] [android] Fix InfoWindow topOffsetPixels adjustment when switching stylesLeith Bade2015-10-161-0/+6
* [core] Protect MapData.pause with a lockLeith Bade2015-10-081-1/+2
* Correctly handle spurious wake-ups in Map::pause()Leith Bade2015-10-061-6/+5
* mason variant@1.0Mike Morris2015-09-301-0/+1
* Fix up of some naming issues, etc.Adam Hunter2015-09-291-2/+0
* Added GL logging utilityAdam Hunter2015-09-291-0/+2
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-6/+6
* Fix freezing on Android when rotatingLeith Bade2015-09-221-0/+4
* CameraOptionsMinh Nguyễn2015-09-071-12/+30