summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_layout.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-7/+7
* [core] Support [within expression] with layout propertyzmiao2020-02-121-0/+1
* Enable parse within expressionzmiao2020-02-121-2/+9
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-111-0/+2
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-151-0/+6
* [core] Add unit test for calculateTileDistancesAlexander Shalamov2019-12-091-1/+2
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-021-0/+1
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-021-3/+5
* [core] Pass images and evaluated layout text size to shapingAlexander Shalamov2019-12-021-0/+2
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-3/+2
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-031-2/+12
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-261-2/+2
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-1/+1
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-0/+2
* [core] Release quad data after vertex buffers are createdAlexander Shalamov2019-07-231-1/+1
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-221-3/+1
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-2/+2
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-171-2/+1
* [core] Set sortKey for symbol segments during layout phaseAlexander Shalamov2019-04-171-1/+3
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-2/+5
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-11/+21
* [core] shader program must always match bucket in render symbol layerMikhail Pozdnyakov2019-01-111-2/+1
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-1/+1
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-311-6/+10
* [core] Only run placement for first layer per SymbolBucketChris Loer2018-05-031-1/+1
* Port global symbol query from GL JS:Chris Loer2018-04-251-5/+2
* [core] Switch from background to foreground placementChris Loer2017-11-171-11/+11
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-5/+4
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-111-1/+2
* [core] make{Glyph,Image}Atlas only once for any number of symbol layersJohn Firebaugh2017-07-061-7/+0
* [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-211-2/+4
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-5/+4
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-2/+3
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-3/+4
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-0/+1
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+1
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-4/+1
* [core] split off render layersIvo van Dongen2017-04-251-5/+4
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-141-1/+1
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-4/+13
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-11/+6
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-1/+1
* [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-211-1/+1
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-021-2/+1
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-2/+5
* [core] There's only ever one icon quadJohn Firebaugh2017-02-281-1/+1
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-101-2/+3
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-12/+9
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-101-2/+2