summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't require a style for composited layersKonstantin Käfer2014-05-211-0/+4
* first shot at composited blendingKonstantin Käfer2014-05-2110-10/+77
* partially revert 6136ab6d213c0aa5e6afba632fc42b5999e70615Konstantin Käfer2014-05-213-4/+7
* show style parse warning if the flag is setKonstantin Käfer2014-05-211-0/+7
* make sure we also parse classes for nested layersKonstantin Käfer2014-05-211-3/+13
* name text halo properties like othersJustin R. Miller2014-05-201-4/+4
* fix labelsEden Halperin2014-05-191-0/+2
|\
| * add includesAnsis Brammanis2014-05-191-0/+2
| * incorporate the color and draw circle dots if we don't have an iconKonstantin Käfer2014-05-192-2/+6
* | incorporate the color and draw circle dots if we don't have an iconKonstantin Käfer2014-05-192-2/+6
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-1921-91/+227
|\ \ | |/
| * fix texture bindingKonstantin Käfer2014-05-194-27/+36
| * fix for retina screensKonstantin Käfer2014-05-192-1/+5
| * use sprite atlasKonstantin Käfer2014-05-199-5/+104
| * include headerKonstantin Käfer2014-05-191-2/+4
| * encode icon texture coordinate in buffer so we can render all pois with 1 dra...Konstantin Käfer2014-05-196-20/+39