summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_instance.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-12/+12
* [core] Encapsulate placement code handling symbols sort rangesMikhail Pozdnyakov2020-03-031-6/+1
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-111-0/+7
* [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-151-0/+1
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-151-0/+1
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-151-4/+5
* [core] Store 'sdf' flag in vertex attributeAlexander Shalamov2019-12-021-7/+3
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-021-8/+8
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-131-14/+1
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-031-2/+2
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-261-4/+27
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-1/+6
* [core] Rotate text collision box based on text-rotation valueAlexander Shalamov2019-08-131-1/+2
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-2/+5
* [core] Release quad data after vertex buffers are createdAlexander Shalamov2019-07-231-17/+42
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* [core] Single line optimization for variable label placementMikhail Pozdnyakov2019-03-291-1/+4
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-4/+23
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-181-1/+2
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-1/+1
* [core] Fix sort order for queryRenderedFeatures when features are filtered.Chris Loer2018-07-031-4/+4
* [core] Switch from background to foreground placementChris Loer2017-11-171-4/+12
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-2/+7
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-1/+1
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-1/+1
* [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-0/+1
* [core] Pass fully-evaluated layout properties to SymbolInstance and quad methodsJohn Firebaugh2017-03-311-1/+1
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-1/+1
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-021-7/+17
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-1/+2
* [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-1/+3
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-5/+2
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-161-0/+34