summaryrefslogtreecommitdiff
path: root/src/mbgl/map/transform.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core, ios, osx] Only constrain after adding to a windowMinh Nguyễn2016-02-101-0/+4
* [core] add setMaxZoom, setMinZoomAnsis Brammanis2016-01-281-0/+3
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-261-0/+8
* [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-181-0/+4
* [core, osx] Added optional padding to convenience methodsMinh Nguyễn2016-01-181-5/+23
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-181-1/+2
* [core] Consolidated easeTo and flyToMinh Nguyễn2016-01-141-5/+5
* [core] Moved camera methods next to each otherMinh Nguyễn2016-01-141-2/+8
* [core] Consolidated zoom and angle anchor logicMinh Nguyễn2016-01-141-0/+2
* [core] Standardize transform originMinh Nguyễn2016-01-141-5/+31
* [core] Cleaned up TransformMinh Nguyễn2016-01-141-10/+5
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-141-4/+3
* [core] Refined and commented flyToMinh Nguyễn2015-12-191-0/+2
* [core] allow changing the orientationKonstantin Käfer2015-12-151-0/+4
* Implementation of flyTo.Adam Hunter2015-12-091-0/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Added ConstrainMode::{HeightOnly,WidthAndHeight}Bruno de Oliveira Abinader2015-11-181-3/+4
* [core] Avoid extra copy of TransformState in Painter::renderBruno de Oliveira Abinader2015-11-181-1/+1
* [core] Use PrecisionPoint in zoom and angle functionsBruno de Oliveira Abinader2015-11-111-5/+5
* [core] Use pass-by-ref in CameraOptionsBruno de Oliveira Abinader2015-11-111-4/+3
* [core] Use PrecisionPoint in coordinate functionsBruno de Oliveira Abinader2015-11-111-4/+4
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-2/+2
* improve gestures in perspective viewAnsis Brammanis2015-10-261-0/+1
* [core] Added more transform state gettersBruno de Oliveira Abinader2015-10-211-0/+4
* CameraOptionsMinh Nguyễn2015-09-071-2/+9
* Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-021-0/+1
* add map.setPitch(pitch) and map.getPitch()Ansis Brammanis2015-08-241-0/+4
* Added operator implementations for mbgl::Update enum classBruno de Oliveira Abinader2015-08-131-1/+1
* Removed Transform::needsTransition()Bruno de Oliveira Abinader2015-08-051-1/+0
* Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-141-15/+15
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-3/+1
* currentState() ⇢ getState()John Firebaugh2015-06-261-1/+1
* Move Transform from MapData to MapJohn Firebaugh2015-06-261-5/+1
* Move getMin/MaxZoom to TransformStateJohn Firebaugh2015-06-261-8/+0
* Remove unusedJohn Firebaugh2015-06-241-4/+1
* Transform needs only a single TransformStateJohn Firebaugh2015-06-241-9/+2
* move Transform into MapData and make source unaware of the Map objectKonstantin Käfer2015-04-281-0/+101