summaryrefslogtreecommitdiff
path: root/src/mbgl/text/quads.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-51/+173
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-151-2/+2
* [core] Remove unused WritingMode from getIconQuadsKonstantin Käfer2020-01-151-2/+2
* [core] Change ImagePosition from storing non-padded rect to padded rect to mi...Konstantin Käfer2020-01-151-18/+4
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-151-12/+12
* [core] add pixelOffset and minFontScale to SymbolQuadsKonstantin Käfer2020-01-151-3/+31
* [core] Store 'sdf' flag in vertex attributeAlexander Shalamov2019-12-021-7/+10
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-021-84/+98
* [core] fix icon-text-fitKonstantin Käfer2019-10-141-6/+22
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-41/+7
* [core] Render half-width glyphs in upright orientationAlexander Shalamov2019-08-131-1/+5
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-11/+23
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-5/+1
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-1/+1
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-8/+12
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-231-1/+1
* [core] Correct x-offset introduced by vertical glyph rotationChris Loer2017-08-181-7/+16
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-264/+43
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-4/+4
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-1/+1
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-2/+2
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-5/+17
* [core] Remove unnecessary optionals in PositionedIconJohn Firebaugh2017-05-231-1/+1
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-1/+1
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-1/+1
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-141-9/+3
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-141-4/+4
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-1/+2
* [core] Pass fully-evaluated layout properties to SymbolInstance and quad methodsJohn Firebaugh2017-03-311-2/+2
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-2/+2
* Small edit to improve code resiliency (#8540)Anand Thakker2017-03-281-2/+3
* Verbose commenting on getSegmentGlyphs (#8361)Chris Loer2017-03-221-58/+180
* [core] const-correctionJohn Firebaugh2017-03-021-1/+1
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-021-17/+21
* [core] There's only ever one icon quadJohn Firebaugh2017-02-281-4/+2
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-101-6/+15
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-1/+1
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-15/+15
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-071-4/+4
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-151-6/+38
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-3/+3
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* Don't apply textRotate twice. (#5321)Young Hahn2016-06-111-2/+2
* text-pitch-alignment (#5288)Young Hahn2016-06-101-9/+7
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-1/+3
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+1
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-32/+32
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-3/+3
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-5/+6
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-011-2/+3