summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove clipping option from RenderTile and style::Layerupstream/mikhail_simplify_render_tileMikhail Pozdnyakov2019-05-0711-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
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1910-10/+10
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-1310-130/+10
* [core] Optimize generated set{Paint,Layout}Property codeJohn Firebaugh2018-08-1312-1292/+2249
* [core] Eliminate setProperty & co.John Firebaugh2018-08-1311-4/+2309
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-086-6/+6
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-316-141/+141
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-054-7/+12
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-212-0/+32
* Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-1210-0/+20
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-023-34/+8
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-157-0/+337
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-236-1/+329
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-102-4/+4
* [core] custom layer - add contextLost callbackIvo van Dongen2017-09-223-1/+14
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-302-8/+8
* Implement icon-anchor propertyLauren Budorick2017-08-282-5/+27
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-264-12/+12