summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* variant : add binary visitation supportartemp2014-05-051-27/+149
* fix commentKonstantin Käfer2014-05-021-7/+3
* add setAngle() call with durationKonstantin Käfer2014-05-021-1/+2
* formattingKonstantin Käfer2014-05-021-1/+3
* rename animation => transitionKonstantin Käfer2014-04-304-29/+29
* update framehistory to use nanosecond timestampsKonstantin Käfer2014-04-302-4/+7
* move animation time api to use nanosecondsKonstantin Käfer2014-04-305-26/+39
* remove concept of settings object from libraryKonstantin Käfer2014-04-303-28/+9
* make sure we call the sprite load callbackKonstantin Käfer2014-04-302-2/+11
* hide atomic flags as implementation detailKonstantin Käfer2014-04-301-4/+8
* move to libuv for the rendering loopKonstantin Käfer2014-04-3013-121/+338