summaryrefslogtreecommitdiff
path: root/src/mbgl/text/quads.hpp
Commit message (Expand)AuthorAgeFilesLines
* [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