summaryrefslogtreecommitdiff
path: root/test/text
Commit message (Expand)AuthorAgeFilesLines
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-2/+2
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-141-18/+14
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-141-14/+20
* [tests] Rewrite GlyphAtlas tests to use public APIJohn Firebaugh2017-04-131-66/+77
* [core] Inline GlyphSet into GlyphAtlasJohn Firebaugh2017-04-121-6/+5
* [core] Test glyph PBF parsing independently of GlyphAtlasJohn Firebaugh2017-04-062-67/+17
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-12/+12
* [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