summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* fix shaped icon box sizesAnsis Brammanis2015-05-282-7/+11
* make collision debug boxes toggleableAnsis Brammanis2015-05-281-2/+6
* place symbols with correct angle on initial loadAnsis Brammanis2015-05-201-2/+2
* Merge branch 'master' into new-labellingAnsis Brammanis2015-05-195-71/+129
|\
| * Emit the signal on the MapThreadThiago Marcos P. Santos2015-05-182-4/+18
| * don't implicitly cast to bool since this will make comparisons failsKonstantin Käfer2015-05-122-2/+2
| * fix division by zero conditionsDane Springmeyer2015-05-082-8/+21
| * Cancel all pending requests before leavingThiago Marcos P. Santos2015-05-052-3/+17
| * Do not process buckets depending on Glyphs that were not loadedThiago Marcos P. Santos2015-05-052-71/+72
| * Make GlyphStore observableThiago Marcos P. Santos2015-05-052-1/+30
| * show failed glyph URLKonstantin Käfer2015-05-051-1/+1
| * fix compile with clang-3.6Dane Springmeyer2015-05-011-2/+3
| * fix angle of icons along linesAnsis Brammanis2015-04-091-2/+2
* | port line icon angle fixAnsis Brammanis2015-04-091-3/+5
* | fix bboxify where first box should be placed after anchorAnsis Brammanis2015-04-061-2/+2
* | Merge branch 'master' into new-labellingAnsis Brammanis2015-04-031-3/+3
|\ \ | |/
| * replace iterator variable types with autoKonstantin Käfer2015-04-014-14/+14
* | don't create infinitely many boxes for zero or negative height symbolsAnsis Brammanis2015-04-021-1/+5
* | fix android and Release buildsAnsis Brammanis2015-04-022-7/+7
* | fix quad offsets by subtracting bufferAnsis Brammanis2015-04-021-2/+5
* | remove old symbol collision typesAnsis Brammanis2015-04-024-122/+32
* | port checkMaxAngle from -jsAnsis Brammanis2015-04-013-4/+96
* | port getAnchors from -jsAnsis Brammanis2015-04-014-2/+95
* | port bboxifyLabel from -jsAnsis Brammanis2015-04-014-9/+65
* | remove old collision and rotation range codeAnsis Brammanis2015-04-014-674/+0
* | port SymbolBucket::placeFeaturesAnsis Brammanis2015-04-013-7/+9
* | port the remained of CollisionTileAnsis Brammanis2015-04-012-7/+86
* | port collision box debug renderingAnsis Brammanis2015-04-011-1/+1
* | start porting CollisionTile and CollisionFeatureAnsis Brammanis2015-04-014-0/+183
* | start porting symbol bucket changesAnsis Brammanis2015-04-012-2/+6
* | split generating symbol quads from collision codeAnsis Brammanis2015-03-316-342/+266
* | port some of the text shaping changesAnsis Brammanis2015-03-303-18/+46
|/
* Fix build failure when using clang-3.5 on LinuxThiago Marcos P. Santos2015-03-271-0/+1
* Merge pull request #946 from friedbunny/931-fullwidth-blockMike Morris2015-03-181-1/+1
|\
| * #931: fix end of acceptable glyph/unicode rangeJason Wray2015-03-041-1/+1
* | Remove unused headerJohn Firebaugh2015-03-101-1/+0
* | scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-062-9/+16
* | add more locking around GlyphStore and FontStackKonstantin Käfer2015-03-062-10/+12
|/
* rename StyleBucket* => StyleLayout*Konstantin Käfer2015-02-172-15/+16
* only ignore warning on ClangJustin R. Miller2015-02-041-1/+1
* fixes #782: ignore 64->32 conversion warnings for BoostJustin R. Miller2015-02-041-0/+1
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-19/+14
* Add functions for layout properties.Lauren Budorick2015-02-031-2/+2
* fix sprite atlas padding and icon centeringAnsis Brammanis2015-01-271-6/+4
* make most headers privateKonstantin Käfer2014-12-0411-0/+1595