summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix line label interpolation offset.Ansis Brammanis2015-02-113-12/+8
* Merge remote-tracking branch 'origin/master' into line-label-densityAnsis Brammanis2015-02-1028-389/+643
|\
| * Merge pull request #821 from mapbox/pattern-functionsJohn Firebaugh2015-02-1028-389/+643
| |\
| | * use correct interpolation for background imagesAnsis Brammanis2015-02-101-1/+1
| | * 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-058-44/+53
| | * make everything a functionAnsis Brammanis2015-02-055-94/+133
| | * 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-046-49/+51
| | * rename FadedFunction to PiecewiseConstant functionAnsis Brammanis2015-02-047-30/+30
| | * Merge branch 'master' into pattern-functionsAnsis Brammanis2015-02-0481-1968/+1295
| | |\
| | * | remove old version of zoomHistoryAnsis Brammanis2015-02-022-29/+1
| | * | use faded pattern functions for dasharraysAnsis Brammanis2015-02-026-37/+31
| | * | implement functions for line-imageAnsis Brammanis2015-02-026-29/+32
| | * | implement functions for background-imageAnsis Brammanis2015-02-023-18/+36
| | * | implement functions for patternsAnsis Brammanis2015-02-0219-142/+353
* | | | improve line label densityAnsis Brammanis2015-02-103-5/+23
|/ / /
* | | only ignore warning on ClangJustin R. Miller2015-02-041-1/+1
* | | fixes #782: ignore 64->32 conversion warnings for BoostJustin R. Miller2015-02-041-0/+1
| |/ |/|
* | fix copy_bitmap for wrapped bitmapsAnsis Brammanis2015-02-041-9/+14
* | guard boost include with pragma ignoresKonstantin Käfer2015-02-041-0/+6
* | refactor makefileKonstantin Käfer2015-02-043-29/+249
* | use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-043-10/+10
* | make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-047-877/+0
* | move merge_lines implementation to its own source files to avoid duplicate sy...Konstantin Käfer2015-02-042-89/+110
* | make ios compileKonstantin Käfer2015-02-041-11/+27
* | fixes for linuxKonstantin Käfer2015-02-041-8/+8
* | rearrange tests and add storage testsKonstantin Käfer2015-02-041-1/+0
* | make vaos immovableKonstantin Käfer2015-02-0410-100/+111
* | remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-046-34/+74
* | rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-0426-1042/+685
* | Remove unusedJohn Firebaugh2015-02-032-14/+0
* | Add functions for layout properties.Lauren Budorick2015-02-0313-116/+365
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into chronoLeith Bade2015-02-043-15/+28
|\ \
| * | fix uninitialized variable warningAnsis Brammanis2015-02-031-1/+1
| * | add wrapped padding to sprite for repeating imagesAnsis Brammanis2015-02-033-15/+28
| |/
* | Use std::chronoLeith Bade2015-02-0427-172/+171
|/
* make line-opacity work with line-imageAnsis Brammanis2015-01-303-1/+4
* fix sprite atlas padding and icon centeringAnsis Brammanis2015-01-273-10/+9
* Remove program binary cachingLeith Bade2015-01-273-135/+37
* Merge pull request #676 from mapbox/android-masonLeith Bade2015-01-2712-89/+213
|\
| * Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-276-1/+17
| |\
| * \ Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-2334-439/+465
| |\ \
| * | | Fix terminate crashLeith Bade2015-01-231-2/+3