summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-083-49/+95
* Fixed compass overspinningMinh Nguyễn2015-07-061-15/+2
* Refactored -[MGLMapView direction]Minh Nguyễn2015-07-061-9/+3
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-062-4/+2
* Fixed crash on launch on iOS 7Minh Nguyễn2015-07-051-3/+3
* Add collision box debugging to the global debug toggleJason Wray2015-07-021-0/+1
* Simplify RunLoopJohn Firebaugh2015-07-012-6/+6
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-011-2/+2
* Merge pull request #1815 from mapbox/expose-ios-subviewsJustin R. Miller2015-07-011-38/+37
|\
| * fixes #1770: rename & expose compass, logo, and attributionJustin R. Miller2015-07-011-38/+37
* | Remove tracking mode reset from resetNorthAnimatedJason Wray2015-07-011-2/+0
|/
* Go dormant before terminationMinh Nguyễn2015-06-301-0/+13
* Rationalize *RenderingMap notificationsJohn Firebaugh2015-06-301-8/+14
* Eliminate unnecessary NSNumber* wrappingJohn Firebaugh2015-06-301-21/+21
* Use array of structs rather than parallel arrays for annotationsJohn Firebaugh2015-06-292-26/+19
* Fit to coordinatesMinh Nguyễn2015-06-261-1/+21
* Avoid removing content size constraintsMinh Nguyễn2015-06-261-20/+71
* Don't send MapChangeRegionIsChanging on every renderJohn Firebaugh2015-06-261-3/+0
* Remove duration argument from View::notifyMapChangeJohn Firebaugh2015-06-261-16/+3
* drive map rendering from main threadKonstantin Käfer2015-06-263-5/+22
* Implemented -setVisibleCoordinateBounds:Minh Nguyễn2015-06-251-0/+7
* Test fit to bounds; added MGLCoordinateBounds functionsMinh Nguyễn2015-06-252-1/+4
* Fit to bounds with paddingMinh Nguyễn2015-06-251-1/+7
* Reimplemented fit to boundsMinh Nguyễn2015-06-251-11/+23
* Remove redundant didChangeAuthorizationStatus: in favor of didFailWithError:Jason Wray2015-06-251-9/+0
* Fix typo which caused MGLMultiPoint to return longitude as latitude of bounds.Brent Whitman2015-06-251-1/+1
* Reversed direction to be clockwiseMinh Nguyễn2015-06-251-2/+2
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-1/+1
* Replaced user-facing assertions with exceptionsMinh Nguyễn2015-06-183-9/+34
* Support shape annotations on GLFWViewThiago Marcos P. Santos2015-06-181-7/+66
* Avoid null-change KVO notificationsMinh Nguyễn2015-06-172-2/+7
* Lightweight genericsMinh Nguyễn2015-06-174-36/+41
* Defer to MGLMultiPoint for overlayBounds implementationMinh Nguyễn2015-06-162-2/+2
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-157-20/+280
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-152-9/+14
* Namespaced reachability notification constantMinh Nguyễn2015-06-122-3/+3
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-112-14/+9
* Audited headers for nullabilityMinh Nguyễn2015-06-1112-36/+83
* press 1 through 6 to add 10^(n-1) points in the current viewportKonstantin Käfer2015-06-091-2/+35
* Merge remote-tracking branch 'origin/master' into HEADAnsis Brammanis2015-06-032-3/+29
|\
| * #1659 - Converting true to YES, false to NO to match Objective C standardsBrad Leege2015-06-011-4/+4
| * #1659 - Converting usingTestServer to atomic propertyBrad Leege2015-06-011-3/+6
| * #1659 - Adding tile stream certificate and ssl pin check for test server.Brad Leege2015-05-282-0/+23
* | Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-2815-418/+403
|\ \ | |/
| * Defailablize init methodsMinh Nguyễn2015-05-271-28/+11
| * Return nil upon failure to initializeMinh Nguyễn2015-05-271-1/+2
| * #1641 - Changing version to a static constant instead of a propertyBrad Leege2015-05-261-4/+3
| * #1641 - Adding version and instance to Turnstile event and keeping them DRY f...Brad Leege2015-05-261-7/+11
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-269-37/+31
| * DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-1/+1