summaryrefslogtreecommitdiff
path: root/src/renderer/painter_text.cpp
Commit message (Collapse)AuthorAgeFilesLines
* merge text and icon buckets/stylesKonstantin Käfer2014-07-291-156/+0
| | | | (we're not yet placing together!)
* 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
| | | | refs mapbox/mapbox-gl-style-spec#66
* fix font halo unitsKonstantin Käfer2014-07-141-1/+13
|
* remove *-enabledKonstantin Käfer2014-07-101-1/+0
| | | | refs mapbox/mapbox-gl-style-spec#94
* 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
| | | | refs #261
* fallback to default properties instead of not rendering when we don't have a ↵Konstantin Käfer2014-05-301-2/+3
| | | | | | style refs #272
* 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
| | | | fixes #138
* 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
|\ | | | | | | | | Conflicts: bin/style.js
| * encode icon texture coordinate in buffer so we can render all pois with 1 ↵Konstantin Käfer2014-05-191-2/+2
| | | | | | | | draw call
* | Merge branch 'master' into outdoors-styleKonstantin Käfer2014-05-141-7/+7
|\ \ | |/ | | | | | | | | | | | | Conflicts: bin/style.js include/llmr/map/transform.hpp src/renderer/painter.cpp src/text/placement.cpp
| * return refs to avoid matrix allocation/deallocation for untranslated layersKonstantin Käfer2014-05-141-1/+1
| | | | | | | | refs #189
| * always use std:: namespace for math functionsKonstantin Käfer2014-05-141-6/+6
| | | | | | | | fixes #201
| * make text layers respect the translate-anchorKonstantin Käfer2014-05-141-5/+3
| | | | | | | | | | | | | | | | you can now specify "translate-anchor": "viewport" to have the text translated in screen coordinates rather than relative to the tile. The default value remains "translate-anchor": "map" refs #189
| * make translate property zoom independentKonstantin Käfer2014-05-141-3/+3
| | | | | | | | | | | | if you want a zoom-dependent translation, you can use a function refs #189
* | add strokeBlur property (default 1.0, larger values blur more) to achieve a ↵Konstantin Käfer2014-05-141-7/+9
| | | | | | | | | | | | gradient effect fixes #194
* | make text layers respect the translate-anchorKonstantin Käfer2014-05-131-5/+3
| | | | | | | | | | | | | | | | you can now specify "translate-anchor": "viewport" to have the text translated in screen coordinates rather than relative to the tile. The default value remains "translate-anchor": "map" refs #189
* | make translate property zoom independentKonstantin Käfer2014-05-131-3/+3
|/ | | | | | if you want a zoom-dependent translation, you can use a function refs #189
* split up painter into multiple filesKonstantin Käfer2014-05-131-0/+114