| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't enforce ["zoom"] constraints for filters (#11672) | Anand Thakker | 2018-04-12 | 4 | -50/+19 |
* | Fix style parsing bug for constant expressions (#11606) | Anand Thakker | 2018-04-09 | 1 | -2/+0 |
* | Correctly parse constant expressions in dds style properties (#11282) | Anand Thakker | 2018-02-21 | 1 | -3/+18 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 1 | -0/+46 |
* | Add options for Custom Geometry Source types to enable clipping and wrapping ... | Asheem Mamoowala | 2018-02-07 | 1 | -0/+20 |
* | [core] Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 1 | -0/+64 |
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 4 | -0/+94 |
* | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 17 | -1390/+48 |
* | [core] Add minzoom to GeoJSONOptions | Konstantin Käfer | 2017-09-28 | 1 | -0/+10 |
* | [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width` | Asheem Mamoowala | 2017-08-30 | 1 | -2/+2 |
* | Implement icon-anchor property | Lauren Budorick | 2017-08-28 | 1 | -1/+2 |
* | [core][android][macos][ios] Implement property functions for line-join, text-... | Lauren Budorick | 2017-07-26 | 1 | -3/+3 |
* | [core] Update shaders. | Chris Loer | 2017-07-12 | 1 | -0/+1 |
* | [core] GCC 4.9 does not fully support custom variable templates | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -1/+1 |
* | [core] Implement circle-pitch-alignment property | Chris Loer | 2017-07-06 | 1 | -0/+2 |
* | [core] Enable property functions for line-width (#9250) | Lauren Budorick | 2017-06-19 | 1 | -1/+1 |
* | [core] Use fixed-size std::array for ImageSource coordinates | Asheem Mamoowala | 2017-06-01 | 2 | -6/+5 |
* | [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinates | Asheem Mamoowala | 2017-06-01 | 1 | -5/+5 |
* | [core] Add ImageSource support to style parsers | Asheem Mamoowala | 2017-06-01 | 2 | -0/+85 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 4 | -143/+116 |
* | [tidy] modernize-raw-string-literal | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -2/+2 |
* | [tidy] modernize-use-auto | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -3/+3 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 2 | -4/+12 |
* | [core] delegate light changes to render light | Ivo van Dongen | 2017-05-08 | 1 | -1/+1 |
* | [core] generated accessor methods on light | Ivo van Dongen | 2017-05-08 | 1 | -8/+8 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 4 | -34/+169 |
* | [core] Add DDS support for {text,icon}-size (#8593) | Anand Thakker | 2017-04-06 | 1 | -2/+2 |
* | [core] Add DDS support for icon-image | John Firebaugh | 2017-03-31 | 1 | -1/+1 |
* | [core] Add DDS support for text-rotate | John Firebaugh | 2017-03-31 | 1 | -1/+1 |
* | [core] implement dds for text-offset | Molly Lloyd | 2017-03-28 | 1 | -1/+1 |
* | [all] Replace Result<T> with optional<T> plus out Error parameter | John Firebaugh | 2017-03-23 | 12 | -285/+384 |
* | [core] Avoid using std::function in property_setter.hpp | John Firebaugh | 2017-03-08 | 3 | -198/+209 |
* | Refactor: use conversion system to convert MGLStyleFunction to mbgl core type... | Anand Thakker | 2017-02-15 | 1 | -1/+1 |
* | [core] Introduce dedicated filter types for $type and $id special cases (#7971) | John Firebaugh | 2017-02-09 | 1 | -26/+118 |
* | [core] Restore support for *-transition properties | John Firebaugh | 2017-02-09 | 4 | -0/+123 |
* | [core, ios, macos] Refactor composite stop types and conversions | John Firebaugh | 2017-02-09 | 1 | -55/+72 |
* | [core] default value support in categorical function conversion | Ivo van Dongen | 2017-02-02 | 1 | -4/+29 |
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 4 | -38/+355 |
* | [core] Implement circle-stroke properties | John Firebaugh | 2016-12-09 | 2 | -1/+14 |
* | [core] Functions must have at least one stop | John Firebaugh | 2016-12-01 | 1 | -0/+4 |
* | [core] #6071 - extract GeoJSONOptions conversion from GeoJSONSource conversion | Ivo van Dongen | 2016-08-23 | 2 | -55/+83 |
* | [core] support "scheme": "tms" in TileJSON files | Konstantin Käfer | 2016-08-16 | 1 | -0/+8 |
* | GeoJSON point clustering (#5724) | Vladimir Agafonkin | 2016-07-27 | 1 | -15/+74 |
* | [core] Added missing pragmas to style conversion headers | Bruno de Oliveira Abinader | 2016-07-11 | 3 | -0/+6 |
* | [core] Add support for circle-pitch-scale | John Firebaugh | 2016-07-07 | 1 | -0/+1 |
* | [core, node] Implement bindings for addSource | John Firebaugh | 2016-06-24 | 3 | -0/+205 |
* | [core, node] Implement bindings for addLayer | John Firebaugh | 2016-06-24 | 5 | -1/+444 |
* | [core] Split up and clean up conversion.hpp | John Firebaugh | 2016-06-24 | 4 | -0/+427 |