summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix crash at Placement::getSymbolPlacement()Mikhail Pozdnyakov2020-03-131-1/+1
* [core] Binary size fixupMikhail Pozdnyakov2020-03-121-38/+46
* [core] Collision index uses doubled padding with the tilted viewMikhail Pozdnyakov2020-03-121-3/+11
* [core] Variable labels stick to latest anchor if the view is tiltedMikhail Pozdnyakov2020-03-122-22/+29
* [core] Do not squeeze placement period if the view is tiltedMikhail Pozdnyakov2020-03-123-14/+17
* [core] Place already visible symbols first and hidden symbols lastMikhail Pozdnyakov2020-03-122-1/+29
* [core] Not filter express `in` in `filter`.kevin2020-03-111-1/+6
* [core] Adjust mapbox-gl-native for the updated debug shader semanticsMikhail Pozdnyakov2020-03-118-23/+39
* Bump mapbox-gl-jsMikhail Pozdnyakov2020-03-1119-353/+365
* [core][tile mode] Fix assertion at `line-center` placement handlingMikhail Pozdnyakov2020-03-101-6/+8
* [core] CollisionIndex::intercectsTileEdges -> intersectsTileEdgesMikhail Pozdnyakov2020-03-063-5/+5
* [core] Tile mode placement algorithm must consider icons bounding boxesMikhail Pozdnyakov2020-03-061-36/+42
* [core] Remove unnecessary intermediate PolygonFeaturezmiao2020-03-051-41/+8
* [core] Fix within expression serialization + fix within expression equal oper...zmiao2020-03-052-17/+33
* [core] Fix within case when point is on polygon boundaryzmiao2020-03-051-0/+9
* [core] Make within expression support generic geoJSON datazmiao2020-03-051-22/+51
* [core] Use weak annotation managerAlexander Shalamov2020-03-057-26/+42
* [core] Drop BucketPlacementParametersMikhail Pozdnyakov2020-03-037-23/+15
* [core] Split LayerPlacementData and BucketPlacementDataMikhail Pozdnyakov2020-03-032-4/+6
* [core] Get rid of LayerPlacementData::firstInBucketMikhail Pozdnyakov2020-03-034-8/+6
* [core] Encapsulate placement code handling symbols sort rangesMikhail Pozdnyakov2020-03-038-53/+48
* Disable depth in heatmap offscreen rendering.Aleksandar Stojiljkovic2020-03-021-15/+13
* [core] Fix iterators in addRegularDash()Mikhail Pozdnyakov2020-02-281-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