summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] OnlineFileSource is never accessed directlyMikhail Pozdnyakov2020-02-261-1/+1
* [core] Fix mbgl::Pass constructorMikhail Pozdnyakov2020-02-261-1/+1
* [core] Move setResourceTransform() to FileSource interfaceMikhail Pozdnyakov2020-02-262-6/+5
* [core] FileSourceManager::getFileSource() returns PassRefPtrMikhail Pozdnyakov2020-02-261-1/+2
* [core] Move mbgl::Pass and mbgl::PassRefPtr to a separate headerMikhail Pozdnyakov2020-02-262-17/+26
* [core] Fix TransitionOptions serializationAlexander Shalamov2020-02-262-8/+16
* [core] Fix Color serializationAlexander Shalamov2020-02-262-3/+7
* [core] Generate layer codeAlexander Shalamov2020-02-269-0/+9
* [core] Add layer serialization methodAlexander Shalamov2020-02-263-0/+5
* [core] Return pitch bounds in degreesJuha Alanen2020-02-261-2/+2
* [core] Consolidate file source keys in the generic FileSource headerMikhail Pozdnyakov2020-02-253-20/+20
* [core] Add min and max pitch optionsJuha Alanen2020-02-251-0/+16
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-211-1/+3
* [core] Remove unnecessary includes, fix commentszmiao2020-02-211-4/+1
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-211-1/+2
* [core] Add support for "line within polygon"zmiao2020-02-211-9/+3
* [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