Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for renderStill() misuse | Thiago Marcos P. Santos | 2015-06-16 | 1 | -0/+60 |
* | Replace mbgl::util::make_unique<> with std::make_unique<> | Konstantin Käfer | 2015-05-26 | 2 | -2/+2 |
* | Add callback for error notifications on renderStill() | Thiago Marcos P. Santos | 2015-05-22 | 1 | -2/+2 |
* | Resize view from map thread | John Firebaugh | 2015-04-28 | 1 | -2/+2 |
* | Remove Map::start/stop | John Firebaugh | 2015-04-28 | 2 | -12/+5 |
* | Fix build | John Firebaugh | 2015-04-28 | 2 | -2/+2 |
* | rename Mode::Static => Mode::Still | Konstantin Käfer | 2015-04-17 | 2 | -2/+2 |
* | explicitly call .discard() to resize the view on static renders | Konstantin Käfer | 2015-04-17 | 1 | -0/+63 |
* | don't hide unchecked messages | Konstantin Käfer | 2015-04-17 | 1 | -1/+2 |
* | don't throw an exception in the map thread for bad styles | Konstantin Käfer | 2015-04-17 | 1 | -0/+32 |