summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Don't use optional unique_ptr in function coversion codeAnder Conselvan de Oliveira2019-05-212-22/+25
* [core] Forward args in style::expression::dsl::compound()Ander Conselvan de Oliveira2019-05-211-2/+2
* [core] Pass legacy/categorical/*-default expression testsAnder Conselvan de Oliveira2019-05-211-14/+26
* [core] Fix legacy/{interval,exponential}/*-default expression testsAnder Conselvan de Oliveira2019-05-211-20/+63
* [core] Expose dsl::compound() internallyAnder Conselvan de Oliveira2019-05-212-6/+23
* [core] Fix some of the legacy interval function expression testsAnder Conselvan de Oliveira2019-05-211-0/+12
* [core] Fix most identity function with default legacy expression testsAnder Conselvan de Oliveira2019-05-212-20/+47
* [core] Fix indentation of src/mbgl/style/conversion/function.cppAnder Conselvan de Oliveira2019-05-211-1/+1
* [core] Remove RenderLayerSymbolInterfaceMikhail Pozdnyakov2019-05-1911-11/+23
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-104-12/+7
* [core] Failed sprite requests do not block tiles renderingMikhail Pozdnyakov2019-05-091-0/+3
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-0811-12/+0
* [core] Guard access to CustomTileLoader's data members with mutexAlexander Shalamov2019-05-032-4/+9
* [core] Keep shared_ptr to thread pool in CustomGeometrySourceAlexander Shalamov2019-05-031-1/+2
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-0219-1746/+1746
* [build] change special casing for LineFloorWidth in shader generationKonstantin Käfer2019-05-022-17/+10
* [core] Add `FadingTiles` layer type propertyMikhail Pozdnyakov2019-04-1711-11/+23
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-171-0/+7
* [core] Introduce `style::LayerProperties` interface and its implementationsMikhail Pozdnyakov2019-04-1721-3/+359
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-172-40/+69