summaryrefslogtreecommitdiff
path: root/src/mbgl/layer
Commit message (Expand)AuthorAgeFilesLines
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-023-3/+6
* [core] place symbol layers in correct orderAnsis Brammanis2016-01-141-2/+1
* [core] always add labels to buffers in MapMode::StillMike Morris2016-01-061-1/+2
* [core] Don't crash when destroying a copied CustomLayerJohn Firebaugh2015-12-171-4/+4
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-1413-22/+22
* [core] Reduce custom layer API to lowest common denominatorJohn Firebaugh2015-12-112-27/+68
* [core] Custom layersJohn Firebaugh2015-12-092-0/+68
* [core] Make Paint/LayoutProperties constructor explicitJohn Firebaugh2015-12-076-75/+75
* [core] More efficient layer cloningJohn Firebaugh2015-12-076-27/+6
* [core] rudimentary support for offsetting linesKonstantin Käfer2015-12-032-0/+4
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-0312-12/+12
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-012-1/+6
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-121-1/+1
* Fix symbol-placement: line + {icon,text}-rotation-alignment: viewportJohn Firebaugh2015-11-111-2/+2
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-1012-247/+290
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-1012-111/+152
* [core] Push layouts and paints to subclassesJohn Firebaugh2015-11-1012-0/+145
* [core] Remove the ability to change cross-fade durations via transitionJohn Firebaugh2015-11-063-4/+4
* [core] Merge PiecewiseConstantFunction into FunctionJohn Firebaugh2015-11-063-4/+4
* [core] Polymorphic bucket creationJohn Firebaugh2015-10-3012-0/+133
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-302-41/+39
* [core] Polymorphic layout and paint parsingJohn Firebaugh2015-10-2912-0/+188
* [core] Extract PaintPropertiesMapJohn Firebaugh2015-10-2612-70/+83
* [core] Introduce StyleCalculationParametersJohn Firebaugh2015-10-2312-61/+63
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-2212-0/+241