summaryrefslogtreecommitdiff
path: root/src/mbgl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1065 from mapbox/1065-separate-ui-from-map-threadJohn Firebaugh2015-04-3055-1229/+1203
|\
| * Deactivate after cleanupJohn Firebaugh2015-04-301-1/+2
| * Restructure *Request and ContextJohn Firebaugh2015-04-2810-192/+87
| * Avoid binding a shared_ptr<TileData> in the work callbackJohn Firebaugh2015-04-281-4/+7
| * Convert Style to unique_ptr and pass by referenceJohn Firebaugh2015-04-2810-39/+19
| * Move Worker to StyleJohn Firebaugh2015-04-287-14/+13
| * Rewrite Worker in terms of Thread<>John Firebaugh2015-04-285-79/+37
| * MapContext::updated doesn't need to be atomicJohn Firebaugh2015-04-282-9/+9
| * Move Environment to MapContextJohn Firebaugh2015-04-283-33/+9
| * Inline getWorker()John Firebaugh2015-04-282-7/+1
| * Remove unused includesJohn Firebaugh2015-04-281-23/+0
| * Move still image callback to MapContextJohn Firebaugh2015-04-284-29/+24
| * Move style info to MapContextJohn Firebaugh2015-04-284-71/+42
| * Combine update and triggerUpdateJohn Firebaugh2015-04-281-30/+24
| * Resize view from map threadJohn Firebaugh2015-04-284-1/+12
| * Remove Map::start/stopJohn Firebaugh2015-04-284-78/+11
| * Encapsulate access to Thread's uv_loop_tJohn Firebaugh2015-04-283-13/+13
| * Fully cancel the sprite requestsJohn Firebaugh2015-04-282-4/+6
| * Remove redundant Style instantiationJohn Firebaugh2015-04-281-2/+0
| * Kill overly-verbose outputJohn Firebaugh2015-04-281-4/+0
| * Enforce that transformState belongs to Map threadJohn Firebaugh2015-04-286-26/+21
| * Log error as ErrorJohn Firebaugh2015-04-281-1/+1
| * LiveTileData with no data should end up in parsed state, not obsoleteJohn Firebaugh2015-04-281-2/+0
| * Clean up SpriteJohn Firebaugh2015-04-283-61/+50
| * Implement Style::isLoadedJohn Firebaugh2015-04-285-1/+37
| * Following kkaefer's view changesJohn Firebaugh2015-04-283-21/+1
| * WIP: Use Thread<MapContext>John Firebaugh2015-04-289-449/+191
| * Provide Thread objects with access to loopJohn Firebaugh2015-04-283-5/+7
| * Prepare for using Thread<MapContext>John Firebaugh2015-04-283-9/+37
| * updateAnnotationTiles is called within invoke*John Firebaugh2015-04-282-4/+2
| * Privatize remaining MapContext membersJohn Firebaugh2015-04-284-57/+81
| * Move run() to MapContextJohn Firebaugh2015-04-284-124/+135
| * remove some unused includesKonstantin Käfer2015-04-2819-64/+110
| * move uv version check to uv.cppKonstantin Käfer2015-04-282-20/+21
| * move most private Map code to MapContextKonstantin Käfer2015-04-288-358/+464
| * move rendering mode enum to MapData objectKonstantin Käfer2015-04-283-17/+18
| * move asyncRender to MapContextKonstantin Käfer2015-04-283-33/+43
| * move getSprite to MapContextKonstantin Käfer2015-04-283-18/+30
| * move Style to MapContextKonstantin Käfer2015-04-282-30/+30
| * move worker to MapContextKonstantin Käfer2015-04-283-9/+13
| * move MapContext to its own fileKonstantin Käfer2015-04-283-24/+64
| * 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
| * remove unused includesKonstantin Käfer2015-04-288-17/+0
| * move activeSources to internal Map contextKonstantin Käfer2015-04-282-6/+14
| * move Transform into MapData and make source unaware of the Map objectKonstantin Käfer2015-04-288-70/+304
| * move TransformState to MapData objectKonstantin Käfer2015-04-284-33/+70