summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
* [ios] Add removeStyleImage to MGLMapView (#14769)Fabian Guerra Soto2019-07-021-0/+8
* [ios, macos] Deprecate methods in favor of new completion handler versionsJason Wray2019-06-261-2/+1
* [ios, macos] Added completion handlers to animated MGLMapView methodsMinh Nguyễn2019-06-211-13/+48
* [macos]Added an `MGLMapView.prefetchesTiles` property to configure lo… (#14...m-stephen2019-06-041-0/+5
* [ios] Fix content insets with custom edge padding. (#14813)Fabian Guerra Soto2019-06-031-1/+2
* [ios,macos] refactor MGLMapViewImplKonstantin Käfer2019-05-291-194/+13
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-6/+2
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-051-4/+7
* [core] refactor RendererBackendKonstantin Käfer2019-04-051-8/+30
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-051-1/+0
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-1/+2
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-1/+2
* [core] Add getter for Map optionsSudarsana Babu Nagineni2019-03-281-1/+1
* [core] Fix signature of fluent interface settersBruno de Oliveira Abinader2019-03-231-9/+9
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-7/+12
* [darwin] [MGLOfflineStorage mbglFileSource] is now a shared_ptrBruno de Oliveira Abinader2019-03-201-1/+1
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-5/+5
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-1/+1
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-16/+18
* [darwin] Fix MGLMapView.direction wrappingJason Wray2019-03-121-1/+1
* [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