summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers
Commit message (Expand)AuthorAgeFilesLines
* [ios] Update ejs files.upstream/jrex/fix-ci-target-dont-link-twiceJulian Rex2019-09-2710-10/+9
* [ios] Don't link libmbgl-core twice; fix CI build that requires exposing core...Julian Rex2019-09-271-1/+2
* [core] Layer::getProperty supports layout propertiesMikhail Pozdnyakov2019-09-2710-208/+262
* [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] Fix performance-move-const-argThiago Marcos P. Santos2019-09-255-5/+5
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2530-0/+120
* [core] Fix formattingMikhail Pozdnyakov2019-09-1811-93/+72
* [core] Add LayerTypeInfo::TileKindMikhail Pozdnyakov2019-09-1811-18/+42
* [core] Fix for FormatSectionOverrides::hasOverrideAlexander Shalamov2019-09-171-11/+4
* [core] Use mbgl::underlying_type in style propertiesBruno de Oliveira Abinader2019-09-1110-204/+214
* [core] Fill layer pattern change must cause re-layoutMikhail Pozdnyakov2019-08-221-0/+1
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-132-2/+38
* [core] Introduce LayerProperties::constantsMask()Mikhail Pozdnyakov2019-07-0220-0/+60
* [core] Remove RenderLayerSymbolInterfaceMikhail Pozdnyakov2019-05-1911-11/+23
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-0811-12/+0
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-0218-1720/+1720
* [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-1720-0/+358
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-172-40/+69
* [core] Add 'auto' enum value to symbol-z-order layout propertyAlexander Shalamov2019-04-171-1/+1
* [core] clang-tidy fixesKonstantin Käfer2019-04-0510-249/+249
* [core] Remove RenderLinePaintPropertiesMikhail Pozdnyakov2019-04-024-0/+20
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-292-1/+30
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-292-0/+36
* [core] Traverse expression tree when checking for property overridesAlexander Shalamov2019-03-281-14/+48
* [core] remove a_/u_ prefix from attribute/uniform typesKonstantin Käfer2019-03-206-34/+34
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-134-5/+118
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-1/+1
* [core] return constexpr strings from functions to avoid ODR compile failuresKonstantin Käfer2019-01-113-42/+42
* [core] Use eternal::hash_map in style::LayersMikhail Pozdnyakov2018-12-1910-1214/+311
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-1011-257/+0
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-292-1/+62
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-2728-187/+241
* Refactor util::fontStacks()Mikhail Pozdnyakov2018-11-192-0/+28
* [core] Add static layer properties to mbgl::style::LayerTypeInfoAlexander Shalamov2018-11-1911-16/+114
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-1522-187/+114
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-0722-43/+43
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-0722-20/+228
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-3110-0/+183
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-311-5/+0
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-2511-517/+44
* [core] Initial implementation of 'format' expressionChris Loer2018-10-152-15/+20
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-072-0/+41
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-318-6/+8
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-1/+61