summaryrefslogtreecommitdiff
path: root/src/mbgl/text/quads.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] match icon rendering with -jsAnsis Brammanis2016-01-131-3/+5
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-2/+2
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-6/+6
* [core] Look the other way when placing icon at start of lineMinh Nguyễn2015-10-071-1/+7
* port minor collision code cleanup, fix #1705Ansis Brammanis2015-08-241-21/+21
* re-add sprite atlas pollution fixAnsis Brammanis2015-06-021-1/+2
* fix shaped icon box sizesAnsis Brammanis2015-05-281-4/+9
* Merge branch 'master' into new-labellingAnsis Brammanis2015-05-191-1/+1
* port line icon angle fixAnsis Brammanis2015-04-091-3/+5
* fix android and Release buildsAnsis Brammanis2015-04-021-1/+1
* fix quad offsets by subtracting bufferAnsis Brammanis2015-04-021-2/+5
* remove old symbol collision typesAnsis Brammanis2015-04-021-4/+4
* split generating symbol quads from collision codeAnsis Brammanis2015-03-311-0/+194