summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add FreeCameraOptions to the Map classMikko Pulkki2020-05-021-0/+10
* [core] Fix modernize-return-braced-init-list errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-13/+24
* [core] FileSourceManager::getFileSource() returns PassRefPtrMikhail Pozdnyakov2020-02-261-1/+3
* [core] Return pitch bounds in degreesJuha Alanen2020-02-261-2/+2
* [core] Add min and max pitch optionsJuha Alanen2020-02-251-1/+19
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-13/+15
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-091-0/+21
* Include padding when testing camera scale in cameraForLatLngBoundsAleksandar Stojiljkovic2019-12-171-1/+4
* correct insets camera management - see https://github.com/mapbox/mapbox-gl-na...Romain Quidet2019-12-171-16/+3
* [core] Remove Map::cycleDebugOptionsBruno de Oliveira Abinader2019-12-041-24/+0
* [core] Add batch conversion of latLngs to/from screenCoords (#15891)zmiao2019-11-071-0/+18
* [core] make padding optional when camera position is requested.Łukasz Paczos2019-08-291-1/+1
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-3/+1
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-4/+5
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-16/+4
* [core] Add interface to change the orientation through MapOptionsSudarsana Babu Nagineni2019-03-281-5/+2
* [core] Add getter for Map optionsSudarsana Babu Nagineni2019-03-281-6/+8
* [core] harden fetching camera for bounds when padding is excessiveŁukasz Paczos2019-03-251-2/+7
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-3/+6
* [core] Cleanup Map::Impl ctorBruno de Oliveira Abinader2019-03-201-17/+5
* [core] Group Map LatLngBounds, min and max zoom methodsAnder Conselvan de Oliveira2019-03-141-22/+27
* [core] Remove optional from Map::setLatLngBounds()Ander Conselvan de Oliveira2019-03-141-3/+3
* [core] Remove support for setting minimum and maximum pitchAnder Conselvan de Oliveira2019-03-141-22/+0
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-8/+5
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-081-22/+4
* [core] Organize Map::{move,pitch,scale,rotate}ByBruno de Oliveira Abinader2019-03-041-17/+9
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-19/+1
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-3/+3
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-20/+0
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-041-18/+4
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-34/+5
* [core] Added Map::pitchBy()Bruno de Oliveira Abinader2019-03-041-0/+6
* [core] Added Map::scaleBy()Bruno de Oliveira Abinader2019-03-041-0/+5
* [core] Move Map::Impl to its own def/impl filesBruno de Oliveira Abinader2019-02-271-213/+5
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-1/+1
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+2
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+1
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-13/+30
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-271-64/+26
* [core] Remove error-prone setlatLng overloadBruno de Oliveira Abinader2018-11-271-7/+1
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-2/+2
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-5/+12
* [android] add support for gnustlKonstantin Käfer2018-09-111-1/+1
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-021-13/+24
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-1/+1
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-1/+0
|\
| * [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-1/+0
* | [core] prevent render thread from waking up unneeded on still renderingIvo van Dongen2018-03-141-0/+5
|/