summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* when removing an image use the correct list ptr for presence verificationŁukasz Paczos2020-04-101-1/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-2/+2
* [core] Fix sprite sheet merging in Style::Impl::onSpriteLoadedAlexander Shalamov2020-02-171-1/+15
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-111-3/+3
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-111-11/+33
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-031-1/+1
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-7/+20
* [core] Introduce style::CollectionWithPersistentOrderMikhail Pozdnyakov2019-11-191-0/+1
* [core] Check layer compatibility with sourceMikhail Pozdnyakov2019-09-181-14/+24
* Always call onSourceLoaded observers (#15548)Konstantin Käfer2019-09-031-3/+2
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-101-4/+3
* [core] Failed sprite requests do not block tiles renderingMikhail Pozdnyakov2019-05-091-0/+3
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-021-0/+1
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-1/+1
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-251-20/+5
* [core] Read style's transition from parserBruno de Oliveira Abinader2018-10-031-2/+1
* [core] continue loading style even if we mutate itKonstantin Käfer2018-02-231-5/+0
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+1
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-231-0/+1
* [core] Add layer before notifying observerJohn Firebaugh2017-10-251-1/+2
* [core] remove map update enumIvo van Dongen2017-08-311-7/+7
* [core] Set Style::Impl::loaded only when finishing parsing styleBruno de Oliveira Abinader2017-08-301-1/+2
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-18/+7
* [node] Reset Style::Impl::lastError when loading a new styleJohn Firebaugh2017-07-241-0/+2
* [core] Correctly track sprite loaded state through smart setStyleJohn Firebaugh2017-07-201-0/+1
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-15/+65
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-0/+321