| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Add `line-gradient` property | Mikhail Pozdnyakov | 2018-08-23 | 4 | -1/+64 |
* | [build] add plain text file lists for iOS/macOS | Konstantin Käfer | 2018-08-23 | 2 | -0/+9 |
* | [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js. | Chris Loer | 2018-08-21 | 1 | -1/+10 |
* | [ios, macos] Introduce `MGLShapeSourceOptionLineDistanceMetrics` | Mikhail Pozdnyakov | 2018-08-21 | 4 | -1/+25 |
* | Warn if MGLShapeSource is initialized with MGLShapeCollection | Nadia Barbosa | 2018-08-20 | 3 | -0/+26 |
* | [darwin] arbitrary offline region geometries | Ivo van Dongen | 2018-08-20 | 12 | -29/+365 |
* | [core] make style/conversion.hpp implementation private | Konstantin Käfer | 2018-08-19 | 1 | -1/+1 |
* | WIP: use expected<T, E> for passing on errors | Konstantin Käfer | 2018-08-14 | 2 | -13/+13 |
* | Rename link title | Nadia Barbosa | 2018-08-14 | 1 | -1/+1 |
* | Fix line break | Nadia Barbosa | 2018-08-14 | 1 | -1/+2 |
* | Addiional darwin fixes and Jazzy template updates | Nadia Barbosa | 2018-08-14 | 2 | -4/+3 |
* | Update darwin docs | Nadia Barbosa | 2018-08-14 | 2 | -3/+3 |
* | [ios] Remove Xcode 7 compatibility typedefs | Jason Wray | 2018-08-09 | 1 | -7/+0 |
* | [ios] Standardize exception definitions | Jason Wray | 2018-08-09 | 24 | -46/+89 |
* | [core] Replace unique_any with peer from mapbox-bindgen | Bruno de Oliveira Abinader | 2018-08-08 | 1 | -2/+2 |
* | [core] Merge DataDrivenPropertyValue into PropertyValue (#12513) | John Firebaugh | 2018-07-31 | 20 | -261/+240 |
* | [iOS] Add fallbacks for name fields (#12387) | Lloyd Sheng | 2018-07-26 | 2 | -5/+24 |
* | [ios, macos] Fixed typos in expression conversion error messages | Minh Nguyễn | 2018-07-25 | 1 | -2/+2 |
* | [darwin] Use FOUNDATION_EXTERN instead of plain extern | Jason Wray | 2018-07-24 | 10 | -37/+37 |
* | [ios] Simplify and (internally) document MGLPointRounded() | Jason Wray | 2018-07-24 | 2 | -1/+4 |
* | [ios] Move private geometry symbol visibility definitions to header | Jason Wray | 2018-07-24 | 2 | -4/+2 |
* | [ios] Fix symbol mangling issue with MGLMapPointForCoordinate() | Jason Wray | 2018-07-24 | 1 | -2/+2 |
* | [android, ios, macos] Generate symbol-placement: line-center wrappers | Chris Loer | 2018-07-23 | 4 | -26/+49 |
* | [ios] Mapbox's Location Manager new API. (#12013) | Fabian Guerra Soto | 2018-07-20 | 3 | -0/+302 |
* | [ios, macos] Convert token strings to expressions on input | John Firebaugh | 2018-07-20 | 11 | -174/+79 |
* | [core] Convert token strings to expressions | John Firebaugh | 2018-07-20 | 1 | -1/+1 |
* | [core] Replace {Source,Camera,Composite}Function with PropertyExpression | John Firebaugh | 2018-07-20 | 11 | -200/+192 |
* | Correct `MGL_MATCH ` documentation (#12378) | Lloyd Sheng | 2018-07-18 | 1 | -1/+1 |
* | [ios, macos] Allow unwrapped arguments in match expressions | Minh Nguyễn | 2018-07-09 | 2 | -5/+16 |
* | [ios, macos] Convert predicate options to collators | Minh Nguyễn | 2018-07-09 | 6 | -28/+143 |
* | [ios, macos] Remove duplicate MGLTileSourceOptionDEMEncoding declaration | Jason Wray | 2018-07-06 | 1 | -13/+0 |
* | [ios] [macos] Added `-[MGLSnapshot coordinateForPoint:]` and associated test. | Julian Rex | 2018-07-05 | 2 | -8/+54 |
* | Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue` | Mikhail Pozdnyakov | 2018-07-05 | 3 | -7/+7 |
* | [core] Avoid blocking in Thread<Object> constructor (#12151) | Anand Thakker | 2018-07-03 | 1 | -1/+1 |
* | [ios, macos] Try to make darwin "resolvedLocale" BCP 47 compliant | Chris Loer | 2018-07-03 | 1 | -6/+12 |
* | [ios, macos] Darwin "collator" implementation | Chris Loer | 2018-07-03 | 1 | -0/+64 |
* | [ios, macos] Autolocalize into Japanese, Korean | Minh Nguyễn | 2018-07-03 | 1 | -2/+4 |
* | [darwin] Replace use of *Stops with expressions DSL | John Firebaugh | 2018-06-29 | 12 | -979/+1352 |
* | [core] add raster-resampling property (#12176)upstream/rclee | Molly Lloyd | 2018-06-21 | 4 | -1/+176 |
* | [ios, build] Completely remove support for Fabric (#12106) | Jason Wray | 2018-06-18 | 1 | -35/+1 |
* | [ios, macos] Look more widely for IBDesignablesAgent | Minh Nguyễn | 2018-06-13 | 1 | -7/+1 |
* | [ios,macos] Fixed crash in `-[MGLStyle localizeLabelsIntoLocale:]` on iOS 9.3... | Julian Rex | 2018-06-11 | 1 | -1/+10 |
* | [ios, macos] Use NSCAssert instead of assert. | Chris Loer | 2018-06-04 | 1 | -1/+1 |
* | [ios, macos] Raise exception if MGLMapSnapshotter is used from thread without... | Julian Rex | 2018-06-04 | 1 | -0/+5 |
* | [ios, macos] Fix MGLMapSnapshotter concurrency bugs (issue #11827). | Chris Loer | 2018-06-04 | 1 | -153/+162 |
* | [ios, macos] Added macro to handle pending iOS tests (rather than disabling v... | Julian Rex | 2018-05-24 | 1 | -0/+27 |
* | [ios, macos] Fix keypath expressions, json object is parsed incorrectly for n... | Fabian Guerra Soto | 2018-05-23 | 2 | -1/+14 |
* | Style JSON configuration on map snapshotter (#11976) | Tobrun | 2018-05-23 | 1 | -1/+2 |
* | [ios] Run MGLMapboxEvents setup asynchronously (#11784) | Randall Lee | 2018-05-22 | 1 | -1/+3 |
* | [core] Align match behavior with case/== | John Firebaugh | 2018-05-18 | 1 | -5/+5 |