summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-112-0/+14
* [core] Prefetch low resolution tilesThiago Marcos P. Santos2017-07-071-1/+14
* [core] Factor timePoint initialization: take 2Bruno de Oliveira Abinader2017-07-042-4/+7
* [core] Check if frameZoom is NaN in Transform::flyTo callbackBruno de Oliveira Abinader2017-06-281-0/+5
* [core] Clamp to scale boundaries in TransformState::setLatLngZoomBruno de Oliveira Abinader2017-06-281-1/+1
* [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] Added Backend::{assume,set}ScissorTestBruno de Oliveira Abinader2017-06-131-0/+10
* [core] Added Backend::{assume,set}ViewportBruno de Oliveira Abinader2017-06-131-4/+5
* fix #8300 flyTo for close points (#9199)Ansis Brammanis2017-06-061-10/+7
* [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-015-15/+22
* 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-152-31/+0
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-5/+3
* [core] Immutable ImplsJohn Firebaugh2017-05-122-3/+2
* [tidy] modernize-pass-by-valueBruno de Oliveira Abinader2017-05-121-3/+4
* [core] render lightIvo van Dongen2017-05-081-2/+2
* [core] Reduce use of RecalculateStyleJohn Firebaugh2017-05-054-48/+40
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-042-25/+13
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-9/+9
* [core] Factor timePoint initializationJohn Firebaugh2017-05-031-1/+3
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-2/+2
* [core] No need to Update::Classes after removing a layerJohn Firebaugh2017-05-031-1/+1
* [core] No need to manually set Update::Classes flag after annotation updateJohn Firebaugh2017-05-031-1/+0
* [core] Remove forced style cascadeJohn Firebaugh2017-05-031-3/+0
* Revert "[node] Temporary: exit(0) on exception in Painter::render"John Firebaugh2017-05-021-10/+4
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-3/+4
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-021-1/+10
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-273-4/+24
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-12/+12
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-2/+2
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-13/+0
* [core] Ignore shortest path in Map::pixelForLatLngBruno de Oliveira Abinader2017-04-142-8/+8
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-142-8/+8
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-135-80/+13
* [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "...John Firebaugh2017-04-113-58/+53
* [core] Added {set,get}{Min,Max}PitchBruno de Oliveira Abinader2017-04-115-2/+61
* [core] Added Map::{get,set}LatLngBoundsBruno de Oliveira Abinader2017-04-115-2/+33
* [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragmaBruno de Oliveira Abinader2017-04-115-5/+16