summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_layout.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-5/+4
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-111-1/+2
* [core] make{Glyph,Image}Atlas only once for any number of symbol layersJohn Firebaugh2017-07-061-7/+0
* [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-211-2/+4
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-5/+4
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-2/+3
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-3/+4
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-0/+1
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-151-1/+1
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-4/+1
* [core] split off render layersIvo van Dongen2017-04-251-5/+4
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-141-1/+1
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-4/+13
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-11/+6
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-311-1/+1
* [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-211-1/+1
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-021-2/+1
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-2/+5
* [core] There's only ever one icon quadJohn Firebaugh2017-02-281-1/+1
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-101-2/+3
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-12/+9
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-101-2/+2
* [core] Get rid of user-specified refsJohn Firebaugh2017-01-041-2/+3
* [core] Fix symbol rendering for multipointsJohn Firebaugh2016-12-201-3/+2
* [core] const correctnessJohn Firebaugh2016-12-201-1/+1
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-2/+2
* [core] Add ICU package for Bidirectional text support and arabic text shaping.Chris Loer2016-11-171-0/+3
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-2/+2
* [core] Make ElementGroup saferJohn Firebaugh2016-10-051-1/+1
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-2/+2
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-4/+2
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-2/+1
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-161-31/+3
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-141-0/+127