| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Fix sort order for queryRenderedFeatures when features are filtered. | Chris Loer | 2018-07-03 | 1 | -1/+1 |
* | [core] Introduce LanguageTag for parsing BCP 47 tags | Chris Loer | 2018-07-03 | 1 | -0/+45 |
* | [core] Only run placement for first layer per SymbolBucket | Chris Loer | 2018-05-03 | 1 | -10/+14 |
* | [core] Prevent symbols at the same zoom from sharing a crossTileID. | Chris Loer | 2018-01-17 | 1 | -0/+74 |
* | [core] port minor collision changes from -js (#10764) | Ansis Brammanis | 2018-01-08 | 1 | -1/+45 |
* | [macos,ios,android] Unit test fixups | Chris Loer | 2017-12-11 | 1 | -17/+17 |
* | [core, macos, ios] Unit tests for LocalGlyphRasterizer | Chris Loer | 2017-12-11 | 1 | -0/+86 |
* | [core] Enable local glyph generation using TinySDF. | Chris Loer | 2017-12-11 | 2 | -265/+341 |
* | [core] Add unit test for CrossTileSymbolIndex | Ansis Brammanis | 2017-11-17 | 1 | -0/+85 |
* | [test] Added GlyphManager.ImmediateFileSource | Bruno de Oliveira Abinader | 2017-10-09 | 1 | -0/+49 |
* | Implement icon-anchor property | Lauren Budorick | 2017-08-28 | 1 | -2/+2 |
* | [core] Correct x-offset introduced by vertical glyph rotation | Chris Loer | 2017-08-18 | 1 | -1/+1 |
* | [test] Fix undefined behavior warning: | Chris Loer | 2017-07-14 | 1 | -2/+2 |
* | [core] improve legibility of labels that follow lines | Ansis Brammanis | 2017-07-11 | 1 | -22/+12 |
* | [core] Per-bucket icon atlases | John Firebaugh | 2017-06-13 | 1 | -2/+2 |
* | [core] Per-bucket glyph atlases | John Firebaugh | 2017-06-13 | 1 | -27/+27 |
* | [core] Auto-growable SpriteAtlas using shelf-pack | John Firebaugh | 2017-05-26 | 1 | -2/+2 |
* | [core] Simplify and fix sprite atlas coordinate calculations | John Firebaugh | 2017-05-23 | 1 | -112/+108 |
* | [core] Remove unnecessary optionals in PositionedIcon | John Firebaugh | 2017-05-23 | 1 | -14/+12 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 1 | -2/+2 |
* | [core] Immutable<Impl> for Image | John Firebaugh | 2017-05-15 | 1 | -3/+3 |
* | [core] Trim StyleObserver interface | John Firebaugh | 2017-05-13 | 1 | -2/+15 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 1 | -2/+2 |
* | [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the map | John Firebaugh | 2017-04-14 | 1 | -18/+14 |
* | [core] Safeguard PositionedIcon usage via optional | Bruno de Oliveira Abinader | 2017-04-14 | 1 | -14/+20 |
* | [tests] Rewrite GlyphAtlas tests to use public API | John Firebaugh | 2017-04-13 | 1 | -66/+77 |
* | [core] Inline GlyphSet into GlyphAtlas | John Firebaugh | 2017-04-12 | 1 | -6/+5 |
* | [core] Test glyph PBF parsing independently of GlyphAtlas | John Firebaugh | 2017-04-06 | 2 | -67/+17 |
* | [core] Add DDS support for {text,icon}-size (#8593) | Anand Thakker | 2017-04-06 | 1 | -12/+12 |
* | [core] De-mutex GlyphAtlas and SpriteAtlas | Chris Loer | 2017-04-04 | 2 | -14/+34 |
* | [core] Pass fully-evaluated layout properties to SymbolInstance and quad methods | John Firebaugh | 2017-03-31 | 1 | -12/+12 |
* | [core] Introduce a fully-evaluated tuple type for layout properties | John Firebaugh | 2017-03-31 | 1 | -12/+12 |
* | [core] There's only ever one icon quad | John Firebaugh | 2017-02-28 | 1 | -132/+130 |
* | [core] Replace three maps/mutexes in GlyphAtlas with a single map and mutex | John Firebaugh | 2017-02-27 | 1 | -12/+10 |
* | [core] Combine SpriteAtlas::getPosition with SpriteAtlas::getImage | John Firebaugh | 2017-02-14 | 1 | -2/+4 |
* | [core] Make Image safer | John Firebaugh | 2017-02-14 | 2 | -13/+10 |
* | Upright CJK characters in vertically-oriented labels (#7114) | Minh Nguyễn | 2017-02-10 | 1 | -1/+1 |
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 1 | -2/+2 |
* | [core] abort early when placing a glyph in GlyphAtlas if the bitmap is invalid | Konstantin Käfer | 2017-01-17 | 1 | -0/+40 |
* | [core] harden Glyph PBF parsing | Konstantin Käfer | 2017-01-17 | 1 | -0/+71 |
* | [build] move logging to util | Konstantin Käfer | 2016-11-22 | 1 | -1/+1 |
* | [core] Convert style properties to a tuple-based approach | John Firebaugh | 2016-11-17 | 1 | -48/+48 |
* | [core] convert GlyphAtlas to use managed texture handling | Konstantin Käfer | 2016-11-01 | 1 | -1/+1 |
* | [test] add .test.cpp suffix to test case files | Konstantin Käfer | 2016-09-28 | 2 | -0/+0 |
* | [core] Convert uses of std::set to std::unordered_set (#6325) | Lucas Wojciechowski | 2016-09-19 | 1 | -1/+1 |
* | [core] Merge GlyphStore and GlyphAtlas | John Firebaugh | 2016-09-19 | 1 | -0/+144 |
* | [core] change bool *AlongLine to SymbolPlacementType | Konstantin Käfer | 2016-09-07 | 1 | -13/+25 |
* | [core] Adjust layer source properties to better reflect reality | John Firebaugh | 2016-06-24 | 1 | -62/+61 |
* | Support for icon-text-fit, icon-text-fit-padding (#5334) | Young Hahn | 2016-06-15 | 1 | -0/+266 |