summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_layer.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+8
* [core] Prepare Filter for public API (#4900)John Firebaugh2016-04-281-2/+2
* [core] use a store enum instead of RTTIKonstantin Käfer2016-02-241-4/+23
* [core] Load sources only if there is at least one visible layerBruno de Oliveira Abinader2015-12-171-0/+3
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-6/+3
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-4/+10
* [core] More efficient layer cloningJohn Firebaugh2015-12-071-3/+5
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-4/+4
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-101-15/+7
* [core] Polymorphic bucket creationJohn Firebaugh2015-10-301-0/+4
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-8/+14
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-291-3/+8
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-261-81/+16
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-231-10/+11
* [core] Remove StyleLayer::isBackground()John Firebaugh2015-10-221-3/+0
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-32/+61
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-6/+2
* Fix for style properties transition updatesBruno de Oliveira Abinader2015-10-061-0/+4
* move RenderPass check to the StyleLayer objectKonstantin Käfer2015-08-201-2/+12
* s/AppliedClassProperties/AppliedClassPropertyValues/Bruno de Oliveira Abinader2015-07-201-1/+1
* Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-141-7/+7
* build render order array once instead of recursing through lots of different ...Konstantin Käfer2015-05-041-0/+3
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-8/+8
* StyleLayer is noncopyableJohn Firebaugh2015-04-011-1/+2
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-011-1/+0
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-061-1/+1
* make StyleBucket mutableKonstantin Käfer2015-02-171-1/+1
* Merge branch 'master' into pattern-functionsAnsis Brammanis2015-02-041-7/+8
|\
| * Use std::chronoLeith Bade2015-02-041-7/+8
* | implement functions for patternsAnsis Brammanis2015-02-021-4/+5
|/
* Remove support for prerendered layersJohn Firebaugh2015-01-211-3/+0
* make most headers privateKonstantin Käfer2014-12-041-0/+89