summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Re-enable the Satellite style on the Linux/OSX appThiago Marcos P. Santos2015-07-141-1/+2
* Create GLKView before binding it and resumingMinh Nguyễn2015-07-111-18/+4
* Make one arg ctors explicitThiago Marcos P. Santos2015-07-113-3/+3
* Remove unused function: elapsed()Thiago Marcos P. Santos2015-07-111-2/+0
* Remove unused function: uv_zip_open()Thiago Marcos P. Santos2015-07-112-27/+0
* abbreviate syntax for unused parametersJustin R. Miller2015-07-081-4/+1
* Defer initialization until app enters foregroundMinh Nguyễn2015-07-081-41/+64
* Assert if -mapView:symbolNameForAnnotation: is implementedMinh Nguyễn2015-07-081-0/+8
* refs #1125, 1813: update user dot tracking in one placeJustin R. Miller2015-07-081-6/+2
* clean up remainder of sprite removal for nowJustin R. Miller2015-07-081-19/+0
* remove loggingJustin R. Miller2015-07-081-6/+0
* fixes for runtime Cocoa imageryJustin R. Miller2015-07-081-31/+18
* stub annotation symbol cleanupJustin R. Miller2015-07-081-2/+22
* Cocoa custom marker imagery APIJustin R. Miller2015-07-082-12/+113
* add ability to add random custom markers to test appKonstantin Käfer2015-07-081-0/+47
* compress_png: void* => const void*Konstantin Käfer2015-07-082-2/+2
* 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