| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, macos] Updated `maximumZoomLevel` description, cherry-picked #8818 (#8842) | Jordan Kiley | 2017-05-19 | 1 | -2/+2 |
* | [ios, macos] Change == to = in style function initializers | Jesse Bounds | 2017-05-19 | 1 | -3/+3 |
* | [ios, macos] Factored out tile URL template guide | Minh Nguyễn | 2017-05-16 | 4 | -177/+127 |
* | [ios, macos] edited identity interpolation mode documentation (#8657) | Jordan Kiley | 2017-05-15 | 1 | -3/+3 |
* | [core, android, ios, macos] Added Traffic Day/Night to default styles | Minh Nguyễn | 2017-05-12 | 3 | -3/+75 |
* | [ios, macos] Undeprecated unversioned style URL factory methods | Minh Nguyễn | 2017-05-12 | 3 | -49/+115 |
* | [ios, macos] Updated documented default style version | Minh Nguyễn | 2017-05-12 | 2 | -19/+6 |
* | [core, android, ios, macos, qt] v10 default styles | Minh Nguyễn | 2017-05-12 | 1 | -1/+1 |
* | [ios, macos] Moved DDS guide examples to Swift unit test | Minh Nguyễn | 2017-05-08 | 4 | -69/+257 |
* | [ios, macos] Fixed syntax error in DDS guide | Minh Nguyễn | 2017-05-08 | 1 | -8/+7 |
* | [core] Load source TileJSON immediately | John Firebaugh | 2017-05-02 | 2 | -152/+6 |
* | [all] Push querySourceFeatures back out to Map | John Firebaugh | 2017-05-02 | 4 | -2/+22 |
* | [ios, macos] Updated ca, es, sv, vi, zh-Hans localizations from Transifex | Minh Nguyễn | 2017-05-02 | 1 | -0/+291 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 11 | -8/+1185 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 1 | -4/+4 |
* | [ios][macos] Updated Mapbox logo in documentation | Eric Wolfe | 2017-04-19 | 1 | -21/+42 |
* | [ios] Scale bar (#7631) | Fredrik Karlsson | 2017-04-16 | 1 | -1/+1 |
* | [core] Tighten geo.hpp ctors | Bruno de Oliveira Abinader | 2017-04-14 | 1 | -4/+4 |
* | [ios, macos] Add Swift integration tests for map view delegate | Jesse Bounds | 2017-04-13 | 1 | -0/+47 |
* | [darwin] Remove use of NS_DESIGNATED_INITIALIZER from MGLStyleLayer subclasses | John Firebaugh | 2017-04-13 | 7 | -8/+8 |
* | [darwin] Make -[MGLForegroundStyleLayer sourceIdentifier] abstract | John Firebaugh | 2017-04-13 | 10 | -59/+15 |
* | [core, darwin] Object identity for MGLSource*, MGLStyleLayer* | John Firebaugh | 2017-04-13 | 6 | -20/+41 |
* | [darwin] Simplify MGLStyleLayer initialization and pointer management | John Firebaugh | 2017-04-13 | 24 | -513/+275 |
* | [darwin] Simplify MGLSource initialization and pointer management | John Firebaugh | 2017-04-13 | 8 | -213/+67 |
* | [darwin] Remove unnecessary MGLTileSource initializers | John Firebaugh | 2017-04-13 | 6 | -141/+227 |
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0' into boundsj-merge-release-b... | Fabian Guerra | 2017-04-11 | 12 | -64/+76 |
|\ |
|
| * | [ios, macos] Rename Data-driven styling guide (#8627) | Jesse Bounds | 2017-04-05 | 3 | -13/+14 |
| * | [macos] Fixed broken images in DDS guide | Minh Nguyễn | 2017-04-03 | 9 | -0/+0 |
| * | [ios, macos] Copyedited data-driven styling guides | Minh Nguyễn | 2017-04-01 | 2 | -55/+66 |
* | | [ios, macos] Clarify redrawing based on multipoint mutation | Minh Nguyễn | 2017-04-11 | 1 | -10/+30 |
* | | [macos] Remove link attribute from attribution text | Minh Nguyễn | 2017-04-10 | 2 | -2/+7 |
* | | [core] Add DDS support for {text,icon}-size (#8593) | Anand Thakker | 2017-04-06 | 3 | -18/+72 |
* | | [ios, macos] Fail gracefully on invalid coordinates | Minh Nguyễn | 2017-04-06 | 3 | -13/+26 |
* | | [ios, macos] Streamlined coordinate validation | Minh Nguyễn | 2017-04-06 | 2 | -15/+10 |
* | | [all] Make LatLng coordinates read-only | John Firebaugh | 2017-04-06 | 1 | -1/+1 |
* | | [darwin] Preflight argument validity before constructing mbgl::LatLng | John Firebaugh | 2017-04-06 | 1 | -0/+12 |
* | | [darwin] Use MGLLatLngFromLocationCoordinate2D where appropriate | John Firebaugh | 2017-04-06 | 3 | -4/+5 |
* | | [darwin] Fix invalid coordinates in MGLShapeSource tests | John Firebaugh | 2017-04-06 | 1 | -52/+52 |
* | | [core] Add DDS support for icon-image | John Firebaugh | 2017-03-31 | 3 | -11/+16 |
* | | [core] Add DDS support for text-rotate | John Firebaugh | 2017-03-31 | 3 | -9/+36 |
* | | [core] implement dds for text-offset | Molly Lloyd | 2017-03-28 | 3 | -9/+45 |
* | | [core] Move OpenGL extension initialization to Backend | Konstantin Käfer | 2017-03-23 | 2 | -6/+4 |
* | | [all] Replace Result<T> with optional<T> plus out Error parameter | John Firebaugh | 2017-03-23 | 1 | -2/+3 |
* | | Merge branch 'release-ios-v3.5.0-android-v5.0.0' | John Firebaugh | 2017-03-21 | 52 | -278/+2824 |
|\ \
| |/ |
|
| * | [ios][macos] Update DDS guide | Eric Wolfe | 2017-03-20 | 1 | -26/+63 |
| * | [ios][macos] Document that transitions using setStyleURL are not supported (#... | Eric Wolfe | 2017-03-20 | 1 | -2/+2 |
| * | [ios] Guard against over calling pause or resume | Jesse Bounds | 2017-03-18 | 1 | -0/+9 |
| * | [ios, macos] update iOS SDK guides (#8354) | Jordan Kiley | 2017-03-17 | 4 | -6/+161 |
| * | [ios, macos] Add more information to interpolation mode docs (#8425) | Jordan Kiley | 2017-03-15 | 1 | -6/+13 |
| * | [ios, macos] Expanded feature querying documentation | Minh Nguyễn | 2017-03-14 | 3 | -22/+62 |