summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Remove unusedJohn Firebaugh2016-02-021-3/+0
* [core] add setMaxZoom, setMinZoomAnsis Brammanis2016-01-281-0/+2
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-261-0/+1
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-2/+2
* [core, osx] Added optional padding to convenience methodsMinh Nguyễn2016-01-181-2/+6
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-181-8/+2
* [core] Cleaned up TransformMinh Nguyễn2016-01-141-2/+2
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-141-2/+3
* [ios, android] Add methods to remove a custom layerJohn Firebaugh2015-12-171-0/+1
* [core] allow changing the orientationKonstantin Käfer2015-12-151-0/+4
* [core] Reduce custom layer API to lowest common denominatorJohn Firebaugh2015-12-111-4/+7
* Implementation of flyTo.Adam Hunter2015-12-091-0/+1
* [core] Custom layersJohn Firebaugh2015-12-091-0/+5
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-2/+2
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-011-5/+4
* [core] Move MapData storage to MapContextJohn Firebaugh2015-12-011-1/+1
* [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-271-3/+0
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-271-3/+4
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-2/+2
* [core] Added ConstrainMode::{HeightOnly,WidthAndHeight}Bruno de Oliveira Abinader2015-11-181-1/+2
* [core] PrecisionPoint is now a vec2<double>Bruno de Oliveira Abinader2015-11-121-1/+1
* [core] Added MetersBoundsBruno de Oliveira Abinader2015-11-111-2/+2
* [core] Use PrecisionPoint in zoom and angle functionsBruno de Oliveira Abinader2015-11-111-7/+8
* [core] Use pass-by-ref in CameraOptionsBruno de Oliveira Abinader2015-11-111-4/+4
* [core] Use PrecisionPoint in coordinate functionsBruno de Oliveira Abinader2015-11-111-7/+7
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-1/+1
* [core] Expose default fade duration to Map APIBruno de Oliveira Abinader2015-11-101-2/+5
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+1
* improve gestures in perspective viewAnsis Brammanis2015-10-261-0/+1
* [core] Added GLContextMode to MapDataBruno de Oliveira Abinader2015-10-221-1/+2
* [core] Added more transform state gettersBruno de Oliveira Abinader2015-10-211-0/+4
* [core] Annotation refactorJohn Firebaugh2015-10-201-4/+2
* [core] Pull annotation typedefs to own header; add AnnotationIDJohn Firebaugh2015-10-201-13/+4
* Correctly handle spurious wake-ups in Map::pause()Leith Bade2015-10-061-1/+0
* mason variant@1.0Mike Morris2015-09-301-1/+1
* Fix freezing on Android when rotatingLeith Bade2015-09-221-0/+1
* CameraOptionsMinh Nguyễn2015-09-071-3/+8
* Get rid of MapData::{get,set}NeedsRepaintBruno de Oliveira Abinader2015-09-021-1/+0
* Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-021-3/+0
* add map.setPitch(pitch) and map.getPitch()Ansis Brammanis2015-08-241-0/+4
* add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-0/+1
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-051-4/+4
* Added Update::RepaintBruno de Oliveira Abinader2015-08-051-1/+1
* Export default transition delay in Map public APIBruno de Oliveira Abinader2015-07-211-0/+4
* Revert "Revert "split renderSync and transition nudging to allow client view ...Bruno de Oliveira Abinader2015-07-201-1/+4
* Revert "split renderSync and transition nudging to allow client view syncing"Bruno de Oliveira Abinader2015-07-201-4/+1
* Merge branch 'release-v0.5.0'Minh Nguyễn2015-07-141-1/+4
|\
| * refs #1859: use traditional struct declarationJustin R. Miller2015-07-091-4/+7
| * split renderSync and transition nudging to allow client view syncingJustin R. Miller2015-07-081-1/+4