| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Fix code style issues | John Firebaugh | 2016-05-12 | 7 | -100/+104 |
* | [core] Avoid instantiating temporary vector | John Firebaugh | 2016-05-12 | 1 | -19/+20 |
* | [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeature | John Firebaugh | 2016-05-12 | 5 | -23/+20 |
* | [core] Replace auto with actual types | John Firebaugh | 2016-05-12 | 1 | -2/+2 |
* | [core] Avoid instantiating temporary vector | John Firebaugh | 2016-05-12 | 1 | -5/+2 |
* | [core] Code formatting | John Firebaugh | 2016-05-12 | 2 | -5/+5 |
* | [android] - fixes style init bug, added unit test to prevent regression | Tobrun | 2016-05-12 | 2 | -4/+83 |
* | [core] remove indirection via Task object in DefaultFileSource | Konstantin Käfer | 2016-05-12 | 1 | -25/+16 |
* | [core] Normalize tile coordinates in VectorTile (#4966) | John Firebaugh | 2016-05-11 | 12 | -54/+9 |
* | [osx] Fixed framework mastering | Minh Nguyễn | 2016-05-11 | 1 | -1/+2 |
* | [Qt] Update style to v9 + bumped min/max zoom levels | Bruno de Oliveira Abinader | 2016-05-11 | 1 | -4/+4 |
* | [Qt] Added viewport mode | Bruno de Oliveira Abinader | 2016-05-11 | 4 | -6/+28 |
* | [core] Added Viewport mode | Bruno de Oliveira Abinader | 2016-05-11 | 14 | -33/+85 |
* | [core, osx] Updated changelogs | Minh Nguyễn | 2016-05-11 | 4 | -9/+15 |
* | [android] Update Outdoors style description | Jason Wray | 2016-05-11 | 1 | -1/+1 |
* | [osx] Fixed nested framework | Minh Nguyễn | 2016-05-10 | 1 | -4/+1 |
* | Update INSTALL.md | Minh Nguyễn | 2016-05-10 | 1 | -2/+4 |
* | [ios] fix potential for very slow animations of user location dot (#4997) | Brent W | 2016-05-10 | 1 | -1/+1 |
* | [android] #4994 - Add events=true to mapbox http requests | Brad Leege | 2016-05-10 | 1 | -1/+13 |
* | [osx] Updated changelog for v0.1.0osx-v0.1.0 | Minh Nguyễn | 2016-05-10 | 1 | -2/+2 |
* | Merge branch 'release-ios-v3.2.2' into 1ec5-release-ios-v3.2.2-master | Minh Nguyễn | 2016-05-10 | 2 | -4/+13 |
|\ |
|
| * | ios-v3.2.2ios-v3.2.2 | Minh Nguyễn | 2016-05-10 | 2 | -2/+2 |
| * | ios-v3.2.2-rc.1ios-v3.2.2-rc.1 | Minh Nguyễn | 2016-05-06 | 2 | -2/+2 |
| * | [ios, osx] Revised style descriptions | Minh Nguyễn | 2016-05-06 | 1 | -9/+9 |
| * | [osx] Test against literal style URL strings | Minh Nguyễn | 2016-05-06 | 1 | -6/+6 |
| * | [ios, osx] Renamed version constant, linked to more info | Minh Nguyễn | 2016-05-06 | 9 | -75/+97 |
| * | [ios, osx] Renamed Hybrid to Satellite Streets | Minh Nguyễn | 2016-05-06 | 9 | -23/+34 |
| * | [ios, osx] Pin unversioned style URL APIs to v8 styles | Minh Nguyễn | 2016-05-06 | 4 | -13/+13 |
| * | [core, ios, osx] Version default style URL APIs; deprecated Emerald | Minh Nguyễn | 2016-05-06 | 15 | -68/+214 |
| * | ios-v3.2.1ios-v3.2.1 | Jason Wray | 2016-04-20 | 2 | -2/+2 |
| * | Updated jazzy config flags for jazzy 0.6.0 | Minh Nguyễn | 2016-04-20 | 1 | -4/+4 |
| * | [ios] Add script to automate s3 build and publish process | Jesse Bounds | 2016-04-20 | 1 | -0/+84 |
| * | [ios, osx] Use HTML links in documentation | Minh Nguyễn | 2016-04-20 | 6 | -45/+49 |
| * | [ios] Restart user location heading updates on validation | Jason Wray | 2016-04-20 | 2 | -0/+6 |
* | | [Qt] Always use setCoordinateZoom() | Thiago Marcos P. Santos | 2016-05-10 | 1 | -6/+2 |
* | | [osx] Automate framework packaging | Minh Nguyễn | 2016-05-10 | 2 | -0/+62 |
* | | [ios, osx] Reformatted documentation comments | Minh Nguyễn | 2016-05-10 | 15 | -774/+1039 |
* | | [osx] Added changelog | Minh Nguyễn | 2016-05-10 | 2 | -1/+6 |
* | | [osx] Added OS X SDK documentation target | Minh Nguyễn | 2016-05-10 | 6 | -0/+225 |
* | | [core] retain tiles differently and remove old TileID class | Konstantin Käfer | 2016-05-10 | 25 | -673/+857 |
* | | [core] move TileData and dependents to new *TileID classes | Konstantin Käfer | 2016-05-10 | 43 | -155/+181 |
* | | [core] move Tile to use UnwrappedTileID | Konstantin Käfer | 2016-05-10 | 6 | -26/+27 |
* | | [core] move Painter and dependents to new *TileID classes | Konstantin Käfer | 2016-05-10 | 30 | -672/+140 |
* | | [core] add algorithm for generating clip IDs based on the new TileID classes | Konstantin Käfer | 2016-05-10 | 7 | -0/+635 |
* | | [core] add algorithm for detecting whether an ordered map contains covering c... | Konstantin Käfer | 2016-05-10 | 4 | -1/+98 |
* | | [core] introduce three distinct TileID types | Konstantin Käfer | 2016-05-10 | 4 | -0/+605 |
* | | [build] Fix broken build on OSX | Thiago Marcos P. Santos | 2016-05-10 | 3 | -5/+4 |
* | | [android] #4700 - deprecate OnLocationChangeListener | Tobrun | 2016-05-10 | 1 | -1/+8 |
* | | [Qt] Use C++11 ABI packages | Thiago Marcos P. Santos | 2016-05-10 | 5 | -4/+20 |
* | | [android] #4930 - added invalidate to change tint colors | Tobrun | 2016-05-10 | 6 | -45/+52 |