summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix modernize-return-braced-init-list errorsThiago Marcos P. Santos2020-03-231-5/+3
* Backport https://github.com/mapbox/mapbox-gl-js/pull/9333zmiao2020-02-261-9/+1
* Bump GL-JSzmiao2020-02-111-2/+10
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-1/+5
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-281-1/+1
* [core] SymbolBucket updates complete at placement stageMikhail Pozdnyakov2019-05-241-7/+5
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-3/+3
* [core] move VertexVector/IndexVector to gfx namespaceKonstantin Käfer2019-03-061-4/+4
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-2/+2
* [core] extract attribute structs and gl::Vertex to separate namespaceKonstantin Käfer2019-03-011-4/+4
* [core] disallow subtyping of gl::Attributes<> and use type aliases insteadKonstantin Käfer2019-03-011-1/+1
* Don't crash on placing symbols with 0 renderable glyphsChris Loer2018-04-191-1/+5
* [core] Don't crash on line labels with 0 glyphs.Chris Loer2018-02-071-2/+3
* [core] Cleanup in response to review comments.Chris Loer2017-11-171-1/+1
* [core] Switch from background to foreground placementChris Loer2017-11-171-47/+109
* [core] Fix issue #9843 (overzoomed line label rendering glitch).Chris Loer2017-08-251-19/+53
* [core] Base label "keep-upright" orientation on start and end of labelChris Loer2017-07-121-18/+76
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-0/+266