summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Synchronize render passes and render tilesMikhail Pozdnyakov2019-07-111-0/+2
* [core] Introduce LayerProperties::constantsMask()Mikhail Pozdnyakov2019-07-021-1/+2
* [core] Add number-format expressionJuha Alanen2019-06-272-1/+42
* [core] Don't use optional unique_ptr in function coversion codeAnder Conselvan de Oliveira2019-05-211-7/+7
* [core] Fix most identity function with default legacy expression testsAnder Conselvan de Oliveira2019-05-211-8/+15
* [core] Remove RenderLayerSymbolInterfaceMikhail Pozdnyakov2019-05-191-0/+6
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-2/+1
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-081-6/+0
* [core] Keep shared_ptr to thread pool in CustomGeometrySourceAlexander Shalamov2019-05-031-0/+2
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-0210-301/+301
* [core] Render layers use synchronized buckets and paint propertiesMikhail Pozdnyakov2019-04-171-0/+5
* [core] Add `FadingTiles` layer type propertyMikhail Pozdnyakov2019-04-171-0/+6
* [core] Introduce `style::LayerProperties` interface and its implementationsMikhail Pozdnyakov2019-04-171-0/+29
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-171-0/+4
* [core] Add 'auto' enum value to symbol-z-order layout propertyAlexander Shalamov2019-04-171-0/+1
* [core] Move should not call destructorsAlexander Shalamov2019-04-051-18/+7
* [core] clang-tidy fixesKonstantin Käfer2019-04-0510-236/+236
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-291-0/+1
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-291-0/+4
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-293-0/+11
* [core] Forward evaluation context directly to evaluated propertyAlexander Shalamov2019-03-151-1/+5
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-135-88/+147
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-042-21/+0
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-1011-99/+0
* [core] convert CompoundExpressionRegistry to constexpr hash mapKonstantin Käfer2018-12-042-11/+3
* [core] use constexpr map using eternal for expression lookupsKonstantin Käfer2018-12-041-2/+1
* [core] layermanager folderMikhail Pozdnyakov2018-11-3012-80/+11
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-0/+6
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-0/+22
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-2712-98/+84
* [core] Let placement transitions use the transition duration, if set, and all...Bruno de Oliveira Abinader2018-11-211-3/+7
* [core] Add static layer properties to mbgl::style::LayerTypeInfoAlexander Shalamov2018-11-191-3/+22
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-1512-78/+53
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-0712-27/+27
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-0712-35/+110
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-3111-2/+119
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-3111-75/+0
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-2512-196/+55
* [ios, macos] Minimal darwin wrappers of 'format' expressionChris Loer2018-10-151-1/+5
* [core] Initial implementation of 'format' expressionChris Loer2018-10-1518-8/+153
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-10/+23
* [core] Auto-convert concat arguments to stringsJohn Firebaugh2018-09-191-0/+2
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-133-48/+1
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-072-0/+9
* [core] Fix cubic-bezier interpolation for zooms outside stop range.Chris Loer2018-09-061-1/+7
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-1/+8
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1922-393/+335
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-131-0/+1
* [core] Eliminate setProperty & co.John Firebaugh2018-08-1313-3/+49
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-082-4/+4