summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | add isVisible function to PropertiesKonstantin Käfer2014-05-261-0/+6
* | | move blurring to texture objectKonstantin Käfer2014-05-262-0/+18
* | | consolidate stylesheet cascadingKonstantin Käfer2014-05-262-2/+4
* | | generalize stylesheet parse functionKonstantin Käfer2014-05-263-5/+21
* | | derive properties from a generic classKonstantin Käfer2014-05-261-67/+29
* | | first draft at blurringKonstantin Käfer2014-05-235-0/+68
* | | add keys to stylesheetKonstantin Käfer2014-05-231-0/+4
| |/ |/|
* | use boost optional to mark initialized valuesKonstantin Käfer2014-05-231-77/+72
|/
* fixes #48: constrain min zoom/vertical pan to within worldJustin R. Miller2014-05-221-0/+2
* support for style transitionsJustin R. Miller2014-05-224-16/+126
* better sprite warningsKonstantin Käfer2014-05-221-0/+1
* fix framebuffer drawing on iosKonstantin Käfer2014-05-222-0/+2
* add cleanup call for destroying framebuffersKonstantin Käfer2014-05-222-0/+12
* fix compile on iosKonstantin Käfer2014-05-221-0/+1
* make sure we're not calling functions that aren't threadsafeKonstantin Käfer2014-05-221-1/+1
* add vec2 * mat4 multiplicationKonstantin Käfer2014-05-211-0/+5
* fix alpha blending + add depth/stencil buffersKonstantin Käfer2014-05-213-17/+29
* show tile parse warningsKonstantin Käfer2014-05-211-0/+1