summaryrefslogtreecommitdiff
path: root/src/mbgl/style/paint_property.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] add uniforms to DataDrivenPaintPropertysKonstantin Käfer2017-06-131-1/+2
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-3/+3
* [core] cascade ⇢ transition / cascading ⇢ transitionableJohn Firebaugh2017-05-151-3/+3
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-148/+13
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-7/+7
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-68/+7
* [core] split off render layersIvo van Dongen2017-04-251-49/+31
* [core] TransitionOptions s/operator bool/isDefined/Bruno de Oliveira Abinader2017-04-141-1/+1
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-211-0/+5
|\
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-101-0/+5
* | [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-211-1/+0
* | [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-211-2/+2
|/
* For data-driven paint setters, transition immediately to target value (#8306)Anand Thakker2017-03-081-0/+6
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-091-0/+11
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-26/+60
* [core] Fix calculation of delayed transitionsJohn Firebaugh2017-01-171-0/+3
* [core] Move CrossFadedPropertyEvaluator to its own fileJohn Firebaugh2016-12-061-0/+1
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-78/+145
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-141-3/+3
* [core] Add missing classed paint property getterJohn Firebaugh2016-09-061-2/+2
* [core] Update color layer properties code generatorBruno de Oliveira Abinader2016-07-141-1/+3
* [core] Use PropertyValue<T> for Annotation line/fillBruno de Oliveira Abinader2016-07-131-1/+5
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-33/+13
* [core] Use default transition ease for style transitionBruno de Oliveira Abinader2016-06-201-4/+5
* [core] Fix PropertyValue<T>::setJohn Firebaugh2016-06-131-1/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-8/+10
* [core] Introduce PropertyValue<T>John Firebaugh2016-06-021-23/+30
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-2/+0
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Simplify property parsingJohn Firebaugh2016-04-261-2/+2
* [core] Extract Function::evaluation to a separate class (#4811)John Firebaugh2016-04-251-3/+6
* [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-181-7/+8
* [core] Remove MapData::defaultTransitionDelayBruno de Oliveira Abinader2016-03-181-2/+2
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-5/+2
* [core] Make Paint/LayoutProperties constructor explicitJohn Firebaugh2015-12-071-1/+1
* [core] More efficient layer cloningJohn Firebaugh2015-12-071-11/+5
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-0/+152