summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove VectorTileGlyph, VectorTileFace, IndexedFaces, Faces and glyph related...Young Hahn2014-05-291-119/+0
* Merge branch 'master' into bezierJustin R. Miller2014-05-2914-77/+341
|\
| * use std::absDane Springmeyer2014-05-291-2/+2
| * use std::powDane Springmeyer2014-05-291-2/+2
| * initialize variablesDane Springmeyer2014-05-291-2/+4
| * [build] another missing <memory> includeDane Springmeyer2014-05-291-0/+1
| * fix -Wformat-security warning with dodgy fprintfDane Springmeyer2014-05-291-1/+1
| * Lookup shaping value by string key. Refs #272.Young Hahn2014-05-291-1/+1
| * Merge branch 'master' into glyphrange-masterYoung Hahn2014-05-292-30/+31
| |\
| * | Use 256 sized rangeglyphs. Switch to mapbox API VTs.Young Hahn2014-05-293-94/+7
| * | Merge branch 'glyphrange-boost-locale' into glyphrange-yh-guessesYoung Hahn2014-05-292-6/+10
| |\ \
| | * | fix compile of glyph_store.cppDane Springmeyer2014-05-281-1/+1
| | * | fallback to boost::locale on linuxDane Springmeyer2014-05-281-7/+4
| | * | comment unfinished FontStack codeDane 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-295-61/+61
| * | | More educated guess.Young Hahn2014-05-281-13/+15
| * | | Guesses.Young Hahn2014-05-281-3/+21
| * | | replace comes from regexYoung Hahn2014-05-281-1/+2
| * | | Monkey patching to get linux compile working.Young Hahn2014-05-282-10/+5
| |/ /
| * | create a copyKonstantin Käfer2014-05-281-1/+2
| * | return font stackKonstantin Käfer2014-05-282-7/+23
| * | add second labelling passKonstantin Käfer2014-05-281-20/+46
| * | parse glyph pbfKonstantin Käfer2014-05-281-11/+66
| * | add glyph store and load glyph pbfsKonstantin Käfer2014-05-285-37/+249
| * | switch to glyph/shaping-less endpointKonstantin Käfer2014-05-281-1/+1
| * | add debug warningsKonstantin Käfer2014-05-283-1/+18
* | | change default cubic bezier for easingsVladimir Agafonkin2014-05-291-1/+1
| |/ |/|
* | Merge pull request #257 from mapbox/optimize-placementVladimir Agafonkin2014-05-282-30/+31
|\ \ | |/ |/|
| * simplify glyph boxes handlingVladimir Agafonkin2014-05-271-19/+8
| * ignore flipped glyphs when placing labels for perfVladimir Agafonkin2014-05-272-25/+37
* | make PropertyTransitions optionalKonstantin Käfer2014-05-282-23/+22
* | only change pass parameters if we actually need toKonstantin Käfer2014-05-284-14/+12
* | fix stylesheet parse typoKonstantin Käfer2014-05-281-1/+1
* | Merge branch 'master' of https://github.com/mapbox/llmr-nativeKonstantin Käfer2014-05-272-21/+7
|\ \ | |/
| * remove some leftover codeVladimir Agafonkin2014-05-272-21/+7
* | fixed subtle clip id generation bugKonstantin Käfer2014-05-271-1/+1
|/
* a few preliminary speed improvementsKonstantin Käfer2014-05-271-40/+109
* Revert "refs #253: support blur function property values"Konstantin Käfer2014-05-272-6/+6
* refs #253: support blur function property valuesJustin R. Miller2014-05-262-6/+6
* use unordered map, don't make copies (auto usage!) and swap mapsKonstantin Käfer2014-05-266-17/+17
* Merge branch 'master' into blurKonstantin Käfer2014-05-266-114/+64
|\
| * Merge pull request #245 from mapbox/issue_241Konstantin Käfer2014-05-242-100/+0
| |\
| | * remove generated shaders from git - Closes #241Dane Springmeyer2014-05-232-100/+0
| * | Merge pull request #244 from mapbox/issue_240Konstantin Käfer2014-05-241-1/+3
| |\ \
| | * | correct namespace usageDane Springmeyer2014-05-231-1/+3
| | |/
| * | foundations of delegate/callback APIJustin R. Miller2014-05-231-0/+7
| * | Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-05-234-223/+181
| |\ \ | | |/