summaryrefslogtreecommitdiff
path: root/platform/ios/src
Commit message (Expand)AuthorAgeFilesLines
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-272-12/+12
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-13/+32
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-11/+11
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-1/+10
* [ios, macos] Change runtime styling category method prefix to mgl_Jason Wray2016-10-173-9/+9
* [ios, macos] Expand changes to entire APIMinh Nguyễn2016-10-174-31/+1
* [ios, macos] Deprecate -[MGLMapViewDelegate mapView:alphaForShapeAnnotation:]...Jason Wray2016-10-142-11/+21
* [ios, macos] possibility to set custom images to style (#6637)Roman Blum2016-10-123-202/+221
* [ios, macos] Add -mapView:didFinishLoadingStyle: delegate methodJason Wray2016-10-112-0/+25
* [ios, macos] Renamed files to match renamed classesMinh Nguyễn2016-10-061-1/+2
* [macos,ios] initialize util::RunLoop in SDK rather than by defaultKonstantin Käfer2016-10-061-0/+8
* [ios] Observer that app did become active instead of will foreground (#6600)Jesse Bounds2016-10-051-1/+1
* [ios, macos] fixes #6160: allow updating multipoint coordinates (#6565)Justin R. Miller2016-10-041-0/+29
* [ios] Remove double counting of content inset top and bottom (#6566)Jesse Bounds2016-10-031-2/+2
* [core] move OpenGL extension loading to their own headersKonstantin Käfer2016-09-291-1/+1
* [ios] Always show annotation view even when view reuse is not usedJesse Bounds2016-09-271-1/+5
* [ios, macos] Add tile template option to raster and vector sourcesJesse Bounds2016-09-221-0/+1
* [ios] Use content inset to calculate edge padding (#6313)Jesse Bounds2016-09-131-4/+6
* [ios, macos] Use NSDictionary for geojson source options.Jesse Bounds2016-09-021-1/+0
* [ios, macos] fixes #5962 added geojson options to support clusteringFredrik Karlsson2016-09-021-0/+1
* [ios] Allow implicit animation of annotation viewsJason Wray2016-08-312-20/+0
* [iOS] Using contentInset for setCenterCoordinate: and flyToCamera methods eve...Romain Quidet2016-08-301-2/+2
* [ios, macos] fix imports (#6209)Fredrik Karlsson2016-08-302-1/+3
* [ios] Avoid updating sprite backed annotations in view update method (#6199)Jesse Bounds2016-08-291-25/+5
* [ios] Improve user location annotation documentationJason Wray2016-08-261-0/+5
* [ios] Ignore non-conforming user location annotation viewsJason Wray2016-08-261-3/+7
* [ios] preserve annotation transforms during perspective scalingJustin R. Miller2016-08-261-18/+16
* [ios] Clean-up user location annotation heading calculationsJason Wray2016-08-241-7/+11
* [ios] Stop exaggerating heading accuracy indicator sizeJason Wray2016-08-241-4/+4
* Document -mapViewDidFailLoadingMap:withError: (#6145)Minh Nguyễn2016-08-241-1/+11
* [ios, macos] Expose name and default position of current style (#6127)Minh Nguyễn2016-08-242-9/+15
* [ios, macos] Move debug mask options to shared header (#6094)Jason Wray2016-08-231-19/+0
* [ios] Disable implicit animation of user annotation pitch changes (#6122)Jason Wray2016-08-231-0/+6
* [ios, macos] Make Xcode 7.3 the minimum required versionJason Wray2016-08-187-14/+6
* [ios, macos] reuse utility functionFredrik Karlsson2016-08-183-32/+5
* [ios, macos] fixes #5974 Move style classes API to MGLStyleFredrik Karlsson2016-08-183-32/+12
* [ios, macos] Renamed Objective-C++ headers to .hMinh Nguyễn2016-08-166-15/+14
* [ios] Improve user location annotation performance (#6019)Jason Wray2016-08-161-1/+11
* [ios] Refactored user location annotation into a customizable class (#5882)Jason Wray2016-08-167-544/+636
* [ios, macos] Accept absolute file paths as style URLs (#6026)Minh Nguyễn2016-08-161-6/+2
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-2/+4
* Runtime styling API for iOS/macOS (#5727)Fredrik Karlsson2016-08-119-15/+107
* [ios] Account for center offset when tapping annotation views (#5931)Jesse Bounds2016-08-112-0/+27
* [ios] Guard against nil data task (#5932)Jesse Bounds2016-08-111-1/+3
* Merge branch 'release-ios-v3.3.0'Jason Wray2016-08-083-7/+18
|\
| * [ios] Hit test the user location annotation dot specificallyJason Wray2016-08-063-7/+18
* | Merge branch 'release-ios-v3.3.0'Jason Wray2016-08-032-5/+14
|\ \ | |/
| * [ios] Omit accuracy halo from annotation hit testing (#5816)Minh Nguyễn2016-07-281-2/+2
| * [ios] Limit annotation view pan gesture check to own recognizer (#5813)Jason Wray2016-07-271-1/+1
| * [ios] Fixed crash drawing compass on iOS 8.1 (#5791)Minh Nguyễn2016-07-261-2/+11