Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove VectorTileGlyph, VectorTileFace, IndexedFaces, Faces and glyph related... | Young Hahn | 2014-05-29 | 1 | -119/+0 |
* | Merge branch 'master' into bezier | Justin R. Miller | 2014-05-29 | 14 | -77/+341 |
|\ | |||||
| * | use std::abs | Dane Springmeyer | 2014-05-29 | 1 | -2/+2 |
| * | use std::pow | Dane Springmeyer | 2014-05-29 | 1 | -2/+2 |
| * | initialize variables | Dane Springmeyer | 2014-05-29 | 1 | -2/+4 |
| * | [build] another missing <memory> include | Dane Springmeyer | 2014-05-29 | 1 | -0/+1 |
| * | fix -Wformat-security warning with dodgy fprintf | Dane Springmeyer | 2014-05-29 | 1 | -1/+1 |
| * | Lookup shaping value by string key. Refs #272. | Young Hahn | 2014-05-29 | 1 | -1/+1 |
| * | Merge branch 'master' into glyphrange-master | Young Hahn | 2014-05-29 | 2 | -30/+31 |
| |\ | |||||
| * | | Use 256 sized rangeglyphs. Switch to mapbox API VTs. | Young Hahn | 2014-05-29 | 3 | -94/+7 |
| * | | Merge branch 'glyphrange-boost-locale' into glyphrange-yh-guesses | Young Hahn | 2014-05-29 | 2 | -6/+10 |
| |\ \ | |||||
| | * | | fix compile of glyph_store.cpp | Dane Springmeyer | 2014-05-28 | 1 | -1/+1 |
| | * | | fallback to boost::locale on linux | Dane Springmeyer | 2014-05-28 | 1 | -7/+4 |
| | * | | comment unfinished FontStack code | Dane Springmeyer | 2014-05-28 | 1 | -1/+1 |
| | * | | add include <algorithm> needed for std::replace on linux | Dane Springmeyer | 2014-05-29 | 1 | -0/+1 |
| * | | | Treat out of range glyphs as belonging to 0-127 for now. | Young Hahn | 2014-05-29 | 1 | -1/+4 |
| * | | | Don't call varint() more than once. | Young Hahn | 2014-05-29 | 1 | -3/+1 |
| * | | | Stash. | Young Hahn | 2014-05-29 | 5 | -61/+61 |
| * | | | More educated guess. | Young Hahn | 2014-05-28 | 1 | -13/+15 |
| * | | | Guesses. | Young Hahn | 2014-05-28 | 1 | -3/+21 |
| * | | | replace comes from regex | Young Hahn | 2014-05-28 | 1 | -1/+2 |
| * | | | Monkey patching to get linux compile working. | Young Hahn | 2014-05-28 | 2 | -10/+5 |
| |/ / | |||||
| * | | create a copy | Konstantin Käfer | 2014-05-28 | 1 | -1/+2 |
| * | | return font stack | Konstantin Käfer | 2014-05-28 | 2 | -7/+23 |
| * | | add second labelling pass | Konstantin Käfer | 2014-05-28 | 1 | -20/+46 |
| * | | parse glyph pbf | Konstantin Käfer | 2014-05-28 | 1 | -11/+66 |
| * | | add glyph store and load glyph pbfs | Konstantin Käfer | 2014-05-28 | 5 | -37/+249 |
| * | | switch to glyph/shaping-less endpoint | Konstantin Käfer | 2014-05-28 | 1 | -1/+1 |
| * | | add debug warnings | Konstantin Käfer | 2014-05-28 | 3 | -1/+18 |
* | | | change default cubic bezier for easings | Vladimir Agafonkin | 2014-05-29 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #257 from mapbox/optimize-placement | Vladimir Agafonkin | 2014-05-28 | 2 | -30/+31 |
|\ \ | |/ |/| | |||||
| * | simplify glyph boxes handling | Vladimir Agafonkin | 2014-05-27 | 1 | -19/+8 |
| * | ignore flipped glyphs when placing labels for perf | Vladimir Agafonkin | 2014-05-27 | 2 | -25/+37 |
* | | make PropertyTransitions optional | Konstantin Käfer | 2014-05-28 | 2 | -23/+22 |
* | | only change pass parameters if we actually need to | Konstantin Käfer | 2014-05-28 | 4 | -14/+12 |
* | | fix stylesheet parse typo | Konstantin Käfer | 2014-05-28 | 1 | -1/+1 |
* | | Merge branch 'master' of https://github.com/mapbox/llmr-native | Konstantin Käfer | 2014-05-27 | 2 | -21/+7 |
|\ \ | |/ | |||||
| * | remove some leftover code | Vladimir Agafonkin | 2014-05-27 | 2 | -21/+7 |
* | | fixed subtle clip id generation bug | Konstantin Käfer | 2014-05-27 | 1 | -1/+1 |
|/ | |||||
* | a few preliminary speed improvements | Konstantin Käfer | 2014-05-27 | 1 | -40/+109 |
* | Revert "refs #253: support blur function property values" | Konstantin Käfer | 2014-05-27 | 2 | -6/+6 |
* | refs #253: support blur function property values | Justin R. Miller | 2014-05-26 | 2 | -6/+6 |
* | use unordered map, don't make copies (auto usage!) and swap maps | Konstantin Käfer | 2014-05-26 | 6 | -17/+17 |
* | Merge branch 'master' into blur | Konstantin Käfer | 2014-05-26 | 6 | -114/+64 |
|\ | |||||
| * | Merge pull request #245 from mapbox/issue_241 | Konstantin Käfer | 2014-05-24 | 2 | -100/+0 |
| |\ | |||||
| | * | remove generated shaders from git - Closes #241 | Dane Springmeyer | 2014-05-23 | 2 | -100/+0 |
| * | | Merge pull request #244 from mapbox/issue_240 | Konstantin Käfer | 2014-05-24 | 1 | -1/+3 |
| |\ \ | |||||
| | * | | correct namespace usage | Dane Springmeyer | 2014-05-23 | 1 | -1/+3 |
| | |/ | |||||
| * | | foundations of delegate/callback API | Justin R. Miller | 2014-05-23 | 1 | -0/+7 |
| * | | Merge branch 'master' of github.com:mapbox/llmr-native | Justin R. Miller | 2014-05-23 | 4 | -223/+181 |
| |\ \ | | |/ |