summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-11/+0
* | make collision debug boxes toggleableAnsis Brammanis2015-05-281-0/+14
|/
* Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-091-7/+11
* add Map::isFullyLoaded()Konstantin Käfer2015-05-051-0/+4
* Ensure no GL commands are executed after pauseJohn Firebaugh2015-05-041-5/+2
* lower thread priority of worker threadsKonstantin Käfer2015-05-041-1/+1
* Move Environment to MapContextJohn Firebaugh2015-04-281-22/+2
* Remove unused includesJohn Firebaugh2015-04-281-23/+0
* Move still image callback to MapContextJohn Firebaugh2015-04-281-13/+2
* Move style info to MapContextJohn Firebaugh2015-04-281-21/+7
* Combine update and triggerUpdateJohn Firebaugh2015-04-281-30/+24
* Resize view from map threadJohn Firebaugh2015-04-281-1/+1
* Remove Map::start/stopJohn Firebaugh2015-04-281-62/+8
* Enforce that transformState belongs to Map threadJohn Firebaugh2015-04-281-2/+2
* Following kkaefer's view changesJohn Firebaugh2015-04-281-5/+1
* WIP: Use Thread<MapContext>John Firebaugh2015-04-281-101/+73
* Prepare for using Thread<MapContext>John Firebaugh2015-04-281-8/+5
* Privatize remaining MapContext membersJohn Firebaugh2015-04-281-21/+6
* Move run() to MapContextJohn Firebaugh2015-04-281-119/+16
* remove some unused includesKonstantin Käfer2015-04-281-20/+11
* move uv version check to uv.cppKonstantin Käfer2015-04-281-20/+0
* move most private Map code to MapContextKonstantin Käfer2015-04-281-312/+63
* move rendering mode enum to MapData objectKonstantin Käfer2015-04-281-17/+15
* move asyncRender to MapContextKonstantin Käfer2015-04-281-30/+27
* move getSprite to MapContextKonstantin Käfer2015-04-281-14/+3
* move Style to MapContextKonstantin Käfer2015-04-281-28/+28
* move worker to MapContextKonstantin Käfer2015-04-281-9/+3
* move MapContext to its own fileKonstantin Käfer2015-04-281-24/+1
* move Sprite to MapContextKonstantin Käfer2015-04-281-14/+13
* move GlyphStore to MapContextKonstantin Käfer2015-04-281-6/+6
* move texturepool to contextKonstantin Käfer2015-04-281-6/+4
* remove unused referenceKonstantin Käfer2015-04-281-1/+0
* move atlas/painter to map contextKonstantin Käfer2015-04-281-20/+30
* move activeSources to internal Map contextKonstantin Käfer2015-04-281-3/+11
* move Transform into MapData and make source unaware of the Map objectKonstantin Käfer2015-04-281-38/+79
* move TransformState to MapData objectKonstantin Käfer2015-04-281-11/+8
* rename Mode::Static => Mode::StillKonstantin Käfer2015-04-171-4/+4
* explicitly call .discard() to resize the view on static rendersKonstantin Käfer2015-04-171-0/+3
* align static render mode and still image render modeKonstantin Käfer2015-04-171-39/+79
* fixes #1157, #1255: cache parsed tiles in memoryJustin R. Miller2015-04-161-0/+23
* Replace uv_messenger with AsyncQueue; rewrite remaining uv_* in C++John Firebaugh2015-04-091-2/+3
* Move ClipID to clip_id.hpp/cppJohn Firebaugh2015-04-091-1/+1
* Tile::ID ⇢ TileIDJohn Firebaugh2015-04-061-1/+1
* Remove Map dependency from Source::invalidateTilesJohn Firebaugh2015-04-061-2/+2
* Remove Map dependency from Source::loadJohn Firebaugh2015-04-061-1/+4
* Eliminate StyleSourceJohn Firebaugh2015-04-061-49/+12
* Fixed race condition after setting access tokenMinh Nguyễn2015-04-031-1/+5
* fixes #1181: fix lat/lng & zoom ordering problemsJustin R. Miller2015-04-021-1/+1
* Rework easing transition codeJohn Firebaugh2015-04-021-58/+37
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-12/+12