summaryrefslogtreecommitdiff
path: root/src/mbgl/style/layers/symbol_layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Enable two-component text radial offsetupstream/mikhail_two_component_text_radial_offsetMikhail Pozdnyakov2019-08-121-9/+16
* [core] Remove RenderLayerSymbolInterfaceMikhail Pozdnyakov2019-05-191-1/+2
* [core] Remove clipping option from RenderTile and style::LayerMikhail Pozdnyakov2019-05-081-1/+0
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-021-552/+552
* [core] Add `FadingTiles` layer type propertyMikhail Pozdnyakov2019-04-171-1/+2
* [core] Enable 'symbol-sort-key' layout property and generate style codeAlexander Shalamov2019-04-171-40/+63
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-108/+108
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-291-1/+24
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-291-0/+30
* [core] Use eternal::hash_map in style::LayersMikhail Pozdnyakov2018-12-191-380/+82
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-101-25/+0
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-271-16/+20
* [core] Add static layer properties to mbgl::style::LayerTypeInfoAlexander Shalamov2018-11-191-1/+7
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-151-16/+9
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-071-3/+3
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-071-2/+19
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-311-0/+19
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-251-56/+4
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-13/+18
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+35
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-191-1/+1
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-131-13/+1
* [core] Optimize generated set{Paint,Layout}Property codeJohn Firebaugh2018-08-131-483/+710
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-0/+724
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-75/+75
* Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-121-0/+2
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-3/+3
* [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/+19
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-261-6/+6
* [core] Update shaders.Chris Loer2017-07-121-0/+16
* [core] Simplify LayerObserver APIJohn Firebaugh2017-06-051-90/+50
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-126/+126
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-151-1/+1
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-70/+69
* [core] *LayerImpl::cascading ⇢ paintJohn Firebaugh2017-05-151-57/+57
* [core] Immutable ImplsJohn Firebaugh2017-05-121-202/+356
* [core] split off render layersIvo van Dongen2017-04-251-59/+59
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-6/+6
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-311-3/+3
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-311-3/+3
* [core] implement dds for text-offsetMolly Lloyd2017-03-281-3/+3
* Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-101-0/+56
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-46/+86
* [core] Enable property functions for text-{field,transform} (#7944)Anand Thakker2017-02-171-6/+6
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-091-0/+56
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-6/+6
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-1/+5
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-130/+130
* [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-111-34/+34