| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FreeCameraOptions to the Map class | Mikko Pulkki | 2020-05-02 | 1 | -0/+5 |
* | Refactor TransformState to use internal 3d camera | Mikko Pulkki | 2020-05-02 | 1 | -3/+8 |
* | [core] Fix readability-avoid-const-params-in-decls errors in header files | Thiago Marcos P. Santos | 2020-04-17 | 1 | -3/+3 |
* | Refactor tileCover to support lod tiles | Mikko Pulkki | 2020-04-06 | 1 | -0/+2 |
* | [core] Fix performance-unnecessary-value-param errors | Thiago Marcos P. Santos | 2020-03-23 | 1 | -1/+1 |
* | Add additional transformState::latLngToScreenCoordinate getter (#16311) | galinelle | 2020-03-19 | 1 | -0/+1 |
* | [core] Add min and max pitch options | Juha Alanen | 2020-02-25 | 1 | -0/+8 |
* | [core] Simplify Placement::addLayer() | Mikhail Pozdnyakov | 2020-01-22 | 1 | -1/+2 |
* | [core] Refactoring transform state (#15956) | zmiao | 2019-12-05 | 1 | -15/+137 |
* | [core] make padding optional when camera position is requested. | Łukasz Paczos | 2019-08-29 | 1 | -1/+1 |
* | [core] Fix tileCover / TileCoordinate fromScreenCoordinate(#15442) | Aleksandar Stojiljkovic | 2019-08-23 | 1 | -0/+3 |
* | [core] Fix collision with content insets | Aleksandar Stojiljkovic | 2019-07-17 | 1 | -4/+4 |
* | [core] TilePyramind uses TransformState::getScale() | Mikhail Pozdnyakov | 2019-06-10 | 1 | -0/+3 |
* | [core] Offset viewport center when edge insets are specified | Aleksandar Stojiljkovic | 2019-05-28 | 1 | -0/+6 |
* | Refactor: coordinatePointMatrix skip recomputation (#14507) | Aleksandar Stojiljkovic | 2019-05-13 | 1 | -1/+1 |
* | [core] Remove optional from Map::setLatLngBounds() | Ander Conselvan de Oliveira | 2019-03-14 | 1 | -3/+3 |
* | [core] Remove support for setting minimum and maximum pitch | Ander Conselvan de Oliveira | 2019-03-14 | 1 | -6/+0 |
* | [core] Transform{State}: s/angle/bearing/ | Bruno de Oliveira Abinader | 2019-03-04 | 1 | -2/+2 |
* | [core] Introduce mbgl::RendererState | Bruno de Oliveira Abinader | 2018-10-19 | 1 | -0/+1 |
* | [core] Add TransformState::getCameraOptions() | Bruno de Oliveira Abinader | 2018-10-19 | 1 | -0/+3 |
* | [core] fix circle querying for scale and alignment | Chris Loer | 2018-04-26 | 1 | -0/+1 |
* | [core] align raster imagery rendering to pixel rid to avoid blurriness | Konstantin Käfer | 2018-01-24 | 1 | -1/+1 |
* | [core, node] Support axonometric rendering | Lauren Budorick | 2017-10-14 | 1 | -0/+3 |
* | [core] TransformState::getIntegerZoom should be uint8_t | Bruno de Oliveira Abinader | 2017-09-15 | 1 | -1/+1 |
* | Set Default MaxZoom to 22 | Asheem Mamoowala | 2017-08-21 | 1 | -1/+1 |
* | [core] Improved label pitch-scaling: approximate collision box shapes based o... | Chris Loer | 2017-07-11 | 1 | -0/+2 |
* | [core] Make TransformState LatLngBounds optional | Bruno de Oliveira Abinader | 2017-06-01 | 1 | -3/+4 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 1 | -1/+1 |
* | [all] Remove redundant scale-related camera methods | John Firebaugh | 2017-04-13 | 1 | -1/+0 |
* | [core] Added {set,get}{Min,Max}Pitch | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+6 |
* | [core] Added Map::{get,set}LatLngBounds | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -0/+4 |
* | [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragma | Bruno de Oliveira Abinader | 2017-04-11 | 1 | -2/+4 |
* | [core] Updated Size::isEmpty and TransformState::valid checks | Bruno de Oliveira Abinader | 2017-04-10 | 1 | -0/+4 |
* | [core, ios] replace `altitude` with `fov` | Ansis Brammanis | 2016-12-21 | 1 | -2/+7 |
* | Revert "[core] Don't use GL_LINEAR if panning w/o rotation nor pitch" | Bruno de Oliveira Abinader | 2016-11-01 | 1 | -0/+1 |
* | [core] Don't use GL_LINEAR if panning w/o rotation nor pitch | Bruno de Oliveira Abinader | 2016-10-31 | 1 | -1/+0 |
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 1 | -3/+3 |
* | [core] Move TransformState::{un,}project() to Projection | Bruno de Oliveira Abinader | 2016-10-19 | 1 | -4/+1 |
* | [core] Move TransformState::worldSize() to Projection | Bruno de Oliveira Abinader | 2016-10-19 | 1 | -4/+3 |
* | [core] code style cleanups | Konstantin Käfer | 2016-07-01 | 1 | -1/+1 |
* | [core] Separate pattern size from draw-time variables | Bruno de Oliveira Abinader | 2016-06-15 | 1 | -2/+3 |
* | [core] use #pragma once instead of ifdef include guards | Konstantin Käfer | 2016-05-25 | 1 | -4/+1 |
* | [core] Rewrite TileCoordinate in terms of geometry.hpp point | John Firebaugh | 2016-05-17 | 1 | -4/+3 |
* | [core] Added Viewport mode | Bruno de Oliveira Abinader | 2016-05-11 | 1 | -2/+6 |
* | [core] move Painter and dependents to new *TileID classes | Konstantin Käfer | 2016-05-10 | 1 | -2/+2 |
* | [core] Use geometry.hpp's point | John Firebaugh | 2016-05-05 | 1 | -1/+0 |
* | [core] Coordinate wrapping fixes | Bruno de Oliveira Abinader | 2016-03-10 | 1 | -2/+2 |
* | [core] Use TransformState::worldSize() whenever possible | Bruno de Oliveira Abinader | 2016-03-03 | 1 | -2/+2 |
* | [core] Added DEGREES_MAX as constant value | Bruno de Oliveira Abinader | 2016-03-01 | 1 | -1/+1 |
* | [core] Moved TileCoordinate to tile cover scope | Bruno de Oliveira Abinader | 2016-03-01 | 1 | -9/+2 |