summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-141-12/+12
* | refs #1859: use traditional struct declarationJustin R. Miller2015-07-091-4/+7
|/
* add ability to set custom sprites on the Map objectKonstantin Käfer2015-07-081-0/+5
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-1/+0
* Rationalize *RenderingMap notificationsJohn Firebaugh2015-06-301-0/+9
* Use array of structs rather than parallel arrays for annotationsJohn Firebaugh2015-06-291-9/+10
* Fit to coordinatesMinh Nguyễn2015-06-261-0/+1
* Move Transform from MapData to MapJohn Firebaugh2015-06-261-0/+2
* remove unused renderAsync() functionKonstantin Käfer2015-06-261-1/+0
* Fit to bounds with paddingMinh Nguyễn2015-06-251-1/+5
* Reimplemented fit to boundsMinh Nguyễn2015-06-251-0/+1
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-5/+21
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-151-3/+3
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-111-3/+3