| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] align raster imagery rendering to pixel rid to avoid blurriness | Konstantin Käfer | 2018-01-24 | 2 | -4/+19 |
* | [core] don't tie Annotation geometries to Map maxzoom | Konstantin Käfer | 2018-01-02 | 1 | -2/+2 |
* | [core] Split MapMode::Still into Static and Tile | Ansis Brammanis | 2017-11-17 | 1 | -3/+3 |
* | [core, node] Support axonometric rendering | Lauren Budorick | 2017-10-14 | 5 | -0/+75 |
* | [core] Add `cameraForLatLngs()` method with modified bearing | Asheem Mamoowala | 2017-10-09 | 1 | -11/+34 |
* | [core] TransformState::getIntegerZoom should be uint8_t | Bruno de Oliveira Abinader | 2017-09-15 | 2 | -2/+2 |
* | [core] Partially revert ZoomHistory.lastIntegerZoom update | Bruno de Oliveira Abinader | 2017-09-15 | 1 | -1/+1 |
* | [core] remove map update enum | Ivo van Dongen | 2017-08-31 | 2 | -59/+33 |
* | [core] move annotation tile updates to renderer | Ivo van Dongen | 2017-08-31 | 1 | -5/+1 |
* | [core] annotation manager - manage dirty state internally | Ivo van Dongen | 2017-08-31 | 1 | -1/+3 |
* | [node] Cleanup NodeMap::Render | Bruno de Oliveira Abinader | 2017-08-31 | 1 | -0/+7 |
* | [core] Inline Renderer::Impl::doRender | John Firebaugh | 2017-08-24 | 1 | -3/+3 |
* | [core] Remove unnecessary members from UpdateParameters | John Firebaugh | 2017-08-24 | 1 | -2/+0 |
* | [core] Update ZoomHistory.lastInteger{Zoom,Time} if different from floor zoom | Bruno de Oliveira Abinader | 2017-08-22 | 1 | -16/+21 |
* | Set Default MaxZoom to 22 | Asheem Mamoowala | 2017-08-21 | 1 | -1/+1 |
* | [core] Added Style::getDefaultCamera() | Bruno de Oliveira Abinader | 2017-08-11 | 1 | -5/+1 |
* | [all] Merge View into RendererBackend | John Firebaugh | 2017-07-26 | 1 | -1/+0 |
* | [core] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 2 | -116/+0 |
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 1 | -247/+102 |
* | [core] split backend from mapobserver | Ivo van Dongen | 2017-07-18 | 1 | -1/+5 |
* | [core] mutate style on annotation mutations immediately | Ivo van Dongen | 2017-07-18 | 2 | -12/+9 |
* | [core] abort early when the dimension is 0 | Konstantin Käfer | 2017-07-17 | 1 | -1/+1 |
* | [core] GCC 4.9 bracket initialization issues | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -1/+1 |
* | [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9 | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -3/+4 |
* | [core] Improved label pitch-scaling: approximate collision box shapes based o... | Chris Loer | 2017-07-11 | 2 | -0/+14 |
* | [core] Prefetch low resolution tiles | Thiago Marcos P. Santos | 2017-07-07 | 1 | -1/+14 |
* | [core] Factor timePoint initialization: take 2 | Bruno de Oliveira Abinader | 2017-07-04 | 2 | -4/+7 |
* | [core] Check if frameZoom is NaN in Transform::flyTo callback | Bruno de Oliveira Abinader | 2017-06-28 | 1 | -0/+5 |
* | [core] Clamp to scale boundaries in TransformState::setLatLngZoom | Bruno de Oliveira Abinader | 2017-06-28 | 1 | -1/+1 |
* | [core] remove tile cache size setter | Ivo van Dongen | 2017-06-27 | 1 | -11/+0 |
* | [core] fix render doesn’t flag style mutation | Ivo van Dongen | 2017-06-26 | 1 | -2/+2 |
* | [core] Move setStyleJSON/URL to Style; add Map::setStyle | John Firebaugh | 2017-06-22 | 1 | -94/+20 |
* | [all] Promote Style to public API | John Firebaugh | 2017-06-22 | 1 | -126/+31 |
* | [core] Refactor CustomLayer internals | John Firebaugh | 2017-06-22 | 1 | -7/+1 |
* | [core] Implement "smart setStyle" | John Firebaugh | 2017-06-15 | 1 | -111/+38 |
* | [core] Dynamic program compilation for data-driven properties | John Firebaugh | 2017-06-13 | 1 | -4/+4 |
* | [core] Added Backend::{assume,set}ScissorTest | Bruno de Oliveira Abinader | 2017-06-13 | 1 | -0/+10 |
* | [core] Added Backend::{assume,set}Viewport | Bruno de Oliveira Abinader | 2017-06-13 | 1 | -4/+5 |
* | fix #8300 flyTo for close points (#9199) | Ansis Brammanis | 2017-06-06 | 1 | -10/+7 |
* | [core] Don't share TransformState reference | John Firebaugh | 2017-06-05 | 1 | -2/+2 |
* | [core] Split RenderStyle from Style | John Firebaugh | 2017-06-05 | 1 | -18/+43 |
* | [core] Make TransformState LatLngBounds optional | Bruno de Oliveira Abinader | 2017-06-01 | 5 | -15/+22 |
* | Revert "[core] Factor timePoint initialization" | Bruno de Oliveira Abinader | 2017-05-30 | 1 | -3/+1 |
* | [core] Don't need unique_ptr for AnnotationManager | John Firebaugh | 2017-05-26 | 1 | -12/+10 |
* | [core] Don't use a separate SpriteAtlas for annotation images | John Firebaugh | 2017-05-26 | 1 | -4/+4 |
* | [core] Auto-growable SpriteAtlas using shelf-pack | John Firebaugh | 2017-05-26 | 1 | -1/+1 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 1 | -4/+4 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 2 | -31/+0 |
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 1 | -5/+3 |
* | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 2 | -3/+2 |