Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Environment to MapContext | John Firebaugh | 2015-04-28 | 1 | -5/+1 |
* | Remove unused includes | John Firebaugh | 2015-04-28 | 1 | -3/+0 |
* | Move still image callback to MapContext | John Firebaugh | 2015-04-28 | 1 | -0/+2 |
* | Move style info to MapContext | John Firebaugh | 2015-04-28 | 1 | -1/+0 |
* | Combine update and triggerUpdate | John Firebaugh | 2015-04-28 | 1 | -3/+1 |
* | Resize view from map thread | John Firebaugh | 2015-04-28 | 1 | -0/+3 |
* | Remove Map::start/stop | John Firebaugh | 2015-04-28 | 2 | -13/+3 |
* | Following kkaefer's view changes | John Firebaugh | 2015-04-28 | 2 | -12/+1 |
* | WIP: Use Thread<MapContext> | John Firebaugh | 2015-04-28 | 2 | -8/+7 |
* | Privatize remaining MapContext members | John Firebaugh | 2015-04-28 | 1 | -2/+0 |
* | Move run() to MapContext | John Firebaugh | 2015-04-28 | 1 | -22/+0 |
* | #include <atomic> | John Firebaugh | 2015-04-28 | 1 | -0/+1 |
* | remove some unused includes | Konstantin Käfer | 2015-04-28 | 1 | -13/+5 |
* | move most private Map code to MapContext | Konstantin Käfer | 2015-04-28 | 2 | -46/+5 |
* | move rendering mode enum to MapData object | Konstantin Käfer | 2015-04-28 | 2 | -10/+19 |
* | move asyncRender to MapContext | Konstantin Käfer | 2015-04-28 | 1 | -4/+0 |
* | move getSprite to MapContext | Konstantin Käfer | 2015-04-28 | 1 | -2/+0 |
* | move Style to MapContext | Konstantin Käfer | 2015-04-28 | 1 | -3/+0 |
* | move worker to MapContext | Konstantin Käfer | 2015-04-28 | 1 | -2/+0 |
* | remove unneeded headers | Konstantin Käfer | 2015-04-28 | 1 | -2/+0 |
* | move Sprite to MapContext | Konstantin Käfer | 2015-04-28 | 1 | -1/+0 |
* | move GlyphStore to MapContext | Konstantin Käfer | 2015-04-28 | 1 | -1/+0 |
* | move texturepool to context | Konstantin Käfer | 2015-04-28 | 1 | -2/+1 |
* | remove unused reference | Konstantin Käfer | 2015-04-28 | 1 | -2/+0 |
* | move atlas/painter to map context | Konstantin Käfer | 2015-04-28 | 1 | -9/+1 |
* | move activeSources to internal Map context | Konstantin Käfer | 2015-04-28 | 1 | -3/+2 |
* | move Transform into MapData and make source unaware of the Map object | Konstantin Käfer | 2015-04-28 | 3 | -207/+13 |
* | move TransformState to MapData object | Konstantin Käfer | 2015-04-28 | 1 | -5/+2 |
* | Remove Environment::terminate and associated code | John Firebaugh | 2015-04-28 | 1 | -5/+0 |
* | rename Mode::Static => Mode::Still | Konstantin Käfer | 2015-04-17 | 1 | -1/+1 |
* | align static render mode and still image render mode | Konstantin Käfer | 2015-04-17 | 4 | -11/+52 |
* | fixes #1157, #1255: cache parsed tiles in memory | Justin R. Miller | 2015-04-16 | 1 | -0/+7 |
* | make environment.hpp header public | Mike Morris | 2015-04-15 | 1 | -0/+86 |
* | Remove some uv.hpp includes | John Firebaugh | 2015-04-09 | 1 | -1/+2 |
* | Replace uv_messenger with AsyncQueue; rewrite remaining uv_* in C++ | John Firebaugh | 2015-04-09 | 1 | -2/+3 |
* | Tile::ID ⇢ TileID | John Firebaugh | 2015-04-06 | 4 | -149/+5 |
* | Eliminate StyleSource | John Firebaugh | 2015-04-06 | 1 | -4/+0 |
* | Fixed race condition after setting access token | Minh Nguyễn | 2015-04-03 | 1 | -0/+1 |
* | Rework easing transition code | John Firebaugh | 2015-04-02 | 4 | -21/+16 |
* | Move Update to its own header file | John Firebaugh | 2015-04-02 | 2 | -8/+19 |
* | Add typedefs for std::chrono::steady_clock types | John Firebaugh | 2015-04-02 | 3 | -28/+28 |
* | Eliminate StyleLayerGroup | John Firebaugh | 2015-04-01 | 1 | -2/+0 |
* | dispatch all AnnotationManager calls to the map thread | Konstantin Käfer | 2015-03-27 | 1 | -2/+13 |
* | refs #894, fixes #1074: callout views for iOS | Justin R. Miller | 2015-03-24 | 2 | -8/+10 |
* | annotations perf improvements & iOS app testing | Justin R. Miller | 2015-03-23 | 2 | -4/+12 |
* | Merge branch 'master' into 1022-annotations-thread-safety | Justin R. Miller | 2015-03-23 | 1 | -19/+31 |
|\ | |||||
| * | move style classes to MapData object and make thread safe | Konstantin Käfer | 2015-03-23 | 1 | -2/+1 |
| * | move accessToken to MapData | Konstantin Käfer | 2015-03-23 | 1 | -2/+1 |
| * | move defaultTransitionDuration to MapData | Konstantin Käfer | 2015-03-23 | 1 | -5/+4 |
| * | move animationTime to MapData store | Konstantin Käfer | 2015-03-23 | 1 | -3/+1 |