summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* Fit to coordinatesMinh Nguyễn2015-06-261-0/+1
* Remove duration argument from View::notifyMapChangeJohn Firebaugh2015-06-261-3/+1
* Move Transform from MapData to MapJohn Firebaugh2015-06-261-0/+2
* drive map rendering from main threadKonstantin Käfer2015-06-261-3/+5
* remove unused renderAsync() functionKonstantin Käfer2015-06-261-1/+0
* Fit to bounds with paddingMinh Nguyễn2015-06-251-1/+5
* Reimplemented fit to boundsMinh Nguyễn2015-06-251-0/+1
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-77/+0
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-5/+21
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-151-3/+3
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-111-3/+3
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-281-5/+1
|\
| * DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-4/+0
| * Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-221-1/+1
* | make collision debug boxes toggleableAnsis Brammanis2015-05-281-0/+3
|/
* 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