summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* correctly update the map dimensions on rotateKonstantin Käfer2014-04-102-4/+4
* fix linejoin drawing on retinaKonstantin Käfer2014-04-104-35/+39
* add missing headerKonstantin Käfer2014-04-091-0/+1
* add libboost back to build systemKonstantin Käfer2014-04-092-0/+3
* change sprite URL to more reliable endpointJustin R. Miller2014-03-291-1/+1
* add min/max functions and refactor FunctionPropertyKonstantin Käfer2014-03-263-99/+45
* Merge branch 'master' of github.com:mapbox/llmr-nativeJustin R. Miller2014-03-2528-292/+2285
|\
| * fix text fading preventing render idlingKonstantin Käfer2014-03-251-2/+2
| * fix urlsKonstantin Käfer2014-03-251-2/+2
| * use unique_ptr for buckets rather than shared_ptrsKonstantin Käfer2014-03-251-15/+17
| * do not use shared pointers for buffersKonstantin Käfer2014-03-255-84/+76
| * fix build by changing to enabledKonstantin Käfer2014-03-251-1/+1
| * remove generated filesKonstantin Käfer2014-03-251-7/+0
| * change hidden to enabledKonstantin Käfer2014-03-253-15/+15
| * build shaders for either desktop gl or gles2Konstantin Käfer2014-03-252-53/+3
| * debug changesKonstantin Käfer2014-03-253-4/+4
| * reorder verticesKonstantin Käfer2014-03-252-10/+8
| * add shader optimizer and reorder componentsKonstantin Käfer2014-03-254-62/+36
| * only animate when we need to fade the textKonstantin Käfer2014-03-243-1/+36
| * remove commented out js codeKonstantin Käfer2014-03-241-14/+0
| * implement alwaysVisibleKonstantin Käfer2014-03-246-7/+17
| * explicitly specify font size in classKonstantin Käfer2014-03-241-1/+1
| * don't treat negative values as placement failureKonstantin Käfer2014-03-241-3/+2
| * fix glyphs that have no pixels but an advance (e.g. spaces)Konstantin Käfer2014-03-241-1/+1
| * update style.cppKonstantin Käfer2014-03-241-1/+1
| * add toString method for Value variantKonstantin Käfer2014-03-241-0/+9
| * parse text-specific style propertiesKonstantin Käfer2014-03-241-0/+19
| * set correct strataKonstantin Käfer2014-03-241-0/+2
| * exponential functionsKonstantin Käfer2014-03-242-0/+22
| * normalizedZoom() == zoom level of the visual appearanceKonstantin Käfer2014-03-243-8/+12
| * use the correct glyphsKonstantin Käfer2014-03-243-10/+17
| * fix color parsingKonstantin Käfer2014-03-243-6/+5
| * add text rendering codeKonstantin Käfer2014-03-217-22/+187
| * add textshaderKonstantin Käfer2014-03-215-6/+224
| * Merge branch 'master' into sdfKonstantin Käfer2014-03-2113-186/+438
| |\
| * | port remainder of the the placement algorithmKonstantin Käfer2014-03-199-102/+553
| * | explicit namesKonstantin Käfer2014-03-181-6/+7
| * | missing bracesKonstantin Käfer2014-03-171-1/+2
| * | force explicit typesKonstantin Käfer2014-03-171-4/+4
| * | format fixesKonstantin Käfer2014-03-171-12/+15
| * | port of collision classKonstantin Käfer2014-03-172-6/+296
| * | add rotation range testsKonstantin Käfer2014-03-171-2/+2
| * | rename text shader fileKonstantin Käfer2014-03-172-2/+2
| * | port rotationrange.js (still missing tests)Konstantin Käfer2014-03-141-0/+259
| * | remove unused glyphs from atlas againKonstantin Käfer2014-03-141-0/+1
| * | add debug window showing the glyph atlasKonstantin Käfer2014-03-142-0/+5
| * | move tile parsing to its own objectKonstantin Käfer2014-03-142-157/+167
| * | add glyph atlas to mapKonstantin Käfer2014-03-143-5/+32
| * | extract label shapingKonstantin Käfer2014-03-146-15/+81
| * | use feature_type to distinguish between geometry type and bucket typeKonstantin Käfer2014-03-142-2/+18