summaryrefslogtreecommitdiff
path: root/platform/ios/MGLMapView.mm
Commit message (Expand)AuthorAgeFilesLines
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-011-2/+2
* [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-271-4/+5
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-271-5/+6
* [core] [iOS] Completion handlers for animated methodsMinh Nguyễn2015-11-251-6/+46
* [iOS] Ensure consistent willChange/didChange notificationsMinh Nguyễn2015-11-251-185/+60
* Attach compass gesture recognizer to compass viewMinh Nguyễn2015-11-241-1/+2
* Updated guide URLMinh Nguyễn2015-11-231-1/+1
* [iOS] Set application root as asset rootMinh Nguyễn2015-11-201-2/+2
* refs #2922: update display link in all common modes (inc. scrolling)Justin R. Miller2015-11-181-1/+1
* Ensure proper will/is/didChange for resetNorthMinh Nguyễn2015-11-181-3/+11
* [core] Fix LatLngBounds default coordinatesBruno de Oliveira Abinader2015-11-181-3/+3
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-1/+1
* Set refresh interval to 60fpsMinh Nguyễn2015-11-121-1/+1
* [iOS] Removed unnecessary castsMinh Nguyễn2015-11-121-13/+13
* [core] PrecisionPoint is now a vec2<double>Bruno de Oliveira Abinader2015-11-121-8/+6
* [ios] Reflect Map API changes in MGLMapViewBruno de Oliveira Abinader2015-11-111-12/+18
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-6/+6
* Updated changelogMinh Nguyễn2015-11-091-2/+2
* Merge remote-tracking branch 'bwhtmn/ios9_multitasking' into 1ec5-ios9-multit...Minh Nguyễn2015-11-091-3/+3
|\
| * Fix regression on iOS 8, where map would stop updating if device was rotated ...Brent Whitman2015-09-111-0/+1
| * Leave GLview rendering on when app is inactive, to get nice smooth transition...Brent Whitman2015-09-111-4/+3
* | Remove constraints instead of deactivating themMinh Nguyễn2015-11-091-50/+8
* | [iOS] Defer didChange until after animationMinh Nguyễn2015-11-051-5/+52
* | Disable callout view dimming when tap is a no-opMinh Nguyễn2015-11-041-0/+5
* | Indicate target frame interval, with a comment about how it relates to FPS.Adam Hunter2015-11-041-2/+2
* | more clearly indicate target FPS as relates to display linkJustin R. Miller2015-11-041-1/+2
* | cleanupsJustin R. Miller2015-11-041-29/+28
* | Fix #1975 - improve animation fluidity and responseAdam Hunter2015-11-041-2/+25
* | Strip whitespace and newlines from access token and style URLMinh Nguyễn2015-11-031-0/+2
* | Create UIActionSheet on demandMinh Nguyễn2015-10-301-16/+19
* | [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-301-17/+5
* | [core] Remove bundled styles.Leith Bade2015-10-301-36/+36
* | [ios] fix user annotation view refresh when switched from course to noneMurray Hughes2015-10-291-0/+4
* | remove heading tests as unreliableJustin R. Miller2015-10-271-1/+5
* | remove dead, broken codeJustin R. Miller2015-10-271-7/+0
* | improve gestures in perspective viewAnsis Brammanis2015-10-261-2/+9
* | IB inspectable for allowing tiltMinh Nguyễn2015-10-231-5/+5
* | [iOS] Removed long-unavailable APIsMinh Nguyễn2015-10-221-18/+0
* | [iOS] Replaced styleID property with styleURL__ inspectableMinh Nguyễn2015-10-221-23/+28
* | [ios] minor telemetry improvementsJason Wray2015-10-221-4/+4
* | [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-1/+1
* | [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-4/+4
* | [ios] Notify delegate during rotate and pitch gesturesMinh Nguyễn2015-10-211-1/+5
* | Merge remote-tracking branch 'Hitta/fixed-notification' into 1ec5-changing-2373Minh Nguyễn2015-10-211-1/+5
|\ \
| * | Added region change notification to quick zoomMaciej Swic2015-09-221-0/+2
| * | Notify map change on pinch as wellMaciej Swic2015-09-211-0/+2
| * | Fixed incorrect notificationMaciej Swic2015-09-211-1/+1
| |/
* | [core] Annotation refactorJohn Firebaugh2015-10-201-4/+1
* | [ios] tweaks to match code style for 1a5c452 callout tap handlerJustin R. Miller2015-10-121-4/+8
* | Forwards the SMCalloutView tap delegateMaciej Swic2015-10-121-2/+13