summaryrefslogtreecommitdiff
path: root/src/mbgl/text/shaping.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Swap offset values for vertical POI labelsupstream/alexshalamov_vertical_label_offsetAlexander Shalamov2019-09-061-2/+10
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-031-2/+2
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-6/+39
* [core] Render half-width glyphs in upright orientationAlexander Shalamov2019-08-131-5/+12
* [core] Break lines for vertical writing modeAlexander Shalamov2019-08-131-4/+3
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-131-7/+3
* [core] Prefer breaking lines at zero width space (ZWSP)Alexander Shalamov2019-05-241-9/+26
* [core] Single line optimization for variable label placementMikhail Pozdnyakov2019-03-291-1/+0
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-35/+36
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-3/+4
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-0/+1
* [core] remove use of <boost/algorithm/string.hpp>Konstantin Käfer2018-10-231-3/+1
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-47/+89
* [core] Use floats instead of ints for Shaping.Chris Loer2017-11-171-1/+1
* Implement icon-anchor propertyLauren Budorick2017-08-281-45/+61
* [core] Correct x-offset introduced by vertical glyph rotationChris Loer2017-08-181-2/+2
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-261-12/+51
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-1/+2
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-9/+5
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-1/+1
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-9/+9
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-4/+4
* [core] Remove unnecessary optionals in PositionedIconJohn Firebaugh2017-05-231-6/+2
* [core] Remove redundant SpriteAtlasElement membersJohn Firebaugh2017-05-171-4/+4
* [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the mapJohn Firebaugh2017-04-141-8/+8
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-141-2/+6
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-4/+284
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-5/+4
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-7/+6
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-3/+5
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-2/+2
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-1/+1
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-2/+2
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-4/+4
* [core] match icon rendering with -jsAnsis Brammanis2016-01-131-5/+5
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-3/+3
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-2/+2
* fix shaped icon box sizesAnsis Brammanis2015-05-281-3/+2
* split generating symbol quads from collision codeAnsis Brammanis2015-03-311-0/+18