summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] use a store enum instead of RTTIKonstantin Käfer2016-02-241-4/+23
* [core] Remove ThreadContext::getFileSource; instead thread FileSource throughJohn Firebaugh2016-02-183-5/+15
* [gl] Moved TexturePool to gl namespaceBruno de Oliveira Abinader2016-02-183-7/+7
* [core] Organize files that were in map folder betterJohn Firebaugh2016-02-116-7/+7
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-112-6/+5
* [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-101-2/+2
* [core] Add a method for statically evaluating font stacks used by a styleJohn Firebaugh2016-02-103-0/+26
* [core] Normalize only raster source tile URLsJohn Firebaugh2016-02-012-3/+3
* [core] Refactor TileJSON parsing for offlineJohn Firebaugh2016-02-012-2/+30
* [core] Camel-case member namesJohn Firebaugh2016-01-291-2/+2
* [core] Move rapidjson document creation into StyleParserJohn Firebaugh2016-01-283-13/+14
* [core] bump sprite atlas to 1024x1024Ansis Brammanis2016-01-261-1/+1
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-252-2/+3
* [core] trigger repaint after placement is redoneAnsis Brammanis2016-01-222-0/+5
* [core] don't use expensive fmod to get fractional partKonstantin Käfer2016-01-221-1/+1
* [core] don't copy stops by value when recalculating StyleParametersKonstantin Käfer2016-01-221-1/+1
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-198-24/+21
* [core] tileSize is a source property, not a TileJSON propertyJohn Firebaugh2016-01-151-3/+15
* [core] use stale stylesKonstantin Käfer2016-01-151-0/+3
* [core] place symbol layers in correct orderAnsis Brammanis2016-01-141-3/+0
* [core] Fixed build error in Xcode 7.3Minh Nguyễn2016-01-141-1/+1
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-132-85/+151
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-132-6/+6
* [core] move invariant SourceType from SourceInfo to SourceKonstantin Käfer2016-01-131-7/+5
* [core] always add labels to buffers in MapMode::StillMike Morris2016-01-063-2/+10
* [core] Remove RapidJSON and GeoJSONVT dependencies from SourceInfoJohn Firebaugh2015-12-231-3/+3
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-232-59/+55
* [core] Load sources only if there is at least one visible layerBruno de Oliveira Abinader2015-12-173-9/+12
* [core] Don't use glClear optimization for layers that aren't the bottommostJohn Firebaugh2015-12-141-2/+2
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-1412-111/+98
* [test] update test suite to include more comprehensive GeoJSON testsKonstantin Käfer2015-12-111-12/+1
* [core] don't fail on invalid inline GeoJSON dataKonstantin Käfer2015-12-111-2/+9
* [core] create GeoJSON tiles from inline GeoJSON in sourcesKonstantin Käfer2015-12-111-3/+2
* [core] parse GeoJSON source typeKonstantin Käfer2015-12-112-0/+32
* [core] split Source parsing into separate functionsKonstantin Käfer2015-12-112-21/+65
* [core] Custom layersJohn Firebaugh2015-12-093-7/+33
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-074-36/+32
* [core] Make Paint/LayoutProperties constructor explicitJohn Firebaugh2015-12-072-2/+3
* [core] More efficient layer cloningJohn Firebaugh2015-12-073-26/+10
* [core] Remove unused headerJohn Firebaugh2015-12-031-1/+0
* [core] add std::move to constructorsKonstantin Käfer2015-12-032-2/+4
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-0325-27/+27
* [core] Remove mutex from StyleJohn Firebaugh2015-12-012-4/+0
* [core] Privatize layers and sourcesJohn Firebaugh2015-12-012-1/+109
* [core] Don't share util::ptr<StyleLayer> across threadsJohn Firebaugh2015-12-015-44/+45
* [core] Don't share Style& across threadsJohn Firebaugh2015-12-011-4/+0
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-011-0/+7
* [core] Introduce StyleUpdateParametersJohn Firebaugh2015-12-013-1/+65
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-013-13/+3
* [core] Do not use uv::rwlock on StyleThiago Marcos P. Santos2015-12-012-3/+3