summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix iterators in addRegularDash()Mikhail Pozdnyakov2020-03-021-10/+14
* [build] Make csscolorparser and parsedate vendorsThiago Marcos P. Santos2020-02-274-1064/+0
* [core] FileSourceManager::getFileSource() returns PassRefPtrMikhail Pozdnyakov2020-02-262-3/+4
* [core] Fix Color serializationAlexander Shalamov2020-02-262-10/+12
* [core] Generate layer codeAlexander Shalamov2020-02-269-461/+650
* [core] Add layer serialization methodAlexander Shalamov2020-02-262-22/+95
* Backport https://github.com/mapbox/mapbox-gl-js/pull/9333zmiao2020-02-266-449/+427
* [core] Return pitch bounds in degreesJuha Alanen2020-02-261-2/+2
* [core] Add min and max pitch optionsJuha Alanen2020-02-255-5/+79
* [core] Dismiss actors from sprite loaderMikhail Pozdnyakov2020-02-244-87/+40
* [core] Add bounding box overlapping check before line within polygon testzmiao2020-02-213-40/+141
* [test-runner] Add new metricszmiao2020-02-211-1/+1
* [core] Remove unnecessary includes, fix commentszmiao2020-02-212-3/+1
* [core] Update unti tests. Remove unnecessary debugging codezmiao2020-02-213-170/+104
* [core] Move geometry within algorithm to utilzmiao2020-02-213-147/+168
* [core] Add support for "line within polygon"zmiao2020-02-211-4/+197
* [core] Fix sprite sheet merging in Style::Impl::onSpriteLoadedAlexander Shalamov2020-02-173-7/+30
* [core] Implement 'in' expression. (#16162)Kevin Li2020-02-152-0/+132
* [core] Store SegmentVectors in ephemeral render objectsKonstantin Käfer2020-02-1422-287/+250
* Port line-dasharray fix from gl-jsKarim Naaji2020-02-142-59/+126
* [core] Set priorData from cache only if resource is useableAlexander Shalamov2020-02-141-2/+4
* Revert "[core] Fix excessive onSpriteLoaded() notifications"Alexander Shalamov2020-02-141-4/+4
* [core] Fix excessive onSpriteLoaded() notificationsMikhail Pozdnyakov2020-02-121-4/+4
* [core] Support [within expression] with layout propertyzmiao2020-02-128-43/+108
* reserve vecotr capacity, fix for points within polygonzmiao2020-02-122-43/+38
* Add support for expression testzmiao2020-02-125-849/+202
* Enable within expression with Filterzmiao2020-02-126-34/+47
* Enable parse within expressionzmiao2020-02-1225-80/+1184
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-119-26/+105
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-114-12/+9
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-119-64/+94
* Bump GL-JSzmiao2020-02-116-428/+450
* [core] Clear tile pyramid for custom source only if there is a significant ch...Alexander Shalamov2020-02-114-5/+16
* [core] Make CustomGeometrySource::TileOptions immutableAlexander Shalamov2020-02-114-35/+28
* [core] Override default prefetch delta if source has it's own settingAlexander Shalamov2020-02-118-72/+83
* [core] Add runtime API for setting tile prefetch delta for SourceAlexander Shalamov2020-02-1110-2/+55
* [build] Remove unused filesThiago Marcos P. Santos2020-02-071-815/+0
* [core] Add hooks for setting experimental thread priorities for mbgl threadsAlexander Shalamov2020-02-063-2/+31
* [core] Add global settings objectAlexander Shalamov2020-02-061-0/+58
* [tile mode] Improvements in symbol placement on tile bordersMikhail Pozdnyakov2020-02-033-35/+82
* [build] Adding a build flag to build without GL if needed (#16120)Thomas Moenicke2020-02-039-43/+41
* [core] Add getSharedExpression to property expressionAlexander Shalamov2020-02-031-0/+4
* [core] Use std::list instead of std::map for factory instanceAlexander Shalamov2020-02-031-9/+21
* [tile mode] Fix variable symbols placementMikhail Pozdnyakov2020-01-271-9/+4
* GeoJSONSource is re-using the existing schedulerMikhail Pozdnyakov2020-01-242-13/+29
* [core] Use weak scheduler inside mailboxAlexander Shalamov2020-01-231-14/+16
* [core] Move resource loader to dedicated thread with schedulerAlexander Shalamov2020-01-231-1/+0
* [core] remove std::vector copy step in SymbolLayout::anchorIsTooClose (#16131)galinelle2020-01-221-1/+1
* [core] Do not index and place the off-screen symbols for overscaled tilesMikhail Pozdnyakov2020-01-228-19/+58
* [core] Simplify Placement::addLayer()Mikhail Pozdnyakov2020-01-224-9/+10