summaryrefslogtreecommitdiff
path: root/src/text
Commit message (Expand)AuthorAgeFilesLines
...
* fix -Wformat-security warning with dodgy fprintfDane Springmeyer2014-05-291-1/+1
* Merge branch 'master' into glyphrange-masterYoung Hahn2014-05-292-30/+31
|\
| * simplify glyph boxes handlingVladimir Agafonkin2014-05-271-19/+8
| * ignore flipped glyphs when placing labels for perfVladimir Agafonkin2014-05-272-25/+37
* | Use 256 sized rangeglyphs. Switch to mapbox API VTs.Young Hahn2014-05-292-93/+6
* | Merge branch 'glyphrange-boost-locale' into glyphrange-yh-guessesYoung Hahn2014-05-291-2/+3
|\ \
| * | fix compile of glyph_store.cppDane Springmeyer2014-05-281-1/+1
| * | add include <algorithm> needed for std::replace on linuxDane Springmeyer2014-05-291-0/+1
* | | Treat out of range glyphs as belonging to 0-127 for now.Young Hahn2014-05-291-1/+4
* | | Don't call varint() more than once.Young Hahn2014-05-291-3/+1
* | | Stash.Young Hahn2014-05-292-25/+40
* | | replace comes from regexYoung Hahn2014-05-281-1/+2
* | | Monkey patching to get linux compile working.Young Hahn2014-05-281-2/+2
|/ /
* | return font stackKonstantin Käfer2014-05-281-7/+21
* | parse glyph pbfKonstantin Käfer2014-05-281-11/+66
* | add glyph store and load glyph pbfsKonstantin Käfer2014-05-282-0/+193
|/
* remove some leftover codeVladimir Agafonkin2014-05-271-16/+4
* underscale by 1 zoom level instead of 3Vladimir Agafonkin2014-05-211-1/+1
* Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-191-1/+1
|\
| * encode icon texture coordinate in buffer so we can render all pois with 1 dra...Konstantin Käfer2014-05-191-1/+1
* | use separate trees for horizontal and curved labelsAnsis Brammanis2014-05-161-7/+20
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-143-28/+28
|\ \ | |/
| * always use std:: namespace for math functionsKonstantin Käfer2014-05-143-28/+28
* | switch back to std::pair, tuples are breaking on travisKonstantin Käfer2014-05-141-3/+1
* | add tuple includeKonstantin Käfer2014-05-141-0/+2
* | switch to r*tree and use tuples and bulk insertsKonstantin Käfer2014-05-141-6/+12
* | use std::fabs instead of fabsWill Snook2014-05-131-1/+1
* | Fix for #195, native maxAngleDeltaWill Snook2014-05-131-1/+1
|/
* cleanup + unused argumentsKonstantin Käfer2014-04-161-2/+2
* don't report warnings in boostKonstantin Käfer2014-04-161-0/+4
* add libboost back to build systemKonstantin Käfer2014-04-092-0/+3
* implement alwaysVisibleKonstantin Käfer2014-03-242-4/+5
* don't treat negative values as placement failureKonstantin Käfer2014-03-241-3/+2
* use the correct glyphsKonstantin Käfer2014-03-241-6/+13
* port remainder of the the placement algorithmKonstantin Käfer2014-03-193-25/+371
* explicit namesKonstantin Käfer2014-03-181-6/+7
* missing bracesKonstantin Käfer2014-03-171-1/+2
* force explicit typesKonstantin Käfer2014-03-171-4/+4
* format fixesKonstantin Käfer2014-03-171-12/+15
* port of collision classKonstantin Käfer2014-03-172-6/+296
* add rotation range testsKonstantin Käfer2014-03-171-2/+2
* port rotationrange.js (still missing tests)Konstantin Käfer2014-03-141-0/+259