summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * don't use fractional texture coordiantes in the shaderKonstantin Käfer2014-05-151-1/+4
| * use explicit constructorsKonstantin Käfer2014-05-151-3/+3
| * rename point => iconKonstantin Käfer2014-05-1511-31/+31
| * simplify point shader in preparation for #196Konstantin Käfer2014-05-151-6/+6
* | use separate trees for horizontal and curved labelsAnsis Brammanis2014-05-161-2/+3
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-145-10/+16
|\ \ | |/
| * return refs to avoid matrix allocation/deallocation for untranslated layersKonstantin Käfer2014-05-141-1/+2
| * add translate-anchor: viewport to lines + pointsKonstantin Käfer2014-05-142-1/+4
| * add translate-anchor for fillsKonstantin Käfer2014-05-141-0/+2
| * always use std:: namespace for math functionsKonstantin Käfer2014-05-143-8/+8
| * make sure to premultiply the colors during stylesheet parsingKonstantin Käfer2014-05-141-0/+1
* | add strokeBlur property (default 1.0, larger values blur more) to achieve a g...Konstantin Käfer2014-05-141-0/+2
* | make sure to premultiply the colors during stylesheet parsingKonstantin Käfer2014-05-141-0/+1
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-141-2/+10
|\ \ | |/
| * fix lock initializationKonstantin Käfer2014-05-141-2/+10
| * make text layers respect the translate-anchorKonstantin Käfer2014-05-141-1/+3
| * add translate-anchor propertyKonstantin Käfer2014-05-141-0/+7
| * make translate property zoom independentKonstantin Käfer2014-05-141-1/+1
* | make text layers respect the translate-anchorKonstantin Käfer2014-05-131-1/+3
* | add translate-anchor propertyKonstantin Käfer2014-05-131-0/+7
* | make translate property zoom independentKonstantin Käfer2014-05-131-1/+1
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-1322-101/+293
|\ \ | |/
| * abort rendering early if the style is disabledKonstantin Käfer2014-05-131-0/+2
| * move tiles to std::map for faster lookupsKonstantin Käfer2014-05-131-1/+1
| * move weak_ptr list of tile_data objects to a map for faster lookupsKonstantin Käfer2014-05-132-1/+19
| * Revert "refs #166: fix for std::stoll et al. not handling strings"Justin R. Miller2014-05-121-33/+3
| * refs #166: fix for std::stoll et al. not handling stringsJustin R. Miller2014-05-121-3/+33
| * don't try to render layers that do not produce anyting during the current ren...Konstantin Käfer2014-05-123-2/+11
| * only paint layer if it has dataKonstantin Käfer2014-05-1210-8/+11
| * draw by layer, not by tileKonstantin Käfer2014-05-123-8/+27
| * add missing include headerKonstantin Käfer2014-05-101-0/+1
| * Calculate clip IDs with a huffman prefix treeKonstantin Käfer2014-05-0913-87/+227
* | Revert "refs #166: fix for std::stoll et al. not handling strings"Justin R. Miller2014-05-121-33/+3
* | refs #166: fix for std::stoll et al. not handling stringsJustin R. Miller2014-05-121-3/+33
* | update style with labelsEden Halperin2014-05-091-1/+1
|/
* don't show warnings in boostKonstantin Käfer2014-05-081-0/+4
* make sure we're not converting too relaxedlyKonstantin Käfer2014-05-081-16/+29
* add relaxed comparsion function + testsKonstantin Käfer2014-05-081-1/+61
* squashed stylequest mergeJustin R. Miller2014-05-076-4/+60