summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_feature.hpp
Commit message (Expand)AuthorAgeFilesLines
* Enable parse within expressionzmiao2020-02-121-7/+7
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-2/+3
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-0/+1
* [core] Avoid copying feature propertiesMikhail Pozdnyakov2019-07-251-1/+1
* [core] GeometryCollection must not be implicitly copiedMikhail Pozdnyakov2019-07-241-1/+1
* [core] Force getGeometries() return const refAlexander Shalamov2019-07-241-1/+1
* [core] Set sortKey for symbol segments during layout phaseAlexander Shalamov2019-04-171-0/+5
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-1/+1
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-1/+2
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-4/+13
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-0/+3
* [core] Fix symbol rendering for multipointsJohn Firebaugh2016-12-201-0/+1
* [core] Full support for line breaking bidirectional text using ICU bidi funct...Chris Loer2016-11-301-2/+0
* [core] Add minimal line breaking support for RTL text.Chris Loer2016-11-171-0/+2
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-171-1/+1
* [core] Use consistent terms: "text" and "icon"John Firebaugh2016-09-161-2/+2
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-161-2/+3
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-161-0/+17