summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-1/+8
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-5/+6
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-7/+7
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-8/+11
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-041-3/+4
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-8/+15
* [ios, macos] Expose MGLMapView OpenGL context to OpenGL style layersMinh Nguyễn2019-02-251-0/+5
* [ios, macos] MGLMapView logging improvements. (#13776)Fabian Guerra Soto2019-01-221-1/+3
* [ios] Partially offscreen annotations (without callouts) are no longer moved ...Julian Rex2019-01-221-25/+44
* [macos] Fixes MGLMapView.visibleAnnotations (#13745)Julian Rex2019-01-161-1/+1
* [ios, macos] Fixes a bug where the animated parameter of -[MGLMapView selectA...Julian Rex2019-01-091-14/+14
* [ios, macos] Added missing mapViewDidBecomeIdle for iOS. Fixed typo. (#13666)Julian Rex2019-01-041-1/+1
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-5/+5
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+14
* [ios, macos] Harmonize bundle identifiersMinh Nguyễn2018-11-151-3/+2
* [ios, macos] Logging. (#13235)Fabian Guerra Soto2018-11-141-3/+42
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-4/+4
* [macos] Removed redundant sign flipMinh Nguyễn2018-10-301-1/+1
* [ios, macos] Removed extraneous radian-degree conversionsMinh Nguyễn2018-10-261-4/+4
* Add a custom logging for the Mapbox Maps SDK for iOS.Fabian Guerra2018-10-261-0/+3
* [ios, macos] Distinguish between viewing distance and altitudeMinh Nguyễn2018-10-011-1/+1
* [ios, macos] Add crossSourceCollissions property. (#12941)Fabian Guerra Soto2018-09-261-1/+2
* [ios, macos] Allow -convertCoordinateBounds to span antimeridianNadia Barbosa2018-09-041-5/+21
* Add enabled property to MGLShape (#12352)Jordan Kiley2018-08-201-1/+5
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-0/+26
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-2/+12
|\
| * [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0Fabian Guerra Soto2018-05-041-1/+1
| * [ios, macos] Fix for camera movement when selecting visible annotations (#11731)Julian Rex2018-04-241-1/+11
* | [ios, macos] Update minimum deployment versions to iOS 9, macOS 10.11 (#11776)Jason Wray2018-04-271-25/+25
|/
* [ios,macos] Selecting offscreen annotation pans map to fit annotation & callo...Julian Rex2018-03-211-6/+93
* [ios, macos] Fix an issue where a wrong annotation may selected if annotation...Lloyd Sheng2018-03-131-25/+22
* [ios, macos] Unwrap coordinate boundsMinh Nguyễn2018-02-211-26/+18
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-041-2/+2
|\
| * [darwin, macos] Rename Info.plist key for consistencyAndrew Kitchen2018-01-031-8/+0
| * [darwin, ios, macos] Introduces an MGLRendererConfiguration classAndrew Kitchen2018-01-031-4/+4
| * [ios, macos] Adds support for specifying an ideographic font family nameAndrew Kitchen2018-01-031-6/+14
| * [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2018-01-031-5/+5
| * [macos] Fixed logo view distortion on macOS High SierraMinh Nguyễn2017-11-301-1/+1
| * [ios, macos] Fix an issue that triggers didSelectAnnotations for MGLAnnotatio...Fabian Guerra2017-11-301-1/+1
* | [darwin, macos] Rename Info.plist key for consistencyAndrew Kitchen2017-12-111-8/+0
* | [darwin, ios, macos] Introduces an MGLRendererConfiguration classAndrew Kitchen2017-12-111-4/+4
* | [ios, macos] Adds support for specifying an ideographic font family nameAndrew Kitchen2017-12-111-6/+14
* | [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-111-5/+5
* | [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-291-1/+1
|/
* [ios, macos] Center shape annotation's callout when offscreen. (#10255)Fabian Guerra Soto2017-11-011-7/+7
* [ios, macos] Iterate over point and shape annotations. (#10262)Fabian Guerra Soto2017-10-271-28/+30
* [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984)Fabian Guerra Soto2017-10-181-23/+52
* [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac...Asheem Mamoowala2017-10-091-4/+18
* Preserve depth buffer between 3D layers + optimize render order (#9931)Lauren Budorick2017-09-211-0/+4
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-261-3/+2