summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Refactor user location annotationJason Wray2015-08-102-102/+231
* set thread priority on LinuxKonstantin Käfer2015-08-101-3/+15
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-052-13/+4
* Added Update::RepaintBruno de Oliveira Abinader2015-08-051-1/+1
* Removed debug leftoverThiago Marcos P. Santos2015-08-051-1/+0
* manually premultiply the image if libpng can't do itKonstantin Käfer2015-08-041-2/+15
* don't require PNG_ALPHA_PREMULTIPLIED to support older versions of libpngKonstantin Käfer2015-08-041-0/+5
* support cURL versions older than 7.21.6Konstantin Käfer2015-08-041-0/+4
* don't use certain STL functionsKonstantin Käfer2015-08-044-4/+9
* Ignore redundant initial reachability notification on iOS 9Minh Nguyễn2015-07-281-1/+8
* s/AssetContext/AssetContextBase/Bruno de Oliveira Abinader2015-07-282-6/+6
* s/HTTPContext/HTTPContextBase/Bruno de Oliveira Abinader2015-07-282-8/+8
* Replaced 'override' with 'final' for non-public interfacesBruno de Oliveira Abinader2015-07-284-6/+6
* Created HTTPRequestBase as base for HTTP requestsBruno de Oliveira Abinader2015-07-282-46/+45
* Moved ResponseStatus to its own headerBruno de Oliveira Abinader2015-07-282-50/+2
* Update the user dot when the user movesMinh Nguyễn2015-07-271-0/+2
* Avoid nudging transitions if a gesture is in progress #2Bruno de Oliveira Abinader2015-07-272-1/+10
* Ignore invalid location updatesMinh Nguyễn2015-07-242-8/+8
* GLFW port now uses nudgeTransitions()Bruno de Oliveira Abinader2015-07-201-1/+2
* Revert "Revert "split renderSync and transition nudging to allow client view ...Bruno de Oliveira Abinader2015-07-201-1/+3
* Merge pull request #1831 from mapbox/set-collision-debug-tooJustin R. Miller2015-07-201-1/+2
|\
| * Add collision check to `isDebugActive`Jason Wray2015-07-021-1/+1
| * Set collision debug with setDebugActive:Jason Wray2015-07-021-0/+1
* | Revert "split renderSync and transition nudging to allow client view syncing"Bruno de Oliveira Abinader2015-07-201-3/+1
* | Merge branch 'release-v0.5.0'Minh Nguyễn2015-07-141-1/+3
|\ \
| * | Cherry-picked part of 987d961e5bd2a7b9a68c4f05dd8b599eb1357add to fix the buildMinh Nguyễn2015-07-101-4/+1
| * | Revert "Defer initialization until app enters foreground"Justin R. Miller2015-07-091-64/+41
| * | 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/+3
| * | split renderSync and transition nudging to allow client view syncingJustin R. Miller2015-07-081-1/+2
* | | 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