summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-111-3/+1
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-111-1/+0
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-9/+9
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-121-1/+1
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-231-2/+2
* [core] Forward ImageManagerObserver::onRemoveUnusedStyleImages to MapObserver...Alexander Shalamov2019-05-211-0/+8
* [core] GeometryTile and TileLoader keep strong reference to FileSourceMikhail Pozdnyakov2019-05-141-1/+1
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-3/+1
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-0/+10
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-281-2/+1
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-281-2/+1
* [core] Add interface to change the orientation through MapOptionsSudarsana Babu Nagineni2019-03-281-0/+1
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-4/+5
* [core] Cleanup Map::Impl ctorBruno de Oliveira Abinader2019-03-201-22/+20
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-0/+1
* [core] Don't use exceptions in MapObserver::onDidFailLoadingMapAnder Conselvan de Oliveira2019-03-131-1/+21
* [core] Move Map::Impl to its own def/impl filesBruno de Oliveira Abinader2019-02-271-0/+155