summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-0312-827/+536
* [core] Add unit tests for Formatted classAlexander Shalamov2019-12-021-3/+2
* [core] Add image sections to format expressionAlexander Shalamov2019-12-025-71/+122
* [core] Retain thread pool in GeoJSONSourceMikhail Pozdnyakov2019-11-291-2/+2
* [core] GeoJSONVTData uses Scheduler::GetSequenced()Mikhail Pozdnyakov2019-11-291-14/+19
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-25/+18
* [core] Fix supercluster lambdas capturingMikhail Pozdnyakov2019-11-291-7/+7
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-294-27/+31
* [core] Introduce style::CollectionWithPersistentOrderMikhail Pozdnyakov2019-11-193-39/+77
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-1131-300/+561
* [core] Parse GeoJSONSource description in backgroundMikhail Pozdnyakov2019-11-051-12/+24
* [android] Convert GeoJSON features to tiles in backgroundMikhail Pozdnyakov2019-10-311-0/+4
* [core] Introduce and apply GeoJSONData::create() APIMikhail Pozdnyakov2019-10-313-40/+33
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-142-35/+37
* Add iOS bindings for cluster properties (#15515)Jordan Kiley2019-10-111-0/+1
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-272-39/+93
* [core] Layer::getProperty supports layout propertiesMikhail Pozdnyakov2019-09-2710-208/+262
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-271-0/+29
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2611-11/+11
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2611-169/+169
* [core] Fix clang format errorsMikhail Pozdnyakov2019-09-2610-401/+441
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-2611-375/+819
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-261-2/+2
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-261-0/+24
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-2511-20/+14
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2532-0/+128
* [core] Fix formattingMikhail Pozdnyakov2019-09-1812-99/+81
* [core] Use LayerInfo::tileKind in sourcesMikhail Pozdnyakov2019-09-186-12/+12
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-1812-18/+47
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-187-38/+85
* [build] Fix clang format and tidy checksJuha Alanen2019-09-183-98/+90
* [core] Add feature-state compound expressionJuha Alanen2019-09-181-0/+15
* [core] Add feature state support to isFeatureConstant expressionJuha Alanen2019-09-181-1/+2
* [core] Add feature state support to expressionJuha Alanen2019-09-181-0/+17
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-172-6/+30
* [core] Fix for FormatSectionOverrides::hasOverrideAlexander Shalamov2019-09-171-11/+4
* [core] Use mbgl::underlying_type in style propertiesBruno de Oliveira Abinader2019-09-1112-216/+228
* [core] Expose mbgl::style::Light::setPropertyBruno de Oliveira Abinader2019-09-112-0/+196
* Always call onSourceLoaded observers (#15548)Konstantin Käfer2019-09-034-3/+6
* [core] Fill layer pattern change must cause re-layoutMikhail Pozdnyakov2019-08-221-0/+1
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-168-27/+162
* [core] Check type of a convertible value when constructing legacy filterupstream/node-releaseAlexander Shalamov2019-08-161-1/+6
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-137-2/+50
* [core] Avoid copying feature propertiesMikhail Pozdnyakov2019-07-252-2/+3
* [core] Default GeometryTileFeature::getGeometries() implementationMikhail Pozdnyakov2019-07-241-3/+0
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+3
* [core] Avoid unneeded tile sets copying at sources codeMikhail Pozdnyakov2019-07-226-18/+7
* [core] Introduce LayerProperties::constantsMask()Mikhail Pozdnyakov2019-07-0221-0/+82
* [core] Add number-format expressionJuha Alanen2019-06-272-0/+217
* [core] Fix macOS clang exception error in expression-tests/to-number/2-aryBruno de Oliveira Abinader2019-06-251-1/+1