summaryrefslogtreecommitdiff
path: root/scripts/generate-style-code.js
Commit message (Expand)AuthorAgeFilesLines
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-141-3/+0
* Make location indicator bearing a paint propertyGali Nelle2020-04-081-0/+7
* Add LocationIndicatorLayerGali Nelle2020-04-081-2/+2
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-171-2/+0
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-6/+8
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-141-0/+3
* [tests] Bump GL JS to run render test for #15139Thiago Marcos P. Santos2019-07-191-0/+5
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-021-0/+14
* [build] change special casing for LineFloorWidth in shader generationKonstantin Käfer2019-05-021-3/+17
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-291-0/+4
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-291-1/+1
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-201-1/+1
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-0/+25
* [core] remove special casing in code genKonstantin Käfer2019-03-011-1/+1
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-0/+1
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-15/+22
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-1/+1
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-211-0/+2
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-3/+0
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-3/+0
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-051-1/+1
* [core] Rework spec function/expression taxonomyLauren Budorick2018-05-141-20/+22
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+2
* [build] Always use style-code's writeIfModified to unify file updatesKonstantin Käfer2018-01-241-0/+1
* [build] Add temporary modifications to style spec + shadersKonstantin Käfer2018-01-241-1/+1
* [build] Special case heatmap-color so it doesn't crash `make style-code`John Firebaugh2018-01-101-0/+4
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-231-2/+2
* Implement icon-anchor propertyLauren Budorick2017-08-281-0/+3
* [core] add DataDrivenPaintProperty uniform template class to generation scrip...Lauren Budorick2017-06-161-4/+5
* [core] generated accessor methods on lightIvo van Dongen2017-05-081-1/+22
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-1/+14
* [core] Update gl-js; fix $id filters with GeoJSON sourceJohn Firebaugh2017-02-081-1/+1
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-5/+40
* [build] Use style-spec from gl-js monorepoJohn Firebaugh2017-02-011-1/+1
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-9/+11
* [build] don't rewrite style code for every buildKonstantin Käfer2016-11-091-17/+10
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-1/+1
* update style generation code for new style spec enum values docs (#6508)Justin R. Miller2016-09-301-1/+1
* [core] Add static getters for property default values (#6124)John Firebaugh2016-08-231-1/+15
* [core] make code generator produce GL-compatible colorsKonstantin Käfer2016-07-071-1/+8
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-2/+2
* Color class (#5361)Young Hahn2016-06-151-1/+1
* [node] Partial implementation of runtime styling API for node bindingsJohn Firebaugh2016-06-131-6/+11
* [core] Extract code templates to individual .ejs filesJohn Firebaugh2016-06-131-275/+4
* text-pitch-alignment (#5288)Young Hahn2016-06-101-3/+7
* [core] Revert line-round-limit default to 1 (#5260)John Firebaugh2016-06-061-0/+5
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-15/+25
* [core] Add Filter accessorsJohn Firebaugh2016-06-021-0/+14
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-15/+17
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-0/+346