| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] add IndexedPrimitives/Drawables object to encapsulate primitive constr... | Konstantin Käfer | 2017-07-11 | 1 | -2/+2 |
* | [core] extract SegmentInfo from Segment | Konstantin Käfer | 2017-07-11 | 1 | -9/+9 |
* | [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 | 2 | -8/+11 |
* | [core] Per-tile glyph/icon atlases | John Firebaugh | 2017-06-13 | 4 | -51/+47 |
* | [core] Per-bucket icon atlases | John Firebaugh | 2017-06-13 | 2 | -11/+16 |
* | [core] Per-bucket glyph atlases | John Firebaugh | 2017-06-13 | 3 | -12/+16 |
* | [core] Simplify and fix sprite atlas coordinate calculations | John Firebaugh | 2017-05-23 | 2 | -1/+3 |
* | [core] Disable letter-spacing for Arabic labels (issue #9057) | Chris Loer | 2017-05-22 | 1 | -1/+1 |
* | [core] Don't unnecessarily request glyphs for verticalized punctuation. | Chris Loer | 2017-05-18 | 1 | -2/+7 |
* | [core] Unify {Paint,Layout,Light}Properties | John Firebaugh | 2017-05-15 | 2 | -3/+3 |
* | [core] Move renderer/* files into sub-folders (#8983) | Asheem Mamoowala | 2017-05-12 | 1 | -2/+2 |
* | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 1 | -3/+3 |
* | [core] Tweak handling of annotation special case SpriteAtlas | John Firebaugh | 2017-04-26 | 2 | -22/+14 |
* | [core] split off render layers | Ivo van Dongen | 2017-04-25 | 2 | -13/+13 |
* | [core] Safeguard PositionedIcon usage via optional | Bruno de Oliveira Abinader | 2017-04-14 | 4 | -14/+9 |
* | [core] Add DDS support for {text,icon}-size (#8593) | Anand Thakker | 2017-04-06 | 4 | -20/+49 |
* | [core] De-mutex GlyphAtlas and SpriteAtlas | Chris Loer | 2017-04-04 | 2 | -76/+61 |
* | [core] Add DDS support for icon-image | John Firebaugh | 2017-03-31 | 1 | -16/+17 |
* | [core] Pass fully-evaluated layout properties to SymbolInstance and quad methods | John Firebaugh | 2017-03-31 | 3 | -3/+3 |
* | [core] Introduce a fully-evaluated tuple type for layout properties | John Firebaugh | 2017-03-31 | 3 | -3/+3 |
* | [core] implement dds for text-offset | Molly Lloyd | 2017-03-28 | 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 | 3 | -15/+34 |
* | [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo... | Anand Thakker | 2017-02-28 | 5 | -28/+55 |
* | [core] There's only ever one icon quad | John Firebaugh | 2017-02-28 | 4 | -76/+83 |
* | [core] Eliminate Shaping::text | John Firebaugh | 2017-02-28 | 1 | -1/+1 |
* | [core] Release compareText after symbol preparation | John Firebaugh | 2017-02-28 | 1 | -0/+1 |
* | [core] Replace three maps/mutexes in GlyphAtlas with a single map and mutex | John Firebaugh | 2017-02-27 | 1 | -1/+1 |
* | [core] Enable property functions for text-{field,transform} (#7944) | Anand Thakker | 2017-02-17 | 1 | -6/+22 |
* | [core] Eliminate SpritePatternMode | John Firebaugh | 2017-02-14 | 1 | -1/+1 |
* | Upright CJK characters in vertically-oriented labels (#7114) | Minh Nguyễn | 2017-02-10 | 4 | -42/+88 |
* | [core] default value support in categorical function conversion | Ivo van Dongen | 2017-02-02 | 1 | -2/+2 |
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 3 | -42/+70 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 1 | -1/+1 |
* | [core] Clean up merge_lines.cpp and add bounds checking | John Firebaugh | 2017-01-18 | 1 | -37/+27 |
* | [core] Fix flickering caused by regression in #7586 | John Firebaugh | 2017-01-10 | 2 | -5/+5 |
* | [core] Get rid of user-specified refs | John Firebaugh | 2017-01-04 | 2 | -5/+7 |
* | [core] Replace magic number with constant-based calculation | John Firebaugh | 2016-12-21 | 1 | -2/+2 |
* | [core] Polylabel-based "pole of inaccessibility" symbol placement | John Firebaugh | 2016-12-21 | 1 | -5/+15 |
* | [core] Fix symbol rendering for multipoints | John Firebaugh | 2016-12-20 | 3 | -63/+75 |
* | [core] const correctness | John Firebaugh | 2016-12-20 | 2 | -3/+3 |
* | [core] Full support for line breaking bidirectional text using ICU bidi funct... | Chris Loer | 2016-11-30 | 2 | -9/+3 |
* | [build] move logging to util | Konstantin Käfer | 2016-11-22 | 1 | -2/+2 |
* | [core] Cleanup symbol clipping | Bruno de Oliveira Abinader | 2016-11-18 | 1 | -15/+16 |
* | [core] Convert style properties to a tuple-based approach | John Firebaugh | 2016-11-17 | 4 | -58/+55 |
* | [core] Add minimal line breaking support for RTL text. | Chris Loer | 2016-11-17 | 2 | -1/+6 |
* | [core] Add ICU package for Bidirectional text support and arabic text shaping. | Chris Loer | 2016-11-17 | 2 | -1/+6 |
* | [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers... | Chris Loer | 2016-11-17 | 4 | -8/+8 |
* | [core] Use indexed rendering for collision boxes | John Firebaugh | 2016-11-15 | 1 | -8/+22 |