summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* unifiy constants in one place, and allow local overrideKonstantin Käfer2014-06-042-3/+5
* separate out token replacer as a standalone function in preparation for #300Konstantin Käfer2014-06-042-0/+55
* Revert "background grid"Konstantin Käfer2014-06-031-1/+0
* add a few testsKonstantin Käfer2014-06-031-1/+1
* fix comparison order errorKonstantin Käfer2014-06-031-6/+6
* Merge branch 'master' into expressionsKonstantin Käfer2014-06-021-0/+1
|\
| * background gridJustin R. Miller2014-06-021-0/+1
* | generalize variant comparison and add more operatorsKonstantin Käfer2014-06-022-18/+83
* | add explicit true type == "no filter"Konstantin Käfer2014-06-022-2/+3
* | move both variant options to recursive_wrapperKonstantin Käfer2014-06-021-4/+7
* | add missing filesKonstantin Käfer2014-06-022-0/+234
* | implement nested expression parsingKonstantin Käfer2014-06-023-68/+10
* | simple expression supportKonstantin Käfer2014-06-022-5/+74
|/
* fixes #279: remove forced rotation animations for nowJustin R. Miller2014-06-012-6/+1
* make some more getter functions constantJustin R. Miller2014-06-012-5/+5
* Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-06-011-2/+6
|\
| * allow setting prerender state with a function tooKonstantin Käfer2014-06-011-2/+6
* | get rid of brittle hardcoded style toggling methodJustin R. Miller2014-06-011-1/+0
|/
* Allow property functions for prerender properties, but tie them to the tile's...Konstantin Käfer2014-06-013-13/+33
* programmatic styling APIJustin R. Miller2014-05-312-6/+12
* [hardening] fix double const& declarationDane Springmeyer2014-05-301-1/+1
* fix function signatureDane Springmeyer2014-05-301-1/+1
* shaped to shaping, pass by reference instead of returning a copyMike Morris2014-05-301-1/+1
* Merge remote-tracking branch 'origin/linebreak'Ansis Brammanis2014-05-304-5/+32
|\
| * Merge branch 'master' into linebreakYoung Hahn2014-05-307-38/+15
| |\
| * | add text letterSpacingAnsis Brammanis2014-05-302-1/+3
| * | translate as a text bucket propertyAnsis Brammanis2014-05-301-0/+2
| * | add verticalAlign for textAnsis Brammanis2014-05-302-2/+11
| * | line wrappingAnsis Brammanis2014-05-301-2/+2
| * | parse maxWidth, lineHeight and alignment, pass to FontStack::getShapingMike Morris2014-05-303-3/+17
* | | fix compile errorAnsis Brammanis2014-05-301-1/+1
* | | retain the uv loop until all things deconstructedKonstantin Käfer2014-05-304-8/+28
* | | make sure we retain shared state when destructing the map objectKonstantin Käfer2014-05-306-19/+36
| |/ |/|
* | pass shaping directly instead of looking it upKonstantin Käfer2014-05-301-2/+2
* | fallback to default properties instead of not rendering when we don't have a ...Konstantin Käfer2014-05-301-0/+12
* | Merge pull request #275 from mapbox/correct-callocKonstantin Käfer2014-05-301-1/+1
|\ \
| * | fix static analyzer warning: Result of 'calloc' is converted to a pointer of ...Dane Springmeyer2014-05-291-1/+1
* | | Remove VectorTileGlyph, VectorTileFace, IndexedFaces, Faces and glyph related...Young Hahn2014-05-294-35/+0
| |/ |/|
* | remove unused member variableDane Springmeyer2014-05-291-1/+0
|/
* include <memory> / fix compile issues with g++-4.9Dane Springmeyer2014-05-292-0/+2
* Merge branch 'glyphrange' into glyphrange-yh-guessesYoung Hahn2014-05-291-0/+1
|\
| * include locale, ref #270Mike Morris2014-05-291-0/+1
* | Merge branch 'master' into glyphrange-masterYoung Hahn2014-05-292-2/+2
|\ \
| * | fix #268Dane Springmeyer2014-05-281-1/+1
| * | Merge pull request #257 from mapbox/optimize-placementVladimir Agafonkin2014-05-281-1/+1
| |\ \
| | * | ignore flipped glyphs when placing labels for perfVladimir Agafonkin2014-05-271-1/+1
* | | | Merge branch 'glyphrange-boost-locale' into glyphrange-yh-guessesYoung Hahn2014-05-293-2/+47
|\ \ \ \ | | |_|/ | |/| |
| * | | missing semicolonDane Springmeyer2014-05-281-1/+1
| * | | fix utf.hpp linux compileDane Springmeyer2014-05-281-2/+2
| * | | fallback to boost::locale on linuxDane Springmeyer2014-05-281-0/+44