| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable 'circle-sort-key' layout property | Andrew Hay Kurtz | 2020-04-14 | 1 | -3/+0 |
* | Make location indicator bearing a paint property | Gali Nelle | 2020-04-08 | 1 | -0/+7 |
* | Add LocationIndicatorLayer | Gali Nelle | 2020-04-08 | 1 | -2/+2 |
* | [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839) | Andrew Hay Kurtz | 2019-12-17 | 1 | -2/+0 |
* | [core] Implement image expression (#15877) | Alexander Shalamov | 2019-11-11 | 1 | -6/+8 |
* | [core] map image type to string until we have a dedicated implementation | Konstantin Käfer | 2019-10-14 | 1 | -0/+3 |
* | [tests] Bump GL JS to run render test for #15139 | Thiago Marcos P. Santos | 2019-07-19 | 1 | -0/+5 |
* | [build] change style code generator to sort properties alphabetically | Konstantin Käfer | 2019-05-02 | 1 | -0/+14 |
* | [build] change special casing for LineFloorWidth in shader generation | Konstantin Käfer | 2019-05-02 | 1 | -3/+17 |
* | [core] Enable 'text-radial-offset' property | Mikhail Pozdnyakov | 2019-03-29 | 1 | -0/+4 |
* | [core] Enable text-variable-anchor property | Mikhail Pozdnyakov | 2019-03-29 | 1 | -1/+1 |
* | [core] remove a_/u_ prefix from attribute/uniform types | Konstantin Käfer | 2019-03-20 | 1 | -1/+1 |
* | [core] Add possibility of overriding paint properties inside format expressio... | Alexander Shalamov | 2019-03-13 | 1 | -0/+25 |
* | [core] remove special casing in code gen | Konstantin Käfer | 2019-03-01 | 1 | -1/+1 |
* | [core] Initial implementation of 'format' expression | Chris Loer | 2018-10-15 | 1 | -0/+1 |
* | [core] Implement CrossFadedDataDrivenProperty to add support for feature expr... | Molly Lloyd | 2018-08-31 | 1 | -15/+22 |
* | [core] Add `line-gradient` property | Mikhail Pozdnyakov | 2018-08-23 | 1 | -1/+1 |
* | [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js. | Chris Loer | 2018-08-21 | 1 | -0/+2 |
* | [core] Eliminate setProperty & co. | John Firebaugh | 2018-08-13 | 1 | -3/+0 |
* | [core] Merge DataDrivenPropertyValue into PropertyValue (#12513) | John Firebaugh | 2018-07-31 | 1 | -3/+0 |
* | Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue` | Mikhail Pozdnyakov | 2018-07-05 | 1 | -1/+1 |
* | [core] Rework spec function/expression taxonomy | Lauren Budorick | 2018-05-14 | 1 | -20/+22 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 1 | -0/+2 |
* | [build] Always use style-code's writeIfModified to unify file updates | Konstantin Käfer | 2018-01-24 | 1 | -0/+1 |
* | [build] Add temporary modifications to style spec + shaders | Konstantin Käfer | 2018-01-24 | 1 | -1/+1 |
* | [build] Special case heatmap-color so it doesn't crash `make style-code` | John Firebaugh | 2018-01-10 | 1 | -0/+4 |
* | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 1 | -2/+2 |
* | Implement icon-anchor property | Lauren Budorick | 2017-08-28 | 1 | -0/+3 |
* | [core] add DataDrivenPaintProperty uniform template class to generation scrip... | Lauren Budorick | 2017-06-16 | 1 | -4/+5 |
* | [core] generated accessor methods on light | Ivo van Dongen | 2017-05-08 | 1 | -1/+22 |
* | [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo... | Anand Thakker | 2017-02-28 | 1 | -1/+14 |
* | [core] Update gl-js; fix $id filters with GeoJSON source | John Firebaugh | 2017-02-08 | 1 | -1/+1 |
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 1 | -5/+40 |
* | [build] Use style-spec from gl-js monorepo | John Firebaugh | 2017-02-01 | 1 | -1/+1 |
* | [core] Implement circle-stroke properties | John Firebaugh | 2016-12-09 | 1 | -9/+11 |
* | [build] don't rewrite style code for every build | Konstantin Käfer | 2016-11-09 | 1 | -17/+10 |
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 1 | -1/+1 |
* | update style generation code for new style spec enum values docs (#6508) | Justin R. Miller | 2016-09-30 | 1 | -1/+1 |
* | [core] Add static getters for property default values (#6124) | John Firebaugh | 2016-08-23 | 1 | -1/+15 |
* | [core] make code generator produce GL-compatible colors | Konstantin Käfer | 2016-07-07 | 1 | -1/+8 |
* | [core, node] Implement bindings for addLayer | John Firebaugh | 2016-06-24 | 1 | -2/+2 |
* | Color class (#5361) | Young Hahn | 2016-06-15 | 1 | -1/+1 |
* | [node] Partial implementation of runtime styling API for node bindings | John Firebaugh | 2016-06-13 | 1 | -6/+11 |
* | [core] Extract code templates to individual .ejs files | John Firebaugh | 2016-06-13 | 1 | -275/+4 |
* | text-pitch-alignment (#5288) | Young Hahn | 2016-06-10 | 1 | -3/+7 |
* | [core] Revert line-round-limit default to 1 (#5260) | John Firebaugh | 2016-06-06 | 1 | -0/+5 |
* | [core] Rationalize naming for style-related code | John Firebaugh | 2016-06-02 | 1 | -15/+25 |
* | [core] Add Filter accessors | John Firebaugh | 2016-06-02 | 1 | -0/+14 |
* | [core] Introduce PropertyValue<T> | John Firebaugh | 2016-06-02 | 1 | -15/+17 |
* | [core] Runtime style layer API | John Firebaugh | 2016-06-02 | 1 | -0/+346 |