summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* port minor collision code cleanup, fix #1705Ansis Brammanis2015-08-244-35/+30
* fix symbol collision detection in perspective viewAnsis Brammanis2015-08-242-4/+4
* don't use certain STL functionsKonstantin Käfer2015-08-043-4/+4
* Replace size() with empty() whenever possibleBruno de Oliveira Abinader2015-07-293-3/+3
* Use the observer pattern for GlyphPBF loadingThiago Marcos P. Santos2015-07-174-139/+135
* Add docs to WorkQueue and GlyphStoreThiago Marcos P. Santos2015-07-172-2/+13
* Make Glyph requests from the Map ThreadThiago Marcos P. Santos2015-07-162-73/+65
* Updates to labels along linesNicki Dlugash2015-07-094-18/+37
* Add simple static method to retrieve the current loopThiago Marcos P. Santos2015-07-061-1/+1
* Fix name shadowingJohn Firebaugh2015-07-012-4/+4
* Get rid of Environment et al.Thiago Marcos P. Santos2015-06-252-6/+3
* Make the FileSource available from the ThreadContextThiago Marcos P. Santos2015-06-253-10/+7
* fix text-letter-spacing render test by using floatAnsis Brammanis2015-06-091-2/+2
* fix android compile errorsAnsis Brammanis2015-06-021-2/+3
* re-add sprite atlas pollution fixAnsis Brammanis2015-06-021-1/+2
* fix assertion. only include glyphs with metricsAnsis Brammanis2015-06-021-1/+1
* use floats when resampling lines to match -jsAnsis Brammanis2015-05-291-3/+3
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-287-337/+406
|\
| * Notify glyph parsing errorsThiago Marcos P. Santos2015-05-283-4/+15
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-7/+6
| * split up glyph_store.cpp into multiple filesKonstantin Käfer2015-05-227-298/+334
| * Notify failures when loading glyphsThiago Marcos P. Santos2015-05-222-17/+48
| * port sprite atlas pollution fixAnsis Brammanis2015-05-191-3/+5
| * only return locked FontStack objectsKonstantin Käfer2015-05-192-19/+10
| * extend the FontStack lock to returned valuesKonstantin Käfer2015-05-192-5/+6
| * don't mark the glyphs as parsed until we've actually parsed themKonstantin Käfer2015-05-191-1/+2
* | 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