summaryrefslogtreecommitdiff
path: root/src/mbgl/text/shaping.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix modernize-pass-by-value errors in header filesThiago Marcos P. Santos2020-04-171-1/+3
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-3/+3
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-15/+15
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-2/+24
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-151-6/+3
* [core] Shape images in labels at bucket zoom levelAlexander Shalamov2019-12-021-0/+1
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-021-4/+6
* [core] Pass images and evaluated layout text size to shapingAlexander Shalamov2019-12-021-0/+2
* [core] fix icon-text-fitKonstantin Käfer2019-10-141-3/+5
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-12/+2
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-031-1/+1
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-201-0/+7
* [core] Render half-width glyphs in upright orientationAlexander Shalamov2019-08-131-1/+2
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-1/+14
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-2/+3
* Implement icon-anchor propertyLauren Budorick2017-08-281-2/+5
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-261-3/+3
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-7/+6
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-2/+1
* [core] Remove unnecessary optionals in PositionedIconJohn Firebaugh2017-05-231-4/+3
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-1/+1
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-141-19/+24
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-0/+14
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-281-2/+1
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-15/+26
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-5/+2
* [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-281-1/+1
* [core] operator bool() must always be explicitJohn Firebaugh2016-10-281-1/+1
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-2/+2
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-16/+18
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-2/+0
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-2/+2
* [core] match icon rendering with -jsAnsis Brammanis2016-01-131-4/+10
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-2/+2
* Merge branch 'master' into new-labellingAnsis Brammanis2015-05-191-1/+1
* remove old symbol collision typesAnsis Brammanis2015-04-021-1/+0
* start porting symbol bucket changesAnsis Brammanis2015-04-011-2/+4
* split generating symbol quads from collision codeAnsis Brammanis2015-03-311-0/+30