summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
* [ios] More experimentsupstream/1ec5-annotation-cleanupMinh Nguyễn2017-07-051-1/+5
* [ios] Lots of experimentsMinh Nguyễn2017-07-051-1/+61
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-051-21/+40
|\
| * [ios] Minimize tilt gesture delayJason Wray2017-06-281-9/+10
| * [ios] Allow delegate to keep wandering pinch from panning mapMinh Nguyễn2017-06-221-10/+10
| * 7910: cancel tracking if ongoing animation is stopped manually (#7916)Romain Quidet2017-06-221-2/+20
| * Migrate to GL JS–powered feedback form (#9078)Minh Nguyễn2017-05-301-3/+7
| * [ios] remove layout guide observersFredrik Karlsson2017-05-301-56/+44
| * [ios] Move image resources to an asset catalog & switch to PDFsJason Wray2017-05-231-13/+13
| * [ios] Fallback to Mapbox.bundle as the framework bundle (#9074)Jason Wray2017-05-231-2/+1
| * [ios] Remove annotation view from container view when annotation removed (#9025)Jesse Bounds2017-05-191-0/+1
| * Observe layout guides (#7716)Fredrik Karlsson2017-05-191-114/+104
| * [ios] Telemetry button in modal view controllers (#9027)Jordan Kiley2017-05-171-3/+4
* | [ios] remove tile cache size customizationIvo van Dongen2017-06-271-40/+0
* | [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-3/+3
* | [all] Promote Style to public APIJohn Firebaugh2017-06-221-5/+6
* | [core] Added Backend::{assume,set}ViewportBruno de Oliveira Abinader2017-06-131-2/+2
* | Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170)Tobrun2017-06-021-135/+118
* | [ios, macos] Add overlays property to MGLMapView (#8617)Eimantas2017-05-201-0/+16
* | [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-1/+1
|/
* [ios] Use map view frame to calculate annotation view reuse adjustments (#8926)Jesse Bounds2017-05-091-8/+6
* [ios] properly show attribution in modal hierarchies (#8837)Justin R. Miller2017-05-021-7/+5
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-4/+3
* [ios, macos] Update MGLMapView logo view (#8771)Minh Nguyễn2017-04-241-1/+1
* [ios] fixes #8522: don't alter tint color on annotation views (#8789)Justin R. Miller2017-04-211-0/+3
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-1/+2
* [ios] Scale bar (#7631)Fredrik Karlsson2017-04-161-2/+43
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-2/+2
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-13/+7
* [ios] added check for annotation view animation (#8565)Jordan Kiley2017-04-121-0/+3
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into boundsj-merge-release-b...Fabian Guerra2017-04-111-110/+148
|\
| * [ios, macos] Guard against looking up annotation contexts MGLAnnotationTagNot...Jesse Bounds2017-04-071-33/+41
| * [ios, macos] Hardened std::map usage in MGLMapVIewMinh Nguyễn2017-04-051-5/+7
| * [ios] assertion to check if an annotationTag > 0 (#8588)Fabian Guerra Soto2017-04-051-0/+2
| * [ios] Silence incompatible type warning for callout view (#8608)Jesse Bounds2017-04-041-1/+8
| * [ios] Replaced UIActionSheet, UIAlertView with UIAlertControllerJason Wray2017-04-011-72/+88
| * [ios] nil check in visibleAnnotationsInRect to avoid crash (#8513)Fabian Guerra Soto2017-03-281-1/+4
* | [ios] Match gesture recognizer with map view user interaction stateDavid Chiles2017-04-111-11/+40
* | [ios, macos] MGLMapView size check for OpenGL 2.0 ES minimum texture sizeBruno de Oliveira Abinader2017-04-101-2/+5
* | [ios, macos] Fail gracefully on invalid coordinatesMinh Nguyễn2017-04-061-0/+8
* | [ios] Localized map view proxy accessibility hintMinh Nguyễn2017-03-301-1/+1
* | [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-14/+6
* | [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-231-16/+14
* | [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+4
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-211-35/+36
|\ \ | |/
| * [ios] Enable one-finger quickzoom gesture on iPadJason Wray2017-03-131-8/+5
| * [ios, macos] Corrected polyline equalityMinh Nguyễn2017-03-101-2/+2
| * Raise exception when MGLAnnotationView.annotation property is nil (#8339)Fabian Guerra Soto2017-03-101-2/+6
| * Merge master into release-ios-v3.5.0-android-v5.0.0John Firebaugh2017-03-081-3/+23
| |\
| * | [ios] Add SDK version update checking/notificationJason Wray2017-03-071-0/+9