summaryrefslogtreecommitdiff
path: root/include/mbgl/style/layers
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix modernize-use-override errors in header filesThiago Marcos P. Santos2020-04-1711-11/+11
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-1711-12/+12
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-141-0/+6
* Fix LocationIndicator LayerGali Nelle2020-04-101-8/+12
* Make location indicator bearing a paint propertyGali Nelle2020-04-0810-13/+12
* Add LocationIndicatorLayerGali Nelle2020-04-082-1/+116
* [core] Move generic setProperty() parts to the base Layer classMikhail Pozdnyakov2020-03-2410-60/+60
* [core] Generate layer codeAlexander Shalamov2020-02-269-0/+9
* [core] Add layer serialization methodAlexander Shalamov2020-02-261-0/+1
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-031-88/+0
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-172-0/+10
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-0311-22/+11
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-115-15/+15
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2611-11/+11
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2611-11/+11
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-2611-1/+21
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2510-0/+40
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-0/+4
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-029-295/+295
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-171-0/+4
* [core] clang-tidy fixesKonstantin Käfer2019-04-0510-236/+236
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-291-0/+4
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-291-0/+4
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-1011-99/+0
* [core] layermanager folderMikhail Pozdnyakov2018-11-3011-10/+11
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-0/+6
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-2711-87/+65
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-1511-76/+32
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-0711-22/+22
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-0711-30/+104
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-3110-0/+80
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-3110-50/+0
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-2511-146/+32
* [core] Initial implementation of 'format' expressionChris Loer2018-10-1510-3/+13
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+4
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-1/+8
* [core] Eliminate setProperty & co.John Firebaugh2018-08-1311-0/+44
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-3110-151/+141
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-052-7/+7
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-211-0/+6
* [core] Add Projection matrix to CustomLayerRenderParameters to transform web ...Asheem Mamoowala2018-04-051-0/+3
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-46/+40
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-152-0/+89
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-232-1/+87
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-3/+3
* [core] custom layer - add contextLost callbackIvo van Dongen2017-09-221-0/+16
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-301-6/+6
* Implement icon-anchor propertyLauren Budorick2017-08-281-3/+7
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-262-9/+9
* [core] Update shaders.Chris Loer2017-07-121-0/+4