summaryrefslogtreecommitdiff
path: root/src/mbgl/map/transform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add FreeCameraOptions to the Map classMikko Pulkki2020-05-021-0/+9
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-3/+4
* [core] Add min and max pitch optionsJuha Alanen2020-02-251-2/+22
* [core] Refactoring transform state (#15956)zmiao2019-12-051-126/+148
* [core] Fix MapSnapshotter build failure on WindowsAnder Conselvan de Oliveira2019-11-131-3/+3
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-1/+1
* [core, ios] Call transitionFinishFn for jumpTo. (#15473)Julian Rex2019-09-051-0/+9
* [core] make padding optional when camera position is requested.Łukasz Paczos2019-08-291-1/+1
* Changelog entries and a nit for #15281Aleksandar Stojiljkovic2019-08-081-1/+1
* [core] Reuse flyTo constant screen velocity calculation for easeTo implementa...Aleksandar Stojiljkovic2019-08-081-15/+19
* [core] easeTo: linear interpolation over zoom instead of scaleAleksandar Stojiljkovic2019-08-081-6/+5
* [core] Limit pitch based on edge insets. Fix max Z calculation in getProjMatrix.Aleksandar Stojiljkovic2019-08-011-6/+25
* [core] decrease the minimum pixel distance required to interpolate during cam...Łukasz Paczos2019-07-091-1/+1
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-281-41/+35
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-141-5/+5
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-141-12/+2
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-081-20/+9
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-24/+24
* [core] Use unwrapped longitude for bounds checkBruno de Oliveira Abinader2019-02-261-17/+20
* [core] Ensure 'isPanning' is true when panning a full roundBruno de Oliveira Abinader2019-02-261-1/+1
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-271-90/+6
* [core] Remove error-prone setlatLng overloadBruno de Oliveira Abinader2018-11-271-9/+2
* [core] Camera center and anchor points are mutually exclusiveBruno de Oliveira Abinader2018-11-261-1/+3
* [core] Add TransformState::getCameraOptions()Bruno de Oliveira Abinader2018-10-191-7/+1
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-7/+7
* [ios,macos] Fix for infinite loop crash when setting shape to nil in MGLMapVi...Julian Rex2018-05-211-9/+48
* [core, node] Support axonometric renderingLauren Budorick2017-10-141-0/+26
* [all] Merge View into RendererBackendJohn Firebaugh2017-07-261-1/+0
* [core] abort early when the dimension is 0Konstantin Käfer2017-07-171-1/+1
* [core] Check if frameZoom is NaN in Transform::flyTo callbackBruno de Oliveira Abinader2017-06-281-0/+5
* fix #8300 flyTo for close points (#9199)Ansis Brammanis2017-06-061-10/+7
* [core] Make TransformState LatLngBounds optionalBruno de Oliveira Abinader2017-06-011-3/+4
* [core] Reduce use of RecalculateStyleJohn Firebaugh2017-05-051-11/+7
* [core] Ignore shortest path in Map::pixelForLatLngBruno de Oliveira Abinader2017-04-141-6/+1
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-2/+2
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-35/+11
* [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "...John Firebaugh2017-04-111-24/+23
* [core] Added {set,get}{Min,Max}PitchBruno de Oliveira Abinader2017-04-111-2/+12
* [core] Added Map::{get,set}LatLngBoundsBruno de Oliveira Abinader2017-04-111-0/+6
* [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragmaBruno de Oliveira Abinader2017-04-111-0/+2
* [core] Updated Size::isEmpty and TransformState::valid checksBruno de Oliveira Abinader2017-04-101-4/+6
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-1/+3
* [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-061-22/+13
* [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-151-17/+7
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-281-38/+38
* [core] - allow moveBy to use AnimationOptionsTobrun2017-02-201-2/+2
* [build] move logging to utilKonstantin Käfer2016-11-221-2/+2
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-17/+16
* [core] Move TransformState::{un,}project() to ProjectionBruno de Oliveira Abinader2016-10-191-8/+7
* [core] Move TransformState::worldSize() to ProjectionBruno de Oliveira Abinader2016-10-191-3/+3