| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Split MapMode::Still into Static and Tile | Ansis Brammanis | 2017-11-17 | 1 | -1/+2 |
* | [core] Move GLContextMode to its own Renderer header | Bruno de Oliveira Abinader | 2017-11-01 | 1 | -9/+0 |
* | [core, node] Support axonometric rendering | Lauren Budorick | 2017-10-14 | 1 | -0/+8 |
* | [core] Add `cameraForLatLngs()` method with modified bearing | Asheem Mamoowala | 2017-10-09 | 1 | -3/+5 |
* | [node] Cleanup NodeMap::Render | Bruno de Oliveira Abinader | 2017-08-31 | 1 | -1/+2 |
* | [all] Merge View into RendererBackend | John Firebaugh | 2017-07-26 | 2 | -20/+0 |
* | [core] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 2 | -115/+0 |
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 3 | -69/+8 |
* | [core] split backend from mapobserver | Ivo van Dongen | 2017-07-18 | 2 | -2/+3 |
* | [core] GCC 4.9 bracket initialization issues | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -1/+1 |
* | [core] GCC 4.9 is unable to deduce ctors when using bracket init | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -0/+10 |
* | [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9 | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -5/+6 |
* | [core] Prefetch low resolution tiles | Thiago Marcos P. Santos | 2017-07-07 | 1 | -0/+9 |
* | [core] remove tile cache size setter | Ivo van Dongen | 2017-06-27 | 1 | -1/+0 |
* | [core] Move setStyleJSON/URL to Style; add Map::setStyle | John Firebaugh | 2017-06-22 | 1 | -6/+2 |
* | [all] Promote Style to public API | John Firebaugh | 2017-06-22 | 1 | -36/+5 |
* | [core] Dynamic program compilation for data-driven properties | John Firebaugh | 2017-06-13 | 1 | -1/+1 |
* | [core] Added Backend::{assume,set}ScissorTest | Bruno de Oliveira Abinader | 2017-06-13 | 1 | -0/+2 |
* | [core] Added Backend::{assume,set}Viewport | Bruno de Oliveira Abinader | 2017-06-13 | 1 | -2/+2 |
* | [core] Make TransformState LatLngBounds optional | Bruno de Oliveira Abinader | 2017-06-01 | 1 | -2/+2 |
* | [core] add error for non-virtual destructor deletes + add virtual dtors | Konstantin Käfer | 2017-05-18 | 1 | -0/+2 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 1 | -2/+2 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 1 | -7/+0 |
* | [tidy] llvm-namespace-comment | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -1/+1 |
* | [core] Reuse fill-extrusion textures between frames (#8896) | Lauren Budorick | 2017-05-08 | 1 | -3/+1 |
* | [all] Push querySourceFeatures back out to Map | John Firebaugh | 2017-05-02 | 2 | -0/+12 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 1 | -0/+5 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 1 | -7/+7 |
* | [core] Remove non-Map-dependent projection methods from Map | John Firebaugh | 2017-04-18 | 1 | -3/+0 |
* | [all] Remove redundant scale-related camera methods | John Firebaugh | 2017-04-13 | 1 | -4/+1 |
* | [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "... | John Firebaugh | 2017-04-11 | 2 | -11/+11 |
* | [core] Added {set,get}{Min,Max}Pitch | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+4 |
* | [core] Added Map::{get,set}LatLngBounds | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+2 |
* | [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragma | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -2/+4 |
* | [core] Privatize OpenGL/Context headers | Konstantin Käfer | 2017-03-28 | 1 | -0/+26 |
* | [core] Move map/change.hpp to public include directory | John Firebaugh | 2017-03-28 | 1 | -0/+26 |
* | [core] Added Map::latLngBoundsForCamera | Bruno de Oliveira Abinader | 2017-03-24 | 2 | -0/+14 |
* | [core] Move OpenGL extension initialization to Backend | Konstantin Käfer | 2017-03-23 | 1 | -0/+11 |
* | [core] Ensure that a BackendScope exists when doing GL calls | Konstantin Käfer | 2017-03-23 | 1 | -1/+14 |
* | [core] cache binary shaders on Android | Konstantin Käfer | 2017-03-22 | 1 | -1/+2 |
* | [core] s/onSourceDidChange/onSourceChanged/ + source ref | Bruno de Oliveira Abinader | 2017-03-21 | 1 | -1/+4 |
* | [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMap | Bruno de Oliveira Abinader | 2017-03-17 | 1 | -1/+2 |
* | [core] Replace MapChange enum with MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 3 | -5/+41 |
* | [core] query source features | Ivo van Dongen | 2017-03-09 | 1 | -1/+4 |
* | [core] rename query options for query rendered features | Ivo van Dongen | 2017-03-09 | 2 | -5/+5 |
* | [core] Add support for queryRenderedFeatures filter | Asheem Mamoowala | 2017-03-04 | 2 | -4/+23 |
* | [core] [android] - allow zooming/scaling to use AnimationOptions (#8181) | Tobrun | 2017-02-28 | 1 | -18/+18 |
* | [core] - allow moveBy to use AnimationOptions | Tobrun | 2017-02-20 | 1 | -1/+2 |
* | [core] Link BackendScopes in a list for additional assertions | John Firebaugh | 2017-02-20 | 1 | -1/+2 |
* | [core] Ensure that context resources are destroyed before context is destroyed | John Firebaugh | 2017-02-20 | 1 | -2/+1 |