summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-231-3/+3
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-4/+5
* [core] Don't overwrite locally renderable glyphs with remote glyphsAsheem Mamoowala2019-08-211-2/+4
* [core] Fix use after std::move detected by clang-tidyThiago Marcos P. Santos2019-08-191-2/+3
* [core] Create glyph manager at renderer construction timeMikhail Pozdnyakov2019-05-141-6/+5
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-231-1/+1
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-1/+1
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-171-0/+7
* [core] Enable local glyph generation using TinySDF.Chris Loer2017-12-111-3/+17
* [core] Update glyph requestors _before_ requesting from file sourceBruno de Oliveira Abinader2017-10-091-7/+4
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-0/+145