summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* rename Mode::Static => Mode::StillKonstantin Käfer2015-04-171-1/+1
* align static render mode and still image render modeKonstantin Käfer2015-04-174-11/+52
* fixes #1157, #1255: cache parsed tiles in memoryJustin R. Miller2015-04-161-0/+7
* make environment.hpp header publicMike Morris2015-04-151-0/+86
* Remove some uv.hpp includesJohn Firebaugh2015-04-091-1/+2
* Replace uv_messenger with AsyncQueue; rewrite remaining uv_* in C++John Firebaugh2015-04-091-2/+3
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-064-149/+5
* Eliminate StyleSourceJohn Firebaugh2015-04-061-4/+0
* Fixed race condition after setting access tokenMinh Nguyễn2015-04-031-0/+1
* Rework easing transition codeJohn Firebaugh2015-04-024-21/+16
* Move Update to its own header fileJohn Firebaugh2015-04-022-8/+19
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-023-28/+28
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-011-2/+0
* dispatch all AnnotationManager calls to the map threadKonstantin Käfer2015-03-271-2/+13
* refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-242-8/+10
* annotations perf improvements & iOS app testingJustin R. Miller2015-03-232-4/+12
* Merge branch 'master' into 1022-annotations-thread-safetyJustin R. Miller2015-03-231-19/+31
|\
| * move style classes to MapData object and make thread safeKonstantin Käfer2015-03-231-2/+1
| * move accessToken to MapDataKonstantin Käfer2015-03-231-2/+1
| * move defaultTransitionDuration to MapDataKonstantin Käfer2015-03-231-5/+4
| * move animationTime to MapData storeKonstantin Käfer2015-03-231-3/+1
| * make the debug flag atomic and move to MapDataKonstantin Käfer2015-03-231-1/+1
| * make style updates a little more threadsafeKonstantin Käfer2015-03-231-5/+20
| * coalesce buffer deletions and run them in bulk during renderingKonstantin Käfer2015-03-201-4/+6
* | make more things const and refs, and add mutexesKonstantin Käfer2015-03-202-42/+25
|/
* Scope the Map thread to an EnvironmentThiago Marcos P. Santos2015-03-181-3/+0
* refs #893 #992: point annotations APIJustin R. Miller2015-03-172-1/+86
* Revert "Move atlas ownership to Style"John Firebaugh2015-03-131-0/+14
* Move atlas ownership to StyleJohn Firebaugh2015-03-131-14/+0
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-122-30/+24
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-061-11/+3
* lock the StyleBucket to avoid crashingKonstantin Käfer2015-03-061-1/+1
* make Map::resize() privateKonstantin Käfer2015-03-062-4/+10
* update static image rendering executableKonstantin Käfer2015-03-061-0/+5
* fixes #476 & #853: pixel/meter/latlng conversion routines in core & iOSJustin R. Miller2015-02-163-11/+32
* use standard DEBUG macro rather than NDEBUGKonstantin Käfer2015-02-041-1/+1
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-0/+8
* Use std::chronoLeith Bade2015-02-043-30/+30
* Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-231-0/+2
|\
| * Merge remote-tracking branch 'origin/dash-3' into v7John Firebaugh2015-01-221-0/+2
| |\
| | * start porting dash lines from jsAnsis Brammanis2015-01-141-0/+2
* | | get/setAppliedStyleClasses -> get/setClassesLeith Bade2015-01-181-3/+0
* | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2015-01-181-3/+7
|\ \ \ | |/ /
| * | Move class state to mapJohn Firebaugh2015-01-141-3/+7
| |/
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-231-3/+3
|\ \ | |/
| * Rename View functions to match conventions. Also tidy up view classes and rem...Leith Bade2014-12-231-3/+3
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-211-1/+8
|\ \ | |/
| * set rendering mode so that we can skip intermediate renders for static imagesKonstantin Käfer2014-12-121-1/+8
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into android-masonLeith Bade2014-12-081-4/+0
|\ \ | |/
| * Remove Map::cleanup and Painter::cleanupJohn Firebaugh2014-12-061-4/+0