summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-4/+4
* Use unique_ptr for Source objects (fixes #904)John Firebaugh2015-07-024-19/+19
* Reduce number of arguments in Source::update pathwayJohn Firebaugh2015-07-011-2/+1
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-252-4/+3
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-3/+3
* Cleaned up remaining bool function return valuesBruno de Oliveira Abinader2015-06-232-35/+35
* Improve readibility for style parser resultsBruno de Oliveira Abinader2015-06-232-96/+104
* Fix result value from parseProperty when T = std::array<float, 2>Bruno de Oliveira Abinader2015-06-221-2/+2
* Change StyleBucket::source to indirect referenceJohn Firebaugh2015-06-184-12/+26
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-154-343/+29
* Fix race condition on error notificationThiago Marcos P. Santos2015-06-042-0/+7
* Remove references to ResourceLoaderThiago Marcos P. Santos2015-06-021-1/+1
* Remove unused; fix naming styleJohn Firebaugh2015-06-012-9/+5
* Merge ResourceLoader into Style and move atlas ownershipJohn Firebaugh2015-06-012-45/+204
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-262-3/+1
* Parse feature types in set filtersMinh Nguyễn2015-05-071-1/+5
* add Map::isFullyLoaded()Konstantin Käfer2015-05-052-3/+5
* build render order array once instead of recursing through lots of different ...Konstantin Käfer2015-05-042-0/+18
* fix compile with clang-3.6Dane Springmeyer2015-05-011-2/+1
* Move Worker to StyleJohn Firebaugh2015-04-282-1/+6
* Implement Style::isLoadedJohn Firebaugh2015-04-282-0/+21
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-0/+1
* port LineBucket::addLine from -jsAnsis Brammanis2015-04-271-1/+3
* icon-rotate is not a paint propertyAnsis Brammanis2015-04-244-4/+0
* don't throw an exception in the map thread for bad stylesKonstantin Käfer2015-04-171-2/+1
* set the correct v7 default fontKonstantin Käfer2015-04-091-1/+1
* Move SourceInfo into source.hpp/cppJohn Firebaugh2015-04-063-108/+1
* Eliminate StyleSourceJohn Firebaugh2015-04-066-32/+36
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-0211-52/+54
* Rename methods to match gl-jsJohn Firebaugh2015-04-012-11/+11
* StyleLayer is noncopyableJohn Firebaugh2015-04-011-1/+2
* Remove unusedJohn Firebaugh2015-04-012-7/+0
* Remove unusedJohn Firebaugh2015-04-011-10/+2
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-018-123/+44
* replace iterator variable types with autoKonstantin Käfer2015-04-013-9/+9
* normalize font stackKonstantin Käfer2015-03-301-1/+21
* make 1.0 the default base for all typesAnsis Brammanis2015-03-241-4/+1
* make more things const and refs, and add mutexesKonstantin Käfer2015-03-201-1/+2
* refs #893 #992: point annotations APIJustin R. Miller2015-03-172-1/+34
* Revert "Move atlas ownership to Style"John Firebaugh2015-03-132-99/+13
* Move atlas ownership to StyleJohn Firebaugh2015-03-132-13/+99
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-1/+1
* More include fixesJohn Firebaugh2015-03-101-0/+1
* Move parseValue(pbf) to vector_tile.cppJohn Firebaugh2015-03-102-29/+0
* Revert FeatureType renameJohn Firebaugh2015-03-091-4/+4
* refs #928: 90% of way to genericizing VectorTileJustin R. Miller2015-03-091-5/+5
* Fix satellite style contour renderingJohn Firebaugh2015-03-081-1/+1
* lock the StyleBucket to avoid crashingKonstantin Käfer2015-03-062-5/+5
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-061-1/+1
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-176-146/+159