summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/fill_extrusion_layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix formattingMikhail Pozdnyakov2019-09-181-9/+7
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-181-1/+2
* [core] Use mbgl::underlying_type in style propertiesBruno de Oliveira Abinader2019-09-111-17/+18
* [core] Remove RenderLayerSymbolInterfaceMikhail Pozdnyakov2019-05-191-1/+2
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-081-1/+0
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-021-105/+105
* [core] Add `FadingTiles` layer type propertyMikhail Pozdnyakov2019-04-171-1/+2
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-17/+17
* [core] Use eternal::hash_map in style::LayersMikhail Pozdnyakov2018-12-191-104/+26
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-101-25/+0
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-0/+56
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-271-16/+20
* [core] Add static layer properties to mbgl::style::LayerTypeInfoAlexander Shalamov2018-11-191-1/+7
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-151-16/+9
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-071-3/+3
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-071-2/+19
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-311-0/+19
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-251-56/+4
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-1/+1
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+1
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-131-13/+1
* [core] Optimize generated set{Paint,Layout}Property codeJohn Firebaugh2018-08-131-85/+172
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-0/+181
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-9/+9
* Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-121-0/+2
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-051-21/+9
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-63/+63
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-151-1/+1
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+0
* [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-151-29/+29
* [core] Immutable ImplsJohn Firebaugh2017-05-121-58/+116
* [core] split off render layersIvo van Dongen2017-04-251-31/+31
* Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-101-0/+28
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-091-0/+28
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-12/+24
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-1/+4
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+171