summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_layout.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix -Werror={pessimizing,redundant}-move from GCC 9Bruno de Oliveira Abinader2020-04-201-1/+1
* Better structure fix.Luke Seelenbinder2020-04-171-4/+4
* Fix segfault resulting from an invalid geometry.Luke Seelenbinder2020-04-171-2/+5
* [core] Fix performance-no-automatic-move (bonus)Thiago Marcos P. Santos2020-04-171-1/+1
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-071-1/+3
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] Fix performance-type-promotion-in-math-fn errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Fix performance-unnecessary-copy-initialization errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Encapsulate placement code handling symbols sort rangesMikhail Pozdnyakov2020-03-031-2/+2
* [core] Support [within expression] with layout propertyzmiao2020-02-121-26/+31
* Enable within expression with Filterzmiao2020-02-121-1/+2
* Enable parse within expressionzmiao2020-02-121-14/+55
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-111-10/+35
* [core] remove std::vector copy step in SymbolLayout::anchorIsTooClose (#16131)galinelle2020-01-221-1/+1
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-1/+3
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-151-2/+2
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-151-6/+26
* [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] Add unit test for calculateTileDistancesAlexander Shalamov2019-12-091-3/+3
* [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-021-4/+15
* [core] Store 'sdf' flag in vertex attributeAlexander Shalamov2019-12-021-4/+9
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-021-9/+18
* [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-021-6/+22
* [core] Add evaluated images to styled text sectionsAlexander Shalamov2019-12-021-12/+19
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-12/+11
* [core] fix icon-text-fitKonstantin Käfer2019-10-141-9/+10
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-2/+4
* [core] Add feature state support to bucket classesJuha Alanen2019-09-181-2/+2
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-031-23/+78
* [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-261-26/+28
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-21/+52
* [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] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-8/+49
* [core] Release quad data after vertex buffers are createdAlexander Shalamov2019-07-231-27/+35
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-221-10/+10
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-221-72/+76
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-3/+4
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-171-8/+10
* [core] Set sortKey for symbol segments during layout phaseAlexander Shalamov2019-04-171-10/+22
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-2/+1
* [core] Single line optimization for variable label placementMikhail Pozdnyakov2019-03-291-12/+21
* [core] Introduce variable text placement for point labels - Placement partMikhail Pozdnyakov2019-03-291-1/+1
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-32/+171