summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Stash.Young Hahn2014-05-295-7/+15
|/ / /
* | | return font stackKonstantin Käfer2014-05-281-3/+10
* | | parse glyph pbfKonstantin Käfer2014-05-281-13/+17
* | | add glyph store and load glyph pbfsKonstantin Käfer2014-05-285-2/+80
* | | add debug warningsKonstantin Käfer2014-05-281-0/+5
|/ /
* | use an unordered map for bucket name => bucketKonstantin Käfer2014-05-281-2/+2
* | make PropertyTransitions optionalKonstantin Käfer2014-05-282-1/+2
|/
* remove some leftover codeVladimir Agafonkin2014-05-271-5/+1
* a few preliminary speed improvementsKonstantin Käfer2014-05-271-5/+5
* used unordered_mapsKonstantin Käfer2014-05-272-4/+18
* Revert "refs #253: support blur function property values"Konstantin Käfer2014-05-271-3/+3
* refs #253: support blur function property valuesJustin R. Miller2014-05-261-3/+3
* use unordered map, don't make copies (auto usage!) and swap mapsKonstantin Käfer2014-05-261-18/+19
* Merge branch 'master' into blurKonstantin Käfer2014-05-264-7/+19
|\
| * foundations of delegate/callback APIJustin R. Miller2014-05-231-0/+3
| * Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-05-231-77/+72
| |\
| * | disallow/undo rotation at low zooms and near world edgeJustin R. Miller2014-05-233-5/+16
| * | remove unneeded headersJustin R. Miller2014-05-231-2/+0
* | | move a view calls to generic functionsKonstantin Käfer2014-05-261-0/+3