summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
|/
* [core] don't tie Annotation geometries to Map maxzoomKonstantin Käfer2018-01-021-2/+2
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-3/+3
* [core, node] Support axonometric renderingLauren Budorick2017-10-141-0/+29
* [core] Add `cameraForLatLngs()` method with modified bearingAsheem Mamoowala2017-10-091-11/+34
* [core] remove map update enumIvo van Dongen2017-08-311-33/+33
* [core] move annotation tile updates to rendererIvo van Dongen2017-08-311-5/+1
* [core] annotation manager - manage dirty state internallyIvo van Dongen2017-08-311-1/+3
* [node] Cleanup NodeMap::RenderBruno de Oliveira Abinader2017-08-311-0/+7
* [core] Inline Renderer::Impl::doRenderJohn Firebaugh2017-08-241-3/+3
* [core] Remove unnecessary members from UpdateParametersJohn Firebaugh2017-08-241-2/+0
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-5/+1
* [core] renderer interfaceIvo van Dongen2017-07-181-247/+102
* [core] split backend from mapobserverIvo van Dongen2017-07-181-1/+5
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-181-11/+9
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-1/+1
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-071-1/+14
* [core] Factor timePoint initialization: take 2Bruno de Oliveira Abinader2017-07-041-1/+3
* [core] remove tile cache size setterIvo van Dongen2017-06-271-11/+0
* [core] fix render doesn’t flag style mutationIvo van Dongen2017-06-261-2/+2
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-94/+20
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-126/+31
* [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-221-7/+1
* [core] Implement "smart setStyle"John Firebaugh2017-06-151-111/+38
* [core] Dynamic program compilation for data-driven propertiesJohn Firebaugh2017-06-131-4/+4
* [core] Don't share TransformState referenceJohn Firebaugh2017-06-051-2/+2
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-051-18/+43
* [core] Make TransformState LatLngBounds optionalBruno de Oliveira Abinader2017-06-011-2/+2
* Revert "[core] Factor timePoint initialization"Bruno de Oliveira Abinader2017-05-301-3/+1
* [core] Don't need unique_ptr for AnnotationManagerJohn Firebaugh2017-05-261-12/+10
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-4/+4
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-1/+1
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-4/+4
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-30/+0
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-5/+3
* [core] Immutable ImplsJohn Firebaugh2017-05-121-2/+2
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-121-3/+4