summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-031-1/+1
* [ios, macos]Remove iOS/macOS codes from native codes (#16031)m-stephen2019-12-141-0/+2
* [ios] Fixes an issue that caused the ornaments ignore contentInset property. ...Fabian Guerra Soto2019-10-041-34/+114
* [ios] Fix layout of Scale bar components (#15703)Julian Rex2019-10-041-12/+9
* [ios] Refactor way location permissions are requestedJason Wray2019-09-091-27/+21
* [ios] Remove feature flag for rotation threshold (#15562)Jordan Kiley2019-09-041-102/+4
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-271-1/+1
* [ios] Added pending completion blocks (#15122)Julian Rex2019-08-251-30/+111
* [ios] Improve tilt gesture recognizer detection. (#15349)Fabian Guerra Soto2019-08-231-32/+61
* [ios] Refactor NSUserDefaults key variable namesJason Wray2019-08-211-3/+3
* [ios] Add threshold for triggering the rotate gesture recognizer (#14929)Jordan Kiley2019-08-201-12/+135
* [ios][macos] Fix center coordinate incorrect after pinch gestureAleksandar Stojiljkovic2019-07-141-8/+4
* [ios] Add MGLCompassButton and MGLOrnamentVisibilityJason Wray2019-07-111-94/+11
* [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-15/+8
* [ios, macos] Added completion handlers to animated MGLMapView methodsMinh Nguyễn2019-06-211-65/+111
* [ios] Require two fingers for duration of tilt gestureJason Wray2019-06-201-0/+6
* [ios] Add integtation test that verifies MGLMapViewImpl sizeAlexander Shalamov2019-06-051-0/+5
* [ios] Calculate size of a MGLMapViewOpenGLImpl renderable from MGLMapView boundsAlexander Shalamov2019-06-051-0/+4
* [ios] Fix content insets with custom edge padding. (#14813)Fabian Guerra Soto2019-06-031-1/+3
* [ios] Content insets border case fix and comment.Aleksandar Stojiljkovic2019-06-031-2/+5
* [ios,macos] refactor MGLMapViewImplKonstantin Käfer2019-05-291-352/+61
* Asymmetric viewport changelog entryAleksandar Stojiljkovic2019-05-281-9/+9
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-281-14/+5
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-8/+2
* [ios] Remove obsolete telemetry gesture eventsJason Wray2019-05-091-40/+0
* [ios] Interpret negative direction as unchanged when setting visible coordina...Minh Nguyễn2019-05-031-1/+1
* [ios] Static analysis fix tweaks - part 2 (#14572)Julian Rex2019-05-021-7/+7
* [ios, macos] Fixes for static analyzer warnings (#14453)Julian Rex2019-04-301-1/+1
* [ios] Check for valid superview to avoid crash on iOS 9 (#14529)Julian Rex2019-04-301-1/+4
* [ios] Consider anchored UIView callouts when deciding whether to enable prese...Julian Rex2019-04-171-11/+28
* [ios] Ensure glFinish is called when going into the background, and block ren...Julian Rex2019-04-161-8/+72
* [ios] run glFlush when reducing memory and don't reduce memory while in backg...Konstantin Käfer2019-04-111-1/+4
* [ios] Fix issue wrong position of attribution dialog after rotation (#14185)Lloyd Sheng2019-04-111-0/+21
* [ios] Deactivate MGLMapView IBDesignable (#14379)Fabian Guerra Soto2019-04-101-9/+4
* [core] remove Renderer::flushKonstantin Käfer2019-04-051-2/+0
* [core] move GLContextMode to RendererBackendKonstantin Käfer2019-04-051-5/+6
* [core] refactor RendererBackendKonstantin Käfer2019-04-051-10/+31
* [core] move BackendScope to gfx namespaceKonstantin Käfer2019-04-051-1/+0
* [ios] Add iOS bindings and example for missing icons event. (#14302)Jordan Kiley2019-04-031-0/+14
* [ios] Enable/disable presentsWithTransaction to address #14232 (#14307)Julian Rex2019-04-031-12/+140
* [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
* [ios, core] Updates project for iOS SDK 12.2 / Always use vendored optional (...Julian Rex2019-03-271-4/+9
* [core] Fix signature of fluent interface settersBruno de Oliveira Abinader2019-03-231-9/+9
* [ios] Nitpicky style edits of recent changesJason Wray2019-03-211-2/+4
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-7/+11
* [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-8/+8