summaryrefslogtreecommitdiff
path: root/src/renderer/painter_text.cpp
Commit message (Expand)AuthorAgeFilesLines
* merge text and icon buckets/stylesKonstantin Käfer2014-07-291-156/+0
* more include what you useKonstantin Käfer2014-07-231-0/+1
* rename llmr => mbglKonstantin Käfer2014-07-161-6/+6
* change halo-width/blur unitsKonstantin Käfer2014-07-141-15/+27
* fix font halo unitsKonstantin Käfer2014-07-141-1/+13
* remove *-enabledKonstantin Käfer2014-07-101-1/+0
* rename timestamp name to avoid conflictsKonstantin Käfer2014-07-011-4/+4
* make text painter respect text-opacityKonstantin Käfer2014-07-011-2/+20
* even more refactoringKonstantin Käfer2014-06-271-0/+1
* rename time => timestamp to avoid naming conflictsKonstantin Käfer2014-06-271-2/+2
* fix matricesKonstantin Käfer2014-06-241-1/+1
* saving current stateKonstantin Käfer2014-06-231-17/+9
* separate bucket render properties and change namingKonstantin Käfer2014-06-161-4/+4
* add comment for magic valueKonstantin Käfer2014-06-111-0/+4
* make sure we retain shared state when destructing the map objectKonstantin Käfer2014-05-301-4/+5
* fallback to default properties instead of not rendering when we don't have a ...Konstantin Käfer2014-05-301-2/+3
* release mode: silent debug output + ifdef any potentially expensive callsDane Springmeyer2014-05-291-3/+5
* use unordered map, don't make copies (auto usage!) and swap mapsKonstantin Käfer2014-05-261-2/+2
* fix "bumped" zoom for label fadingAnsis Brammanis2014-05-201-1/+1
* remove line causing flickeringAnsis Brammanis2014-05-201-1/+0
* name text halo properties like othersJustin R. Miller2014-05-201-2/+2
* Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-191-2/+2
|\
| * encode icon texture coordinate in buffer so we can render all pois with 1 dra...Konstantin Käfer2014-05-191-2/+2
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-141-7/+7
|\ \ | |/
| * return refs to avoid matrix allocation/deallocation for untranslated layersKonstantin Käfer2014-05-141-1/+1
| * always use std:: namespace for math functionsKonstantin Käfer2014-05-141-6/+6
| * make text layers respect the translate-anchorKonstantin Käfer2014-05-141-5/+3
| * make translate property zoom independentKonstantin Käfer2014-05-141-3/+3
* | add strokeBlur property (default 1.0, larger values blur more) to achieve a g...Konstantin Käfer2014-05-141-7/+9
* | make text layers respect the translate-anchorKonstantin Käfer2014-05-131-5/+3
* | make translate property zoom independentKonstantin Käfer2014-05-131-3/+3
|/
* split up painter into multiple filesKonstantin Käfer2014-05-131-0/+114