summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* lock the StyleBucket to avoid crashingKonstantin Käfer2015-03-062-0/+5
* update mapbox::variantKonstantin Käfer2015-03-061-0/+1
* make Map::resize() privateKonstantin Käfer2015-03-061-0/+11
* pass StyleLayer objects as const ref instead of a shared pointerKonstantin Käfer2015-03-067-19/+18
* update static image rendering executableKonstantin Käfer2015-03-061-0/+4
* move to camelCase & more reference cleanupsJustin R. Miller2015-03-022-26/+26
* clean up members, arguments, and formattingJustin R. Miller2015-03-022-21/+23
* Removed special cased zoom level for HiDPIMinh Nguyễn2015-02-241-1/+0
* Fixed new clang errors in Xcode 6.3b2Minh Nguyễn2015-02-231-1/+0
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-177-35/+26
* make StyleBucket mutableKonstantin Käfer2015-02-172-57/+51
* add ca bundle loading back to CURLKonstantin Käfer2015-02-172-3/+3
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-163-75/+150
* switch to functions of arrays (from arrays of fns)Ansis Brammanis2015-02-051-4/+2
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-5/+5
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-32/+0
* rearrange tests and add storage testsKonstantin Käfer2015-02-041-1/+0
* remove circular shared_ptr and a few other memory leaksKonstantin Käfer2015-02-042-2/+10
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-0410-61/+71
* Add functions for layout properties.Lauren Budorick2015-02-032-4/+107
* Use std::chronoLeith Bade2015-02-043-61/+59
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-271-0/+1
|\
| * Merge pull request #771 from mapbox/visibilityJohn Firebaugh2015-01-261-0/+1
| |\
| | * Add visibility property for v7.Lauren Budorick2015-01-221-0/+1
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-232-13/+7
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/dash-3' into v7John Firebaugh2015-01-221-1/+3
| |\ \
| | * | start porting dash lines from jsAnsis Brammanis2015-01-141-1/+3
| * | | Remove support for prerendered layersJohn Firebaugh2015-01-212-12/+4
| | |/ | |/|
* | | Fix terminate crashLeith Bade2015-01-231-2/+3
* | | get/setAppliedStyleClasses -> get/setClassesLeith Bade2015-01-181-11/+0
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-181-13/+28
|\ \ \ | |/ /
| * | Merge pull request #757 from mapbox/move-terminateLeith Bade2015-01-161-2/+0
| |\ \
| | * | Move terminate() call to GLFWView to avoid problems with nodeLeith Bade2015-01-161-2/+0
| | |/
| * | Move class state to mapJohn Firebaugh2015-01-141-10/+32
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-151-2/+7
|\ \ | |/
| * Check for IO errors when loading binary shader. Fixes #740Leith Bade2015-01-141-2/+7
* | Remove coffeecatchLeith Bade2015-01-131-14/+0
* | Add failsafe to program binary loadingLeith Bade2015-01-051-3/+2
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-232-14/+14
|\ \ | |/
| * Rename View functions to match conventions. Also tidy up view classes and rem...Leith Bade2014-12-232-15/+15
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-211-16/+23
|\ \ | |/
| * fix error in non-debug buildsKonstantin Käfer2014-12-151-2/+2
| * set rendering mode so that we can skip intermediate renders for static imagesKonstantin Käfer2014-12-121-13/+16
| * fix crashes when running in non-continuous modeKonstantin Käfer2014-12-111-0/+2
| * add cli tool for rendering a map to an imageKonstantin Käfer2014-12-111-0/+2
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-081-12/+0
|\ \ | |/
| * Remove Map::cleanup and Painter::cleanupJohn Firebaugh2014-12-061-12/+0
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-051-13/+126
|/
* Move setAccessToken to CachingHTTPFileSourceJohn Firebaugh2014-12-042-13/+2
* Change Map::stop to use std::function<void()>John Firebaugh2014-12-041-3/+3