summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* [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 save/restore capabilities to GL configBruno de Oliveira Abinader2015-10-221-0/+4
* [core] Added GLContextMode to MapDataBruno de Oliveira Abinader2015-10-222-3/+9
* [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-302-2/+3
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-0/+1
* Fix freezing on Android when rotatingLeith Bade2015-09-221-0/+1
* CameraOptionsMinh Nguyễn2015-09-072-3/+30
* 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
* Merge branch 'master' into nodeJohn Firebaugh2015-08-311-0/+4
|\
| * add map.setPitch(pitch) and map.getPitch()Ansis Brammanis2015-08-241-0/+4
* | View::swap -> View::beforeRender View::afterRenderMike Morris2015-08-251-1/+4
|/
* Added operator implementations for mbgl::Update enum classBruno de Oliveira Abinader2015-08-131-4/+15
* 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-052-1/+2
* Export default transition delay in Map public APIBruno de Oliveira Abinader2015-07-212-1/+5
* 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-083-4/+16
* Rationalize *RenderingMap notificationsJohn Firebaugh2015-06-302-3/+15
* Use array of structs rather than parallel arrays for annotationsJohn Firebaugh2015-06-291-9/+10
* Fit to coordinatesMinh Nguyễn2015-06-261-0/+1
* Remove duration argument from View::notifyMapChangeJohn Firebaugh2015-06-261-3/+1
* Move Transform from MapData to MapJohn Firebaugh2015-06-261-0/+2
* drive map rendering from main threadKonstantin Käfer2015-06-261-3/+5
* 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
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-251-77/+0
* 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
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-281-5/+1
|\