summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/pattern_layout.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-copy-initialization errors in header filesThiago Marcos P. Santos2020-04-171-2/+2
* [core] Support [within expression] with layout propertyzmiao2020-02-121-10/+20
* Enable within expression with Filterzmiao2020-02-121-3/+5
* Enable parse within expressionzmiao2020-02-121-2/+7
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-171-8/+51
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-19/+27
* [core] Add feature state support to bucket classesJuha Alanen2019-09-181-1/+1
* [core] GeometryCollection must not be implicitly copiedMikhail Pozdnyakov2019-07-241-1/+1
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-14/+12
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-171-33/+35
* [core] include what you useKonstantin Käfer2019-03-011-1/+1
* [core] Remove paintProperties() method from some render layersMikhail Pozdnyakov2019-01-311-4/+4
* [core] Remove casts where expected type is part of the contractAlexander Shalamov2018-11-191-2/+2
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-311-6/+14
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-0/+128