summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-033-1/+1
* [core] Add getSharedExpression to property expressionAlexander Shalamov2020-02-031-0/+5
* [core] Add pause and resume to database filesource implementationAlexander Shalamov2020-01-271-0/+2
* GeoJSONSource is re-using the existing schedulerMikhail Pozdnyakov2020-01-241-1/+4
* [core] Use weak scheduler inside mailboxAlexander Shalamov2020-01-231-1/+3
* [core] Pass std::shared_ptr<UpdateParameters> to the render orchestratorMikhail Pozdnyakov2020-01-221-1/+1
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-1/+1
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-152-4/+48
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-139-226/+261
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-091-0/+1
* [core] Make it possible to reopen the database read-only for testingThiago Marcos P. Santos2020-01-081-0/+1
* [test runner] Show all tiles independently in Tile modeMikhail Pozdnyakov2019-12-181-0/+15
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-172-0/+10
* [core] Add style::Layer(Impl) constructorMikhail Pozdnyakov2019-12-132-0/+2
* [core] Remove Map::cycleDebugOptionsBruno de Oliveira Abinader2019-12-041-1/+0
* [core] Merge style::Layer::set{Layout,Paint}PropertyMikhail Pozdnyakov2019-12-0312-25/+12
* [core] Add image sections to format expressionAlexander Shalamov2019-12-022-19/+24
* [core] Introduce Pass<> class and use it for SchedulerMikhail Pozdnyakov2019-12-021-2/+19
* [core] Add OfflineDatabase.Pack unit testMikhail Pozdnyakov2019-12-021-3/+3
* [core] Introduce OfflineDatabase::runPackDatabaseAutomatically() APIMikhail Pozdnyakov2019-12-021-9/+21
* [core] Retain thread pool in GeoJSONSourceMikhail Pozdnyakov2019-11-291-1/+2
* [core] Calculate GeoJSON tile geometries in a background threadMikhail Pozdnyakov2019-11-291-5/+7
* [core][android][darwin] Fix GeoJSONOptions handlingMikhail Pozdnyakov2019-11-291-2/+5
* [core] Introduce Scheduler::GetSequenced() APIMikhail Pozdnyakov2019-11-281-0/+13
* [core] Add new method to DefaultFileSourceJuha Alanen2019-11-211-0/+1
* [core] Fix MapSnapshotter build failure on WindowsAnder Conselvan de Oliveira2019-11-131-7/+2
* [core] Extend DefaultFileSource APIMikhail Pozdnyakov2019-11-121-3/+17
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-1117-55/+188
* [core] Use expected.hpp from mapbox-baseMikhail Pozdnyakov2019-11-082-22/+16
* [core] Add batch conversion of latLngs to/from screenCoords (#15891)zmiao2019-11-071-0/+2
* [core] Add Scheduler::scheduleAndReplyValue() APIMikhail Pozdnyakov2019-11-051-0/+27
* [android] Convert GeoJSON features to tiles in backgroundMikhail Pozdnyakov2019-10-311-0/+1
* [core] Introduce and apply GeoJSONData::create() APIMikhail Pozdnyakov2019-10-311-0/+16
* [render-test] Add resource usage tracking to gfx contextMikko Pulkki2019-10-301-0/+22
* [core,android,darwin,qt] Add fields related to feature-stateJuha Alanen2019-10-281-1/+15
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-221-0/+24
* [core] Introduce Scheduler::bindOnce() and use it in ImageManagerMikhail Pozdnyakov2019-10-101-0/+10
* [core] Introduce Scheduler::makeWeakPtr()Mikhail Pozdnyakov2019-10-092-0/+6
* [core] Decouple Scheduler interface from actor modelMikhail Pozdnyakov2019-10-043-12/+8
* [core] Enable move semantics for StylePropertyMikhail Pozdnyakov2019-09-271-3/+9
* [core] Return enum layer property values as stringAnder Conselvan de Oliveira2019-09-271-1/+1
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-273-0/+11
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-274-21/+39
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2612-12/+12
* [core] Separate header for StylePropertyMikhail Pozdnyakov2019-09-262-9/+21
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2613-25/+25
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-2613-8/+67
* [core] type aliases and conversion traits for mapbox::base::ValueMikhail Pozdnyakov2019-09-262-6/+58
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-262-3/+15
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-262-4/+26