summaryrefslogtreecommitdiff
path: root/src/mbgl/text/quads.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-1/+4
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-151-1/+1
* [core] Remove unused WritingMode from getIconQuadsKonstantin Käfer2020-01-151-1/+1
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-151-1/+1
* [core] add pixelOffset and minFontScale to SymbolQuadsKonstantin Käfer2020-01-151-3/+12
* [core] Store 'sdf' flag in vertex attributeAlexander Shalamov2019-12-021-2/+5
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-021-3/+4
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-8/+8
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-3/+1
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-1/+2
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-0/+1
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-2/+5
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-1/+1
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-24/+7
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-1/+1
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-1/+1
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-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-2/+2
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-2/+2
* [core] const-correctionJohn Firebaugh2017-03-021-1/+1
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-021-13/+33
* [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/+4
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-6/+3
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-071-2/+3
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-151-1/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-9/+8
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* text-pitch-alignment (#5288)Young Hahn2016-06-101-3/+4
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-35/+39
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-6/+5
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-2/+3
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-6/+6
* port minor collision code cleanup, fix #1705Ansis Brammanis2015-08-241-3/+3
* remove old symbol collision typesAnsis Brammanis2015-04-021-4/+28
* split generating symbol quads from collision codeAnsis Brammanis2015-03-311-0/+24