summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] render lightIvo van Dongen2017-05-081-2/+2
* [core] Reduce use of RecalculateStyleJohn Firebaugh2017-05-051-20/+12
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-041-23/+12
* [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-271-0/+17
* [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-141-2/+7
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-6/+6
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-131-18/+2
* [core] Revert use of optional<EdgeInsets>, because EdgeInsets has a natural "...John Firebaugh2017-04-111-25/+21
* [core] Added {set,get}{Min,Max}PitchBruno de Oliveira Abinader2017-04-111-0/+22
* [core] Added Map::{get,set}LatLngBoundsBruno de Oliveira Abinader2017-04-111-0/+9
* [core] Move {Map,Transform}::{get,set}{Min,Max}Zoom to bounds pragmaBruno de Oliveira Abinader2017-04-111-0/+3
* [core] Tighten LatLng and other geo.hpp classesJohn Firebaugh2017-04-061-2/+2
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-281-0/+4
* [core] Added Map::latLngBoundsForCameraBruno de Oliveira Abinader2017-03-241-0/+11
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-1/+2
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-5/+11
* [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-3/+3
* [core] Pass std::exception_ptr in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-2/+2
* [core] Pass std::exception_ptr in style::Observer::onStyleErrorBruno de Oliveira Abinader2017-03-171-5/+9
* [core] Replace MapChange enum with MapObserverBruno de Oliveira Abinader2017-03-151-13/+13
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-3/+3
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-10/+11
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-281-34/+34
* [core] - allow moveBy to use AnimationOptionsTobrun2017-02-201-2/+2
* [core] Nestable BackendScopeJohn Firebaugh2017-02-201-0/+1
* [core] Eliminate SpriteAtlas::updateDirtyJohn Firebaugh2017-02-141-4/+0
* [core] Expose Map::setZoom with anchor parameterJason Wray2017-02-131-1/+7
* [node] Temporary: exit(0) on exception in Painter::renderJohn Firebaugh2017-02-061-4/+10
* [core] Unify update and render into a single stepJohn Firebaugh2017-01-061-82/+88
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-201-0/+7
|\
| * [core] Swap order of Style::recalculate and Style::relayoutIvo van Dongen2016-12-131-4/+4
| * [core] use raii to guard backend deactivationIvo van Dongen2016-12-131-13/+5
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-051-0/+7