summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* 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
* make StyleBucket mutableKonstantin Käfer2015-02-174-21/+11
* fix raster-brightnessAnsis Brammanis2015-02-091-1/+1
* support constants within dasharraysAnsis Brammanis2015-02-092-2/+4
* tweak style parsing error messagesAnsis Brammanis2015-02-052-11/+11
* fix compilation errorsAnsis Brammanis2015-02-051-6/+6
* make raster-brightness two separate propertiesAnsis Brammanis2015-02-052-22/+2
* switch to functions of arrays (from arrays of fns)Ansis Brammanis2015-02-056-40/+43
* make everything a functionAnsis Brammanis2015-02-054-91/+116
* fix compilation on androidAnsis Brammanis2015-02-041-1/+1
* make pattern and dasharray properties use durationAnsis Brammanis2015-02-044-31/+59
* fix durations by making them millisecondsAnsis Brammanis2015-02-043-5/+5
* switch from low/high to from/toAnsis Brammanis2015-02-043-20/+22
* rename FadedFunction to PiecewiseConstant functionAnsis Brammanis2015-02-047-30/+30
* Merge branch 'master' into pattern-functionsAnsis Brammanis2015-02-0420-192/+350
|\
| * remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-043-9/+36