summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* 'make node' compiles!Mike Morris2015-08-251-3/+6
* Revert "PLATFORM=node make node"Mike Morris2015-08-241-0/+79
* PLATFORM=node make nodeMike Morris2015-08-211-79/+0
* Merge branch 'master' into nodeMike Morris2015-08-2173-0/+10111
|\
| * GL is the library, SDK is the productJustin R. Miller2015-08-213-5/+5
| * Avoid deprecated CLLocationManagerDelegate methodMinh Nguyễn2015-08-181-9/+6
| * fixes #1907: skip MGLPolyline/MGLPolygons with zero pointsJustin R. Miller2015-08-171-2/+4
| * MGLUserTrackingModeFollowWithCourseMinh Nguyễn2015-08-143-7/+19
| * Use uv::async in HTTPAndroidRequest to ensure the correct thread deletes requ...Leith Bade2015-08-141-67/+38
| * fixes #2044: add -showAnnotations:animated:Justin R. Miller2015-08-121-0/+23
| * Merge branch 'android-okhttp'Leith Bade2015-08-122-109/+399
| |\
| | * Use OkHTTP to implement HTTPContext on Android.Leith Bade2015-08-112-109/+399
| * | fixes #1951: check for support of title before queryingJustin R. Miller2015-08-111-1/+3
| * | query the monitor's resolution instead of forcing 1024x768Konstantin Käfer2015-08-111-0/+3
| * | add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-11/+23
| |/
| * Improve accuracy ring update checksJason Wray2015-08-101-8/+2
| * 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