summaryrefslogtreecommitdiff
path: root/include/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
...
* [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
|\
| * DefaultFileSource has responsibility for handling mapbox:// URLsJohn Firebaugh2015-05-261-4/+0
| * Add callback for error notifications on renderStill()Thiago Marcos P. Santos2015-05-221-1/+1
* | make collision debug boxes toggleableAnsis Brammanis2015-05-281-0/+3
|/
* Remove unusedJohn Firebaugh2015-05-131-1/+0
* Ignore deactivate when no valid EGL display. Fixes #1435Leith Bade2015-05-092-3/+2
* add Map::isFullyLoaded()Konstantin Käfer2015-05-051-0/+1
* Ensure no GL commands are executed after pauseJohn Firebaugh2015-05-041-1/+1
* Move Environment to MapContextJohn Firebaugh2015-04-281-5/+1
* Remove unused includesJohn Firebaugh2015-04-281-3/+0
* Move still image callback to MapContextJohn Firebaugh2015-04-281-0/+2