summaryrefslogtreecommitdiff
path: root/test/text
Commit message (Expand)AuthorAgeFilesLines
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-042-14/+34
* [core] Pass fully-evaluated layout properties to SymbolInstance and quad methodsJohn Firebaugh2017-03-311-12/+12
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-12/+12
* [core] There's only ever one icon quadJohn Firebaugh2017-02-281-132/+130
* [core] Replace three maps/mutexes in GlyphAtlas with a single map and mutexJohn Firebaugh2017-02-271-12/+10
* [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImageJohn Firebaugh2017-02-141-2/+4
* [core] Make Image saferJohn Firebaugh2017-02-142-13/+10
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-101-1/+1
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-2/+2
* [core] abort early when placing a glyph in GlyphAtlas if the bitmap is invalidKonstantin Käfer2017-01-171-0/+40
* [core] harden Glyph PBF parsingKonstantin Käfer2017-01-171-0/+71
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-48/+48
* [core] convert GlyphAtlas to use managed texture handlingKonstantin Käfer2016-11-011-1/+1
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-282-0/+0
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-1/+1
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-0/+144
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-071-13/+25
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-241-62/+61
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-151-0/+266