summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-152-0/+34
* [core] Support [within expression] with layout propertyzmiao2020-02-121-0/+33
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-1/+1
* Add support for expression testzmiao2020-02-122-2/+7
* Enable within expression with Filterzmiao2020-02-122-5/+7
* Enable parse within expressionzmiao2020-02-122-5/+56
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-112-3/+3
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-111-2/+4
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-116-0/+22
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-031-88/+0
* [core] Add getSharedExpression to property expressionAlexander Shalamov2020-02-031-0/+5
* GeoJSONSource is re-using the existing schedulerMikhail Pozdnyakov2020-01-241-1/+4
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-1/+1
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-151-1/+45
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-1/+1
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-172-0/+10
* [core] Add style::Layer(Impl) constructorMikhail Pozdnyakov2019-12-132-0/+2
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-0312-25/+12
* [core] Add image sections to format expressionAlexander Shalamov2019-12-022-19/+24
* [core] Retain thread pool in GeoJSONSourceMikhail Pozdnyakov2019-11-291-1/+2
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-5/+7
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-291-2/+5
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-1117-55/+188
* [android] Convert GeoJSON features to tiles in backgroundMikhail Pozdnyakov2019-10-311-0/+1
* [core] Introduce and apply GeoJSONData::create() APIMikhail Pozdnyakov2019-10-311-0/+16
* [core] Enable move semantics for StylePropertyMikhail Pozdnyakov2019-09-271-3/+9
* [core] Return enum layer property values as stringAnder Conselvan de Oliveira2019-09-271-1/+1
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-273-0/+11
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-273-21/+29
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2612-12/+12
* [core] Separate header for StylePropertyMikhail Pozdnyakov2019-09-262-9/+21
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2613-25/+25
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-2613-8/+67
* [core] type aliases and conversion traits for mapbox::base::ValueMikhail Pozdnyakov2019-09-261-1/+53
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-261-4/+2
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-0/+2
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2512-0/+48
* [build] Fix builds with -pedanticThiago Marcos P. Santos2019-09-201-2/+2
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-181-0/+6
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-187-1/+13
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-3/+2
* [core] Add feature state support to expressionJuha Alanen2019-09-182-0/+13
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-171-1/+4
* [core] Expose mbgl::style::Light::setPropertyBruno de Oliveira Abinader2019-09-112-0/+8
* [core] Use mapbox::base::TypeWrapper instead of utils::peerMikhail Pozdnyakov2019-09-102-4/+4
* [core, ios, macos] SDK objects should hold weak pointers to the core style ob...Mikhail Pozdnyakov2019-09-097-4/+39
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-163-18/+30
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-132-0/+9
* [core] Synchronize render passes and render tilesMikhail Pozdnyakov2019-07-111-0/+2
* [core] Introduce LayerProperties::constantsMask()Mikhail Pozdnyakov2019-07-021-1/+2