summaryrefslogtreecommitdiff
path: root/test/text
Commit message (Expand)AuthorAgeFilesLines
* Implement icon-anchor propertyLauren Budorick2017-08-281-2/+2
* [core] Correct x-offset introduced by vertical glyph rotationChris Loer2017-08-181-1/+1
* [test] Fix undefined behavior warning:Chris Loer2017-07-141-2/+2
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-22/+12
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-2/+2
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-27/+27
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-2/+2
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-112/+108
* [core] Remove unnecessary optionals in PositionedIconJohn Firebaugh2017-05-231-14/+12
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-2/+2
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-151-3/+3
* [core] Trim StyleObserver interfaceJohn Firebaugh2017-05-131-2/+15
* [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