summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] Add min and max pitch optionsJuha Alanen2020-02-201-0/+16
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-152-0/+34
* [core] Support [within expression] with layout propertyzmiao2020-02-121-0/+33
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-121-1/+1
* Add support for expression testzmiao2020-02-122-2/+7
* Enable within expression with Filterzmiao2020-02-122-5/+7
* Enable parse within expressionzmiao2020-02-122-5/+56
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-112-3/+3
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-111-2/+4
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-116-0/+22
* Expose READ_ONLY_MODE_KEY property for DatabaseFileSourceMikhail Pozdnyakov2020-02-071-0/+6
* [core] Add hooks for setting experimental thread priorities for mbgl threadsAlexander Shalamov2020-02-061-15/+23
* [core] Add platform::setCurrentThreadPriority(double)Alexander Shalamov2020-02-061-0/+4
* [core] Add global settings objectAlexander Shalamov2020-02-061-0/+48
* [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