summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-221-1/+1
* Remove unusedJohn Firebaugh2015-05-131-1/+0
* Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-092-3/+2
* add Map::isFullyLoaded()Konstantin Käfer2015-05-051-0/+1
* Ensure no GL commands are executed after pauseJohn Firebaugh2015-05-041-1/+1
* Move Environment to MapContextJohn Firebaugh2015-04-281-5/+1
* Remove unused includesJohn Firebaugh2015-04-281-3/+0
* Move still image callback to MapContextJohn Firebaugh2015-04-281-0/+2
* Move style info to MapContextJohn Firebaugh2015-04-281-1/+0
* Combine update and triggerUpdateJohn Firebaugh2015-04-281-3/+1
* Resize view from map threadJohn Firebaugh2015-04-281-0/+3
* Remove Map::start/stopJohn Firebaugh2015-04-282-13/+3
* Following kkaefer's view changesJohn Firebaugh2015-04-282-12/+1
* WIP: Use Thread<MapContext>John Firebaugh2015-04-282-8/+7
* Privatize remaining MapContext membersJohn Firebaugh2015-04-281-2/+0
* Move run() to MapContextJohn Firebaugh2015-04-281-22/+0
* #include <atomic>John Firebaugh2015-04-281-0/+1
* remove some unused includesKonstantin Käfer2015-04-281-13/+5
* move most private Map code to MapContextKonstantin Käfer2015-04-282-46/+5
* move rendering mode enum to MapData objectKonstantin Käfer2015-04-282-10/+19
* move asyncRender to MapContextKonstantin Käfer2015-04-281-4/+0
* move getSprite to MapContextKonstantin Käfer2015-04-281-2/+0
* move Style to MapContextKonstantin Käfer2015-04-281-3/+0
* move worker to MapContextKonstantin Käfer2015-04-281-2/+0
* remove unneeded headersKonstantin Käfer2015-04-281-2/+0
* move Sprite to MapContextKonstantin Käfer2015-04-281-1/+0
* move GlyphStore to MapContextKonstantin Käfer2015-04-281-1/+0
* move texturepool to contextKonstantin Käfer2015-04-281-2/+1
* remove unused referenceKonstantin Käfer2015-04-281-2/+0
* move atlas/painter to map contextKonstantin Käfer2015-04-281-9/+1
* move activeSources to internal Map contextKonstantin Käfer2015-04-281-3/+2
* move Transform into MapData and make source unaware of the Map objectKonstantin Käfer2015-04-283-207/+13
* move TransformState to MapData objectKonstantin Käfer2015-04-281-5/+2
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-281-5/+0
* 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