| Commit message (Expand) | Author | Age | Files | Lines |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 1 | -5/+5 |
* | [android] use AAssetManager instead of libzip | Konstantin Käfer | 2017-04-24 | 1 | -12/+0 |
* | [core] Ignore shortest path in Map::pixelForLatLng | Bruno de Oliveira Abinader | 2017-04-14 | 2 | -25/+54 |
* | [core] Tighten geo.hpp ctors | Bruno de Oliveira Abinader | 2017-04-14 | 1 | -4/+2 |
* | [all] Remove redundant scale-related camera methods | John Firebaugh | 2017-04-13 | 1 | -49/+27 |
* | [core] Added {set,get}{Min,Max}Pitch | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+18 |
* | [core] Added Map::{get,set}LatLngBounds | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+39 |
* | [core] Updated Size::isEmpty and TransformState::valid checks | Bruno de Oliveira Abinader | 2017-04-10 | 1 | -23/+58 |
* | [all] Make LatLng coordinates read-only | John Firebaugh | 2017-04-06 | 2 | -114/+114 |
* | [core] Tighten LatLng and other geo.hpp classes | John Firebaugh | 2017-04-06 | 1 | -45/+1 |
* | [android] - update VectorSource javadoc (#8521) | Tobrun | 2017-03-24 | 1 | -4/+3 |
* | [core] Added Map::latLngBoundsForCamera | Bruno de Oliveira Abinader | 2017-03-24 | 1 | -0/+22 |
* | [core] Ensure that a BackendScope exists when doing GL calls | Konstantin Käfer | 2017-03-23 | 1 | -1/+3 |
* | [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMap | Bruno de Oliveira Abinader | 2017-03-17 | 1 | -21/+13 |
* | [core] Replace MapChange enum with MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 2 | -27/+45 |
* | [core] private OffscreenView implementation | Konstantin Käfer | 2017-02-27 | 1 | -22/+22 |
* | [core] Eliminate manual HeadlessBackend activation management | John Firebaugh | 2017-02-20 | 1 | -0/+2 |
* | [core] Restore support for GL implementations without VAO extension | John Firebaugh | 2017-02-10 | 1 | -0/+19 |
* | [test] Added unit test for style request failures | Thiago Marcos P. Santos | 2017-02-07 | 1 | -0/+48 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 2 | -4/+4 |
* | [core, ios] replace `altitude` with `fov` | Ansis Brammanis | 2016-12-21 | 1 | -7/+7 |
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-master | Minh Nguyễn | 2016-12-20 | 1 | -0/+12 |
|\ |
|
| * | [test] Fixed Map-GetImage | Minh Nguyễn | 2016-12-05 | 1 | -1/+1 |
| * | [core, ios, macos] Add image accessor to MGLStyle (#7096) | Roman Blum | 2016-12-05 | 1 | -0/+12 |
* | | [android][build] core tests - initial setup for rendering tests | Ivo van Dongen | 2016-11-27 | 1 | -0/+6 |
* | | [build] move headless rendering files to platform/default | Konstantin Käfer | 2016-11-22 | 1 | -2/+2 |
* | | [build] move default ThreadPool implementation to platform/default | Konstantin Käfer | 2016-11-22 | 1 | -1/+1 |
* | | [test] Use shared headless display | Bruno de Oliveira Abinader | 2016-11-17 | 1 | -2/+6 |
* | | [tests] Disable "ContinuousRendering" test; causing spurious CI failures | John Firebaugh | 2016-11-15 | 1 | -1/+1 |
* | | [core] add continuous rendering test that terminates once it settles down | Konstantin Käfer | 2016-11-09 | 1 | -0/+59 |
* | | [core] Cleanup TransformState::getIntegerZoom | Bruno de Oliveira Abinader | 2016-10-31 | 1 | -0/+23 |
* | | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 2 | -35/+35 |
* | | [core] don't load tiles from sources that aren't used | Konstantin Käfer | 2016-10-27 | 1 | -0/+48 |
|/ |
|
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 1 | -43/+27 |
* | [core] separate Backend from View for headless rendering | Konstantin Käfer | 2016-10-25 | 1 | -23/+39 |
* | [core] [node] pass thread pool impl to Map constructor | Mike Morris | 2016-10-20 | 1 | -17/+19 |
* | [core] Fix Map::setLatLng behavior | Bruno de Oliveira Abinader | 2016-10-07 | 1 | -0/+16 |
* | [test] add .test.cpp suffix to test case files | Konstantin Käfer | 2016-09-28 | 2 | -0/+0 |
* | [tests] Add tests for Map::[add|remove]Image | Thiago Marcos P. Santos | 2016-09-22 | 1 | -0/+33 |
* | [core] do not render layers that are outside their zoom range | Konstantin Käfer | 2016-09-20 | 1 | -0/+61 |
* | [core] add MapChangeDidFinishLoadingStyle signal (#6371) | Ivo van Dongen | 2016-09-20 | 1 | -0/+20 |
* | [test] Added Map class accessors tests | Bruno de Oliveira Abinader | 2016-09-13 | 1 | -0/+34 |
* | [tests] Add unit test for style loading failures | Thiago Marcos P. Santos | 2016-08-24 | 1 | -0/+32 |
* | [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsed | Thiago Marcos P. Santos | 2016-08-24 | 1 | -1/+1 |
* | [tests] Test that style mutations due to annotations don't cancel style reval... | John Firebaugh | 2016-08-23 | 1 | -0/+26 |
* | [core] Don't allow style mutations to be overwritten by revalidation | John Firebaugh | 2016-08-23 | 1 | -0/+64 |
* | [tests] Merge single test in set_style.cpp with other Map tests | John Firebaugh | 2016-08-23 | 1 | -0/+19 |
* | [core] support "scheme": "tms" in TileJSON files | Konstantin Käfer | 2016-08-16 | 1 | -1/+1 |
* | Color class (#5361) | Young Hahn | 2016-06-15 | 1 | -2/+3 |
* | [core, node, android] Remove used "base" parameter from setStyleJSON | John Firebaugh | 2016-06-02 | 1 | -4/+4 |