| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'ios-v3.6.2' into master | Fabian Guerra | 2017-08-28 | 16 | -44/+656 |
|\ |
|
| * | [ios] Warn about using MGLFeature-conforming annotations w/querying | Jason Wray | 2017-08-18 | 2 | -5/+15 |
| * | [ios] Add debug descriptions to shapes and features | Jason Wray | 2017-08-18 | 3 | -0/+69 |
| * | [ios, macos] Fix querying features returning nil when features available. (#9... | Fabian Guerra Soto | 2017-08-17 | 3 | -7/+9 |
| * | [ios] Add test for code snippet added to MGLPolyline doc change | Nadia Barbosa | 2017-08-09 | 2 | -3/+14 |
| * | [ios] Update MGLPolyline docs about antimeridian crossings | Nadia Barbosa | 2017-08-09 | 1 | -2/+13 |
| * | [ios] adapt Mapbox Streets–sourced layers for user preferred language (#9582) | Fabian Guerra Soto | 2017-08-01 | 4 | -0/+219 |
| * | [android, ios, macos] Updated French localization | Minh Nguyễn | 2017-07-19 | 1 | -0/+291 |
* | | [all] ensure runloop is the current scheduler | Ivo van Dongen | 2017-08-09 | 2 | -14/+9 |
* | | [core] finish must-revalidate support | Konstantin Käfer | 2017-08-08 | 1 | -1/+3 |
* | | [core][android][macos][ios] Implement property functions for line-join, text-... | Lauren Budorick | 2017-07-26 | 6 | -33/+48 |
* | | [all] Merge View into RendererBackend | John Firebaugh | 2017-07-26 | 1 | -6/+3 |
* | | [ios][macos] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 1 | -3/+9 |
* | | [test] allow only a single shared display to avoid egl errors | Ivo van Dongen | 2017-07-18 | 1 | -1/+1 |
* | | [ios][macos] rendering interface changes | Ivo van Dongen | 2017-07-18 | 3 | -2/+71 |
* | | [core][ios][android][macos] Use premultiplied image directly for RasterTile a... | Asheem Mamoowala | 2017-07-17 | 1 | -3/+2 |
* | | [core] Update shaders. | Chris Loer | 2017-07-12 | 3 | -0/+128 |
* | | [core] GCC 4.9 is unable to deduce ctors when using bracket init | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -1/+1 |
* | | [core] Implement circle-pitch-alignment property | Chris Loer | 2017-07-06 | 3 | -0/+119 |
* | | [darwin] - re-add swift documentation | Tobrun | 2017-07-05 | 6 | -0/+44 |
* | | Merge branch 'release-ios-v3.6.0-android-v5.1.0' | Tobrun | 2017-07-05 | 26 | -255/+550 |
|\ \
| |/ |
|
| * | [ios] moved changes to darwin (#9387) | Jordan Kiley | 2017-06-29 | 1 | -0/+2 |
| * | Boxing ObjC structs (#9343) | Fabian Guerra Soto | 2017-06-22 | 5 | -8/+8 |
| * | [ios, macos] Corrected MGLSource subclassing documentation | Minh Nguyễn | 2017-06-22 | 2 | -6/+7 |
| * | [ios, macos] Rewrote MGLStyle class documentation | Minh Nguyễn | 2017-06-22 | 1 | -8/+45 |
| * | MGLLight autogenerate scripts (#9260) | Fabian Guerra Soto | 2017-06-16 | 8 | -174/+517 |
| * | [ios, macos] Revised descriptions for abstract classes (#9095) | Jordan Kiley | 2017-06-14 | 8 | -29/+31 |
| * | [ios, macos] Fix MGLSphericalPosition.radial misleading type. | Fabian Guerra | 2017-06-12 | 1 | -1/+1 |
| * | Cherry picks to release branch (#9230) | Tobrun | 2017-06-09 | 1 | -0/+16 |
| * | Migrate to GL JS–powered feedback form (#9078) | Minh Nguyễn | 2017-05-30 | 6 | -16/+70 |
| * | [ios, macos] Fix MGLLight.achor to accept style functions | Fabian Guerra | 2017-05-24 | 3 | -11/+13 |
| * | [ios] Fallback to Mapbox.bundle as the framework bundle (#9074) | Jason Wray | 2017-05-23 | 2 | -20/+12 |
| * | [ios,macos] multipolygon coordinate (#8713) | Fabian Guerra Soto | 2017-05-23 | 4 | -4/+264 |
| * | [ios, macos] Light property implementation in MGLStyle (#9043) | Fabian Guerra Soto | 2017-05-23 | 12 | -1/+584 |
| * | [ios, macos] changed TRUE -> 'true' (#9059) fixes #9056 | Jordan Kiley | 2017-05-19 | 2 | -2/+2 |
| * | [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 |
* | | [darwin] Assign threads more specific names | Jason Wray | 2017-06-27 | 1 | -1/+2 |
* | | [darwin] Use ResourceTransform for setting URL transform callbacks | Thiago Marcos P. Santos | 2017-06-26 | 1 | -3/+13 |
* | | [core] Move setStyleJSON/URL to Style; add Map::setStyle | John Firebaugh | 2017-06-22 | 1 | -1/+1 |
* | | [all] Promote Style to public API | John Firebaugh | 2017-06-22 | 10 | -98/+107 |
* | | [core] Enable property functions for line-width (#9250) | Lauren Budorick | 2017-06-19 | 4 | -10/+41 |
* | | Update changelogs and iOS/macOS style guide for ImageSource bindings | Asheem Mamoowala | 2017-06-19 | 1 | -1/+8 |
* | | [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima... | Asheem Mamoowala | 2017-06-19 | 10 | -124/+93 |