summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Simplify CrossTileSymbolIndex::addLayer()Mikhail Pozdnyakov2020-01-225-10/+20
* [core] Avoid repeated calculations in symbol placementMikhail Pozdnyakov2020-01-222-42/+47
* [core] Cache showCollisionBoxes in PlacementMikhail Pozdnyakov2020-01-223-20/+13
* [core] Pass UpdateParameters to Placement constructorMikhail Pozdnyakov2020-01-225-38/+27
* [core] Pass std::shared_ptr<UpdateParameters> to the render orchestratorMikhail Pozdnyakov2020-01-223-66/+67
* [core] Pass placement commit parameters in constructorMikhail Pozdnyakov2020-01-223-9/+14
* [core] Consider symbol bucket leader id in cross-tile symbol indexingMikhail Pozdnyakov2020-01-222-21/+38
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-1513-74/+257
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-157-16/+14
* [core] Remove unused WritingMode from getIconQuadsKonstantin Käfer2020-01-153-6/+5
* [core] Change ImagePosition from storing non-padded rect to padded rect to mi...Konstantin Käfer2020-01-155-45/+21
* [core] add stretches + content to ImagePositionKonstantin Käfer2020-01-152-8/+8
* [core] parse stretchX, stretchX, and content from sprite JSON filesKonstantin Käfer2020-01-152-35/+110
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-154-14/+83
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-157-33/+64
* [core] add pixelOffset and minFontScale to SymbolQuadsKonstantin Käfer2020-01-153-9/+46
* [core] Upgrade shaders and add new vertices to SymbolLayoutKonstantin Käfer2020-01-159-471/+521
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-1322-108/+208
* [core] Fix GeoJSONVTData ownership and life cycleMikhail Pozdnyakov2020-01-092-11/+7
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-091-0/+21
* [core] Introduce CollisionIndex::getProjectedCollisionBoundaries()Mikhail Pozdnyakov2020-01-083-21/+26
* [core] Introduce CollisionBoundaries and use it in CollisionIndexMikhail Pozdnyakov2020-01-083-100/+109
* [core] Use only the first variable anchor for the symbols intersecting tile b...Mikhail Pozdnyakov2020-01-081-7/+14
* [core] Fix CollisionIndex::featureIntersectsTileBorders() implementationMikhail Pozdnyakov2020-01-082-4/+3
* [core] Performance fix for placement in tile modeMikhail Pozdnyakov2020-01-081-2/+10
* [core] In tile mode, place labels from tile borders firstMikhail Pozdnyakov2020-01-081-53/+88
* [core] Pre-defined variable anchor at tile bordersMikhail Pozdnyakov2020-01-082-20/+49
* [core] Add CollisionIndex::featureIntersectsTileBorders()Mikhail Pozdnyakov2020-01-082-4/+33
* [core] Consolidate more logic in calculateVariableLayoutOffset()Mikhail Pozdnyakov2020-01-081-13/+25
* remove unused code (#16077)Dane Springmeyer2019-12-192-2/+0
* [core] Handle zero text sizeMikhail Pozdnyakov2019-12-191-1/+1
* Include padding when testing camera scale in cameraForLatLngBoundsAleksandar Stojiljkovic2019-12-171-1/+4
* correct insets camera management - see https://github.com/mapbox/mapbox-gl-na...Romain Quidet2019-12-171-16/+3
* [core] Fix really overscaled lines #16018Ansis Brammanis2019-12-171-6/+7
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-1714-120/+192
* [core] Add style::Layer(Impl) constructorMikhail Pozdnyakov2019-12-132-8/+6
* [core] Fix -Wshadow when using GCC 4.9Thiago Marcos P. Santos2019-12-122-7/+7
* [core] Placement::commit() handles absence of previuos placementMikhail Pozdnyakov2019-12-093-5/+14
* [core] Simplify placement code path for still and tile modesMikhail Pozdnyakov2019-12-092-11/+29
* [core] Add unit test for calculateTileDistancesAlexander Shalamov2019-12-092-4/+5