| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Add unit test for calculateTileDistances | Alexander Shalamov | 2019-12-18 | 1 | -1/+2 |
* | [core] Use new 'SymbolTextAndIcon' program to draw icons in text | Alexander Shalamov | 2019-12-02 | 1 | -0/+1 |
* | [core] Shape images in labels and create image quads | Alexander Shalamov | 2019-12-02 | 1 | -3/+5 |
* | [core] Pass images and evaluated layout text size to shaping | Alexander Shalamov | 2019-12-02 | 1 | -0/+2 |
* | [core] Implement image expression (#15877) | Alexander Shalamov | 2019-11-11 | 1 | -3/+2 |
* | [core] Enable `text-offset` with variable label placement | Mikhail Pozdnyakov | 2019-09-03 | 1 | -2/+12 |
* | [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456) | zmiao | 2019-08-26 | 1 | -2/+2 |
* | [core] Fix combination of icon-text-fit with text-variable-anchors and text-w... | Alexander Shalamov | 2019-08-20 | 1 | -1/+1 |
* | [core] Implement support for "text-writing-mode" layout property | Alexander Shalamov | 2019-08-13 | 1 | -0/+2 |
* | [core] Release quad data after vertex buffers are created | Alexander Shalamov | 2019-07-23 | 1 | -1/+1 |
* | [core] Symbol bucket uses shared layout | Mikhail Pozdnyakov | 2019-07-22 | 1 | -3/+1 |
* | [core] Introduce `LayerRenderData`. Source::update() accepts layer properties. | Mikhail Pozdnyakov | 2019-04-17 | 1 | -2/+2 |
* | [core] Use `style::LayerProperties` in render layers, buckets and layouts. | Mikhail Pozdnyakov | 2019-04-17 | 1 | -2/+1 |
* | [core] Set sortKey for symbol segments during layout phase | Alexander Shalamov | 2019-04-17 | 1 | -1/+3 |
* | [core] Introduce variable text placement for point labels - Layout part | Mikhail Pozdnyakov | 2019-03-29 | 1 | -2/+5 |
* | [core] Add possibility of overriding paint properties inside format expressio... | Alexander Shalamov | 2019-03-13 | 1 | -11/+21 |
* | [core] shader program must always match bucket in render symbol layer | Mikhail Pozdnyakov | 2019-01-11 | 1 | -2/+1 |
* | [core] Initial implementation of 'format' expression | Chris Loer | 2018-10-15 | 1 | -1/+1 |
* | [core] simplify dependency layout process and refactor data structures | Molly Lloyd | 2018-08-31 | 1 | -6/+10 |
* | [core] Only run placement for first layer per SymbolBucket | Chris Loer | 2018-05-03 | 1 | -1/+1 |
* | Port global symbol query from GL JS: | Chris Loer | 2018-04-25 | 1 | -5/+2 |
* | [core] Switch from background to foreground placement | Chris Loer | 2017-11-17 | 1 | -11/+11 |
* | [core] improve legibility of labels that follow lines | Ansis Brammanis | 2017-07-11 | 1 | -5/+4 |
* | [core] Pass pitch-scaling vertex attributes and uniforms to shaders. | Chris Loer | 2017-07-11 | 1 | -1/+2 |
* | [core] make{Glyph,Image}Atlas only once for any number of symbol layers | John Firebaugh | 2017-07-06 | 1 | -7/+0 |
* | [core] retain GeometryTileLayer in SymbolLayout | Konstantin Käfer | 2017-06-21 | 1 | -2/+4 |
* | [core] Per-tile glyph/icon atlases | John Firebaugh | 2017-06-13 | 1 | -5/+4 |
* | [core] Per-bucket icon atlases | John Firebaugh | 2017-06-13 | 1 | -2/+3 |
* | [core] Per-bucket glyph atlases | John Firebaugh | 2017-06-13 | 1 | -3/+4 |
* | [core] Simplify and fix sprite atlas coordinate calculations | John Firebaugh | 2017-05-23 | 1 | -0/+1 |
* | [core] Unify {Paint,Layout,Light}Properties | John Firebaugh | 2017-05-15 | 1 | -1/+1 |
* | [core] Tweak handling of annotation special case SpriteAtlas | John Firebaugh | 2017-04-26 | 1 | -4/+1 |
* | [core] split off render layers | Ivo van Dongen | 2017-04-25 | 1 | -5/+4 |
* | [core] Safeguard PositionedIcon usage via optional | Bruno de Oliveira Abinader | 2017-04-14 | 1 | -1/+1 |
* | [core] Add DDS support for {text,icon}-size (#8593) | Anand Thakker | 2017-04-06 | 1 | -4/+13 |
* | [core] De-mutex GlyphAtlas and SpriteAtlas | Chris Loer | 2017-04-04 | 1 | -11/+6 |
* | [core] Introduce a fully-evaluated tuple type for layout properties | John Firebaugh | 2017-03-31 | 1 | -1/+1 |
* | [core] Prefer std::map to std::unordered_map for smaller binary size | John Firebaugh | 2017-03-21 | 1 | -1/+1 |
* | [core] Fix whitespace; no need for explicit on multi-parameter constructors | John Firebaugh | 2017-03-02 | 1 | -2/+1 |
* | [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo... | Anand Thakker | 2017-02-28 | 1 | -2/+5 |
* | [core] There's only ever one icon quad | John Firebaugh | 2017-02-28 | 1 | -1/+1 |
* | Upright CJK characters in vertically-oriented labels (#7114) | Minh Nguyễn | 2017-02-10 | 1 | -2/+3 |
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 1 | -12/+9 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 1 | -1/+1 |
* | [core] Fix flickering caused by regression in #7586 | John Firebaugh | 2017-01-10 | 1 | -2/+2 |
* | [core] Get rid of user-specified refs | John Firebaugh | 2017-01-04 | 1 | -2/+3 |
* | [core] Fix symbol rendering for multipoints | John Firebaugh | 2016-12-20 | 1 | -3/+2 |
* | [core] const correctness | John Firebaugh | 2016-12-20 | 1 | -1/+1 |
* | [core] Convert style properties to a tuple-based approach | John Firebaugh | 2016-11-17 | 1 | -2/+2 |
* | [core] Add ICU package for Bidirectional text support and arabic text shaping. | Chris Loer | 2016-11-17 | 1 | -0/+3 |