summaryrefslogtreecommitdiff
path: root/src/mbgl/layout
Commit message (Expand)AuthorAgeFilesLines
* Backport https://github.com/mapbox/mapbox-gl-js/pull/9333zmiao2020-02-261-9/+1
* [core] Support [within expression] with layout propertyzmiao2020-02-123-36/+52
* Enable within expression with Filterzmiao2020-02-122-4/+7
* Enable parse within expressionzmiao2020-02-125-26/+80
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-113-10/+44
* Bump GL-JSzmiao2020-02-111-2/+10
* [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-221-0/+2
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-153-3/+7
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-153-4/+6
* [core] Remove unused WritingMode from getIconQuadsKonstantin Käfer2020-01-151-3/+2
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-154-18/+46
* [core] add pixelOffset and minFontScale to SymbolQuadsKonstantin Käfer2020-01-151-3/+3
* [core] Upgrade shaders and add new vertices to SymbolLayoutKonstantin Käfer2020-01-151-8/+39
* [core] Handle zero text sizeMikhail Pozdnyakov2019-12-191-1/+1
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-171-8/+51
* [core] Add unit test for calculateTileDistancesAlexander Shalamov2019-12-092-4/+5
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-091-11/+26
* [core] Shape images in labels at bucket zoom levelAlexander Shalamov2019-12-021-0/+2
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-022-4/+16
* [core] Store 'sdf' flag in vertex attributeAlexander Shalamov2019-12-023-13/+16
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-025-27/+40
* [core] Calculate line width and line breaks for imagesAlexander Shalamov2019-12-021-1/+1
* [core] Pass images and evaluated layout text size to shapingAlexander Shalamov2019-12-022-6/+24
* [core] Add evaluated images to styled text sectionsAlexander Shalamov2019-12-021-12/+19
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-115-36/+44
* [core] fix icon-text-fitKonstantin Käfer2019-10-141-9/+10
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-4/+2
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-2/+4
* [core] Add feature state support to bucket classesJuha Alanen2019-09-182-3/+3
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-131-14/+1
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-034-29/+94
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-301-18/+26
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-264-37/+74
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-204-25/+78
* [core] Fix use after std::move detected by clang-tidyThiago Marcos P. Santos2019-08-191-1/+1
* [core] Render half-width glyphs in upright orientationAlexander Shalamov2019-08-131-1/+2
* [core] Rotate text collision box based on text-rotation valueAlexander Shalamov2019-08-132-5/+7
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-136-16/+74
* [core] Avoid copying feature propertiesMikhail Pozdnyakov2019-07-251-1/+1
* [core] GeometryCollection must not be implicitly copiedMikhail Pozdnyakov2019-07-242-2/+2
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
* [core] Release quad data after vertex buffers are createdAlexander Shalamov2019-07-234-87/+172
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-221-10/+10
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-222-75/+77
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-281-1/+1
* [core] SymbolBucket updates complete at placement stageMikhail Pozdnyakov2019-05-242-8/+6
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-174-20/+20
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-173-43/+46
* [core] Set sortKey for symbol segments during layout phaseAlexander Shalamov2019-04-173-11/+30