summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
* [ios] check vertical vs horizontal gesture distanceupstream/jmkiley-horizontal-quickzoomjmkiley2018-01-031-6/+10
* [darwin, ios, macos] Introduces an MGLRendererConfiguration classAndrew Kitchen2017-12-111-13/+5
* [ios, macos] Adds support for specifying an ideographic font family nameAndrew Kitchen2017-12-111-2/+16
* [ios] Long-press attribution button to show SDK versionJason Wray2017-12-071-2/+20
* [ios, macos] Rename the iOS and macOS SDKs (#10610)Jordan Kiley2017-12-041-1/+1
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-291-1/+1
* [ios] update constraints when updating content insetFredrik Karlsson2017-11-201-1/+1
* Merge branch 'release-agua' into tvn-merge-releaseTobrun2017-11-101-181/+469
|\
| * [ios] Silence smart invert warnings (#10425)Jordan Kiley2017-11-091-20/+5
| * Make places and roads accessible to VoiceOver (#9950)Minh Nguyễn2017-11-031-119/+377
| * [ios, macos] Center shape annotation's callout when offscreen. (#10255)Fabian Guerra Soto2017-11-011-21/+38
| * [ios, macos] Iterate over point and shape annotations. (#10262)Fabian Guerra Soto2017-10-271-44/+46
| * [ios] Move scale bar content size invalidation to map viewJesse Bounds2017-10-251-0/+8
| * [ios] Avoid drawing view annotations across pixel boundariesJason Wray2017-10-191-6/+5
| * [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984)Fabian Guerra Soto2017-10-181-40/+67
| * [ios] Rename SMCalloutView and stop using submoduleupstream/fb-mglsmcalloutviewJason Wray2017-10-111-2/+2
| * [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac...Asheem Mamoowala2017-10-091-0/+11
* | [core] Move GLContextMode to its own Renderer headerBruno de Oliveira Abinader2017-11-011-0/+1
* | [ios] Move scale bar content size invalidation to map viewJesse Bounds2017-10-251-0/+8
* | [ios, macos] Use CLLocationDirection for direction parameter in -[MGLMapView ...Asheem Mamoowala2017-10-091-1/+1
* | [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac...Asheem Mamoowala2017-10-091-0/+11
|/
* [ios] Expose -showAttribution: publicly as an IBActionJason Wray2017-10-021-2/+2
* [ios] Don't disable user tracking when selecting an annotationJason Wray2017-09-291-5/+0
* Merge branch 'release-ios-v3.6.0-android-v5.1.0' into master.upstream/fabian-merge-release-ios-v3.6.0-finalFabian Guerra2017-09-271-133/+338
|\
| * [ios] Be sure to get a BOOL value for nullable dict keysJason Wray2017-09-151-3/+3
| * [ios] Use constraints to manage ornament view placement (again) (#9995)Jesse Bounds2017-09-141-94/+224
| * [ios] Ignore Smart Invert (#9876)Jordan Kiley2017-09-131-1/+16
| * [ios] Implicitly enable showsUserLocation when enabling the heading indicatorJason Wray2017-09-071-1/+7
| * [ios] Make user heading indicator property IBInspectableJason Wray2017-09-071-0/+15
| * [ios] Change user location heading filter to 1°Jason Wray2017-09-071-1/+0
| * [ios] Add setShowsUserHeadingIndicator and validateUserHeadingUpdatingJason Wray2017-09-071-13/+34
| * [ios] Guard against nil user location when setting tracking modeJason Wray2017-08-301-13/+13
| * [ios] Support iOS 11 location usage descriptionsJason Wray2017-08-281-7/+19
| * [ios] Fix heading update loopupstream/fb-fewer-heading-updates-thxJason Wray2017-08-241-4/+13
* | Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-211-0/+4
* | Merge tag 'ios-v3.6.2' into masterFabian Guerra2017-08-281-45/+64
|\ \ | |/
| * [ios] expose setCamera with edge paddingFredrik Karlsson2017-08-031-1/+5
| * [ios] tilt gesture type fix (#9642)Fabian Guerra Soto2017-07-281-5/+5
| * [ios] Make tilt gesture recognizer recognizable only with two horizontal fing...Fabian Guerra Soto2017-07-271-33/+48
| * [ios] Proper limiting behavior when trying to zoom out fullydanielamitaysc2017-07-271-9/+7
| * [ios] Don't force the attribution button tint color to updateupstream/fb-attribution-tint-unforceningJason Wray2017-07-241-2/+4
* | [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-4/+5
* | [all] Merge View into RendererBackendJohn Firebaugh2017-07-261-3/+2
* | [ios][macos] manage backendscope in renderer frontendIvo van Dongen2017-07-251-5/+1
* | [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-181-4/+4
* | [ios][macos] rendering interface changesIvo van Dongen2017-07-181-15/+23
* | [android][glfw][ios][macos][node][qt] split backend from mapobserverIvo van Dongen2017-07-181-2/+2
* | 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