summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Annotation refactorJohn Firebaugh2015-10-201-7/+3
* [core] Pull annotation typedefs to own header; add AnnotationIDJohn Firebaugh2015-10-201-6/+6
* [core] [android] Fix InfoWindow topOffsetPixels adjustment when switching stylesLeith Bade2015-10-161-0/+6
* [core] Protect MapData.pause with a lockLeith Bade2015-10-081-1/+2
* Correctly handle spurious wake-ups in Map::pause()Leith Bade2015-10-061-6/+5
* mason variant@1.0Mike Morris2015-09-301-0/+1
* Fix up of some naming issues, etc.Adam Hunter2015-09-291-2/+0
* Added GL logging utilityAdam Hunter2015-09-291-0/+2
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-6/+6
* Fix freezing on Android when rotatingLeith Bade2015-09-221-0/+4
* CameraOptionsMinh Nguyễn2015-09-071-12/+30
* Get rid of MapData::{get,set}NeedsRepaintBruno de Oliveira Abinader2015-09-021-4/+0
* Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-021-6/+5
* fix LatLng --> point for perspective viewsAnsis Brammanis2015-08-241-2/+2
* add map.setPitch(pitch) and map.getPitch()Ansis Brammanis2015-08-241-0/+12
* Added operator implementations for mbgl::Update enum classBruno de Oliveira Abinader2015-08-131-7/+6
* add benchmark mode that shows the real frame time rather than the vsync timeKonstantin Käfer2015-08-111-0/+4
* Map::nudgeTransitions no longer depends on client informationBruno de Oliveira Abinader2015-08-051-9/+7
* Added Update::RepaintBruno de Oliveira Abinader2015-08-051-12/+12
* Removed Transform::needsTransition()Bruno de Oliveira Abinader2015-08-051-4/+4
* don't use certain STL functionsKonstantin Käfer2015-08-041-3/+3
* Export default transition delay in Map public APIBruno de Oliveira Abinader2015-07-211-1/+10
* Revert "Revert "split renderSync and transition nudging to allow client view ...Bruno de Oliveira Abinader2015-07-201-2/+6
* Revert "split renderSync and transition nudging to allow client view syncing"Bruno de Oliveira Abinader2015-07-201-6/+2
* Merge branch 'release-v0.5.0'Minh Nguyễn2015-07-141-2/+6
|\
| * split renderSync and transition nudging to allow client view syncingJustin R. Miller2015-07-081-2/+6
* | Pass {Duration,TimePoint} by const ref if possibleBruno de Oliveira Abinader2015-07-141-12/+12
|/
* add ability to set custom sprites on the Map objectKonstantin Käfer2015-07-081-0/+11
* Make pixelRatio constant across a Map object lifetimeKonstantin Käfer2015-07-081-14/+11
* External synchronization for AnnotationManagerJohn Firebaugh2015-07-021-6/+6
* Rationalize *RenderingMap notificationsJohn Firebaugh2015-06-301-2/+20
* Eliminate MapData::get/setFullyLoadedJohn Firebaugh2015-06-301-3/+4
* Use array of structs rather than parallel arrays for annotationsJohn Firebaugh2015-06-291-14/+10
* Fit to coordinatesMinh Nguyễn2015-06-261-16/+26
* currentState() ⇢ getState()John Firebaugh2015-06-261-9/+9
* Move Transform from MapData to MapJohn Firebaugh2015-06-261-30/+40
* Move getMin/MaxZoom to TransformStateJohn Firebaugh2015-06-261-6/+6
* drive map rendering from main threadKonstantin Käfer2015-06-261-1/+1
* remove unused renderAsync() functionKonstantin Käfer2015-06-261-4/+0
* Maintain rotation when fitting to boundsMinh Nguyễn2015-06-251-13/+21
* Fit to bounds with paddingMinh Nguyễn2015-06-251-9/+19
* Reimplemented fit to boundsMinh Nguyễn2015-06-251-0/+21
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-1/+1
* Remove MapData dependency from AnnotationManagerJohn Firebaugh2015-06-241-4/+4
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-4/+20
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-151-4/+4
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-111-4/+4
* Cleanup the MapContext before the util::Thread destructorThiago Marcos P. Santos2015-06-041-0/+1
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-281-14/+2
|\
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-3/+2