summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* 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
| * rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-0/+1
| * Remove unusedJohn Firebaugh2015-02-032-14/+0
| * Add functions for layout properties.Lauren Budorick2015-02-039-106/+252
| * Use std::chronoLeith Bade2015-02-0410-53/+55
* | use faded pattern functions for dasharraysAnsis Brammanis2015-02-025-12/+17
* | implement functions for line-imageAnsis Brammanis2015-02-022-2/+2
* | implement functions for background-imageAnsis Brammanis2015-02-022-2/+2
* | implement functions for patternsAnsis Brammanis2015-02-0214-104/+308
|/
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-273-0/+14
|\
| * Merge pull request #771 from mapbox/visibilityJohn Firebaugh2015-01-263-0/+14
| |\
| | * Add visibility property for v7.Lauren Budorick2015-01-223-0/+14
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-2310-90/+52
|\ \ \ | |/ /
| * | Revert "scale dashes by line-gap-width if present"John Firebaugh2015-01-222-11/+3
| * | Merge remote-tracking branch 'origin/dash-3' into v7John Firebaugh2015-01-228-48/+58
| |\ \
| | * | scale dashes by line-gap-width if presentAnsis Brammanis2015-01-162-3/+11
| | * | remove unusedAnsis Brammanis2015-01-152-13/+0
| | * | support functions of dash arraysAnsis Brammanis2015-01-153-20/+40
| | * | support dash arrays that are any lengthAnsis Brammanis2015-01-146-10/+26
| | * | remove unused codeAnsis Brammanis2015-01-142-25/+0
| | * | start porting dash lines from jsAnsis Brammanis2015-01-142-0/+4
| * | | Remove support for prerendered layersJohn Firebaugh2015-01-214-42/+2
| | |/ | |/|
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-182-39/+3
|\ \ \ | |/ /
| * | Move class state to mapJohn Firebaugh2015-01-142-39/+3
| |/