summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] Use const& for the OfflineRegion objectThiago Marcos P. Santos2020-03-251-5/+5
* [core] Ability to set source-layer setProperty methodMikhail Pozdnyakov2020-03-241-1/+0
* [core] Layer::setProperty() can set min/max zoom and filterMikhail Pozdnyakov2020-03-241-0/+2
* [core] Move generic setProperty() parts to the base Layer classMikhail Pozdnyakov2020-03-2412-73/+72
* [core] Fix modernize-pass-by-value errorsThiago Marcos P. Santos2020-03-231-13/+4
* Bump mapbox-base to 1.2.0Alexander Shalamov2020-03-239-11/+11
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-2315-29/+36
* [core] Introduce Renderer::clearData() instead of keepRenderData map optionsMikhail Pozdnyakov2020-03-202-22/+1
* [core] Using TileCoordinates for geometry comparisonzmiao2020-03-191-2/+1
* [core][tile|static mode] Introduce MapOptions::keepRenderData() flagMikhail Pozdnyakov2020-03-181-0/+22
* [core] Follow-up on the platform integration callback PRThiago Marcos P. Santos2020-03-121-5/+6
* [core] Add a callback for platform RunLoop integrationThiago Marcos P. Santos2020-03-111-0/+12
* [core] Fix within expression serialization + fix within expression equal oper...zmiao2020-03-051-1/+1
* [core] Change GeoJSONOptions.clusterProperties to std::mapAlexander Shalamov2020-03-051-2/+2
* [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