summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Consider symbol bucket leader id in cross-tile symbol indexingMikhail Pozdnyakov2020-01-222-21/+38
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-156-64/+245
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-154-12/+8
* [core] Remove unused WritingMode from getIconQuadsKonstantin Käfer2020-01-152-3/+3
* [core] Change ImagePosition from storing non-padded rect to padded rect to mi...Konstantin Käfer2020-01-152-19/+5
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-153-15/+18
* [core] add pixelOffset and minFontScale to SymbolQuadsKonstantin Käfer2020-01-152-6/+43
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-131-4/+5
* [core] Introduce CollisionIndex::getProjectedCollisionBoundaries()Mikhail Pozdnyakov2020-01-083-21/+26
* [core] Introduce CollisionBoundaries and use it in CollisionIndexMikhail Pozdnyakov2020-01-083-100/+109
* [core] Use only the first variable anchor for the symbols intersecting tile b...Mikhail Pozdnyakov2020-01-081-7/+14
* [core] Fix CollisionIndex::featureIntersectsTileBorders() implementationMikhail Pozdnyakov2020-01-082-4/+3
* [core] Performance fix for placement in tile modeMikhail Pozdnyakov2020-01-081-2/+10
* [core] In tile mode, place labels from tile borders firstMikhail Pozdnyakov2020-01-081-53/+88
* [core] Pre-defined variable anchor at tile bordersMikhail Pozdnyakov2020-01-082-20/+49
* [core] Add CollisionIndex::featureIntersectsTileBorders()Mikhail Pozdnyakov2020-01-082-4/+33
* [core] Consolidate more logic in calculateVariableLayoutOffset()Mikhail Pozdnyakov2020-01-081-13/+25
* [core] Placement::commit() handles absence of previuos placementMikhail Pozdnyakov2019-12-092-3/+13
* [core] Simplify placement code path for still and tile modesMikhail Pozdnyakov2019-12-091-0/+1
* [core] Add unit test for getAnchors and remove unused fieldAlexander Shalamov2019-12-091-4/+4
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-094-20/+25
* [core] increase padding in CollisionIndex for MapMode::Tile (#15880)Ansis Brammanis2019-12-063-16/+27
* [core] Shape images in labels at bucket zoom levelAlexander Shalamov2019-12-022-1/+3
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-022-0/+2
* [core] Store 'sdf' flag in vertex attributeAlexander Shalamov2019-12-022-9/+15
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-025-186/+319
* [core] Calculate line width and line breaks for imagesAlexander Shalamov2019-12-021-22/+33
* [core] Pass images and evaluated layout text size to shapingAlexander Shalamov2019-12-022-13/+34
* [core] Add evaluated images to styled text sectionsAlexander Shalamov2019-12-022-9/+54
* [core] avoid edges for labels that use text-variable-anchorsAnsis Brammanis2019-10-241-4/+4
* [core] fix collisions with icon-text-fit and variable placement (#15828)Ansis Brammanis2019-10-221-10/+49
* [core] fix icon-text-fitKonstantin Käfer2019-10-143-36/+62
* [core] map image type to string until we have a dedicated implementationKonstantin Käfer2019-10-141-1/+1
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-254-28/+14
* [core] Clang format fixandroid-v8.3.2Mikhail Pozdnyakov2019-09-192-34/+48
* [core] Immutable/Mutable pattern for PlacementMikhail Pozdnyakov2019-09-192-64/+93
* [core] Update buckets in RendererMikhail Pozdnyakov2019-09-192-5/+5
* [core] Fix Placement constnessMikhail Pozdnyakov2019-09-192-7/+7
* [core] Coalesce buckets updates from several tilesMikhail Pozdnyakov2019-09-132-5/+19
* [core] Initiate new placement only when a new bucket appearesMikhail Pozdnyakov2019-09-132-11/+17
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-131-20/+1
* [core] Fix placement for updated bucketsMikhail Pozdnyakov2019-09-131-6/+2
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-034-18/+16
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-301-32/+39
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-261-31/+49
* [core] Don't overwrite locally renderable glyphs with remote glyphsAsheem Mamoowala2019-08-211-2/+4
* speed up fading when zooming even moreAnsis Brammanis2019-08-201-1/+1
* [core] make symbols fade out faster while zooming outAnsis Brammanis2019-08-202-11/+22
* [core] Fix combination of icon-text-fit with text-variable-anchors and text-w...Alexander Shalamov2019-08-205-81/+162
* [core] Fix use after std::move detected by clang-tidyThiago Marcos P. Santos2019-08-191-2/+3