summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | s/AppliedClassProperties/AppliedClassPropertyValues/Bruno de Oliveira Abinader2015-07-204-18/+18
* | | | | Cleaned up FrameHistoryBruno de Oliveira Abinader2015-07-201-3/+3
* | | | | Revert "split renderSync and transition nudging to allow client view syncing"Bruno de Oliveira Abinader2015-07-203-13/+4
* | | | | Check for pending animations or transitions when scheduling another render passBruno de Oliveira Abinader2015-07-201-1/+1
* | | | | Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-176-142/+144
* | | | | Add docs to WorkQueue and GlyphStoreThiago Marcos P. Santos2015-07-173-3/+21
| |_|_|/ |/| | |
* | | | Only print Sprite warnings if we have Sprites setThiago Marcos P. Santos2015-07-161-1/+3
* | | | Remove hacks because of Glyph requests could not be canceledThiago Marcos P. Santos2015-07-162-11/+2
* | | | Add GlyphStore unit testsThiago Marcos P. Santos2015-07-162-0/+226
* | | | Make Glyph requests from the Map ThreadThiago Marcos P. Santos2015-07-164-76/+68
* | | | Keep updating until all the tiles are State::parsedThiago Marcos P. Santos2015-07-165-19/+2
* | | | Added unit tests for the WorkQueueThiago Marcos P. Santos2015-07-162-0/+64
* | | | Introduce the WorkQueueThiago Marcos P. Santos2015-07-162-0/+73
* | | | Add an interface for invoking cancellable tasks on the RunLoopThiago Marcos P. Santos2015-07-152-5/+28
* | | | [publish ios-v0.5.2]Minh Nguyễn2015-07-140-0/+0
* | | | Bumped podspec to 0.5.2 with symbolsv0.5.2Minh Nguyễn2015-07-141-1/+1
* | | | Merge branch 'release-v0.5.0'Minh Nguyễn2015-07-145-5/+20
|\ \ \ \
| * | | | [publish ios-v0.5.1]Minh Nguyễn2015-07-130-0/+0
| * | | | Updated podspec for 0.5.1v0.5.1Minh Nguyễn2015-07-131-1/+1
| * | | | Updated changelog for 0.5.1Minh Nguyễn2015-07-131-0/+6
| * | | | Opt into Xcode 6.4Minh Nguyễn2015-07-131-2/+2
| * | | | Fetch tags before relying on a list of themMinh Nguyễn2015-07-131-0/+1
| * | | | Force -ObjC in Mapbox GL podMinh Nguyễn2015-07-101-1/+4
| * | | | Cherry-picked part of 987d961e5bd2a7b9a68c4f05dd8b599eb1357add to fix the buildMinh Nguyễn2015-07-101-4/+1
| * | | | Replaced release notes for 0.5.0Minh Nguyễn2015-07-101-4/+11
| * | | | updated changelog for 0.5.0Justin R. Miller2015-07-091-0/+22
| * | | | [publish ios-v0.5.0]Justin R. Miller2015-07-090-0/+0
| * | | | bump podspec to 0.5.0 final (no symbols)v0.5.0Justin R. Miller2015-07-091-1/+1
| * | | | [publish ios-v0.5.0-rc.2]Justin R. Miller2015-07-090-0/+0
| * | | | bump podspec to 0.5.0rc2v0.5.0-rc.2Justin R. Miller2015-07-091-1/+1
| * | | | test on Xcode 6.4 / iOS 8.4Justin R. Miller2015-07-092-3/+3
| * | | | Revert "Defer initialization until app enters foreground"Justin R. Miller2015-07-091-64/+41
| * | | | refs #1859: use traditional struct declarationJustin R. Miller2015-07-091-4/+7
| * | | | fixes #1858: proper shape placement in style layersJustin R. Miller2015-07-091-1/+1
| * | | | [publish ios-v0.5.0-rc.1]Justin R. Miller2015-07-080-0/+0
| * | | | bump podspec to 0.5.0-rc.1 w/ symbolsv0.5.0-rc.1Justin R. Miller2015-07-081-1/+1
| * | | | Defer initialization until app enters foregroundMinh Nguyễn2015-07-081-41/+64
| * | | | Removed documentation for unavailable methodMinh Nguyễn2015-07-081-4/+0
| * | | | 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-083-4/+12
* | | | | Force style cascade in MapContext::loadStyleJSONBruno de Oliveira Abinader2015-07-141-0/+3
* | | | | Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-1414-58/+88
* | | | | Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-1419-106/+107
* | | | | s/properties/propertyValues/Bruno de Oliveira Abinader2015-07-143-12/+11
* | | | | Unify time point for Mapcontext::updateBruno de Oliveira Abinader2015-07-144-32/+25
* | | | | Micro-optimizations to StyleBruno de Oliveira Abinader2015-07-141-11/+4
* | | | | Re-enable the Satellite style on the Linux/OSX appThiago Marcos P. Santos2015-07-141-1/+2
| |_|/ / |/| | |
* | | | Include iOS README in binary podMinh Nguyễn2015-07-131-1/+2
* | | | Do not return a value on a "[]() -> void"Thiago Marcos P. Santos2015-07-131-1/+1