summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix code style issuesJohn Firebaugh2016-05-127-100/+104
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-19/+20
* [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeatureJohn Firebaugh2016-05-125-23/+20
* [core] Replace auto with actual typesJohn Firebaugh2016-05-121-2/+2
* [core] Avoid instantiating temporary vectorJohn Firebaugh2016-05-121-5/+2
* [core] Code formattingJohn Firebaugh2016-05-122-5/+5
* [android] - fixes style init bug, added unit test to prevent regressionTobrun2016-05-122-4/+83
* [core] remove indirection via Task object in DefaultFileSourceKonstantin Käfer2016-05-121-25/+16
* [core] Normalize tile coordinates in VectorTile (#4966)John Firebaugh2016-05-1112-54/+9
* [osx] Fixed framework masteringMinh Nguyễn2016-05-111-1/+2
* [Qt] Update style to v9 + bumped min/max zoom levelsBruno de Oliveira Abinader2016-05-111-4/+4
* [Qt] Added viewport modeBruno de Oliveira Abinader2016-05-114-6/+28
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-1114-33/+85
* [core, osx] Updated changelogsMinh Nguyễn2016-05-114-9/+15
* [android] Update Outdoors style descriptionJason Wray2016-05-111-1/+1
* [osx] Fixed nested frameworkMinh Nguyễn2016-05-101-4/+1
* Update INSTALL.mdMinh Nguyễn2016-05-101-2/+4
* [ios] fix potential for very slow animations of user location dot (#4997)Brent W2016-05-101-1/+1
* [android] #4994 - Add events=true to mapbox http requestsBrad Leege2016-05-101-1/+13
* [osx] Updated changelog for v0.1.0osx-v0.1.0Minh Nguyễn2016-05-101-2/+2
* Merge branch 'release-ios-v3.2.2' into 1ec5-release-ios-v3.2.2-masterMinh Nguyễn2016-05-102-4/+13
|\
| * ios-v3.2.2ios-v3.2.2Minh Nguyễn2016-05-102-2/+2
| * ios-v3.2.2-rc.1ios-v3.2.2-rc.1Minh Nguyễn2016-05-062-2/+2
| * [ios, osx] Revised style descriptionsMinh Nguyễn2016-05-061-9/+9
| * [osx] Test against literal style URL stringsMinh Nguyễn2016-05-061-6/+6
| * [ios, osx] Renamed version constant, linked to more infoMinh Nguyễn2016-05-069-75/+97
| * [ios, osx] Renamed Hybrid to Satellite StreetsMinh Nguyễn2016-05-069-23/+34
| * [ios, osx] Pin unversioned style URL APIs to v8 stylesMinh Nguyễn2016-05-064-13/+13
| * [core, ios, osx] Version default style URL APIs; deprecated EmeraldMinh Nguyễn2016-05-0615-68/+214
| * ios-v3.2.1ios-v3.2.1Jason Wray2016-04-202-2/+2
| * Updated jazzy config flags for jazzy 0.6.0Minh Nguyễn2016-04-201-4/+4
| * [ios] Add script to automate s3 build and publish processJesse Bounds2016-04-201-0/+84
| * [ios, osx] Use HTML links in documentationMinh Nguyễn2016-04-206-45/+49
| * [ios] Restart user location heading updates on validationJason Wray2016-04-202-0/+6
* | [Qt] Always use setCoordinateZoom()Thiago Marcos P. Santos2016-05-101-6/+2
* | [osx] Automate framework packagingMinh Nguyễn2016-05-102-0/+62
* | [ios, osx] Reformatted documentation commentsMinh Nguyễn2016-05-1015-774/+1039
* | [osx] Added changelogMinh Nguyễn2016-05-102-1/+6
* | [osx] Added OS X SDK documentation targetMinh Nguyễn2016-05-106-0/+225
* | [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-1025-673/+857
* | [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-1043-155/+181
* | [core] move Tile to use UnwrappedTileIDKonstantin Käfer2016-05-106-26/+27
* | [core] move Painter and dependents to new *TileID classesKonstantin Käfer2016-05-1030-672/+140
* | [core] add algorithm for generating clip IDs based on the new TileID classesKonstantin Käfer2016-05-107-0/+635
* | [core] add algorithm for detecting whether an ordered map contains covering c...Konstantin Käfer2016-05-104-1/+98
* | [core] introduce three distinct TileID typesKonstantin Käfer2016-05-104-0/+605
* | [build] Fix broken build on OSXThiago Marcos P. Santos2016-05-103-5/+4
* | [android] #4700 - deprecate OnLocationChangeListenerTobrun2016-05-101-1/+8
* | [Qt] Use C++11 ABI packagesThiago Marcos P. Santos2016-05-105-4/+20
* | [android] #4930 - added invalidate to change tint colorsTobrun2016-05-106-45/+52