summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* [core] fix opacity of duplicate labels with -allow-overlap: trueupstream/fix-11104Ansis Brammanis2018-02-141-3/+8
* Prune unused layers from CrossTileSymbolIndexChris Loer2018-01-192-0/+13
* [core] Prevent symbols at the same zoom from sharing a crossTileID.Chris Loer2018-01-172-9/+35
* [core] fix symbol flickering after data updatesAnsis Brammanis2018-01-112-28/+26
* [core] fix updating CrossTileSymbolIndex after bucket updateAnsis Brammanis2018-01-111-0/+2
* [windows][core] Include what you useThiago Marcos P. Santos2018-01-081-0/+1
* [core] port minor collision changes from -js (#10764)Ansis Brammanis2018-01-083-42/+35
* Fix distant collision perspective ratios (#10794).Chris Loer2018-01-042-9/+14
* [core] Include bucket name in queryRenderedSymbols duplicate feature filterChris Loer2017-12-111-2/+2
* [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2017-12-112-2/+6
* [core] Enable local glyph generation using TinySDF.Chris Loer2017-12-113-5/+66
* [core] don't include .cpp fileKonstantin Käfer2017-12-051-13/+13
* [core] Android + old libstdc++ build fixThiago Marcos P. Santos2017-11-271-1/+1
* [core] Symbol cross-fading.Chris Loer2017-11-172-4/+18
* [core] Add unit test for CrossTileSymbolIndexAnsis Brammanis2017-11-172-6/+4
* [core] Cleanup in response to review comments.Chris Loer2017-11-173-98/+110
* [core] Skip fade animation for placed symbols that are currently offscreen.Chris Loer2017-11-174-40/+82
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-3/+6
* [core] Cleanup in response to review commentsChris Loer2017-11-173-38/+35
* [core] Remove dead codeChris Loer2017-11-173-371/+0
* [core] Use floats instead of ints for Shaping.Chris Loer2017-11-172-5/+5
* [core] Switch from background to foreground placementChris Loer2017-11-173-76/+48
* [core] Add global CollisionIndex to replace CollisionTile.Chris Loer2017-11-172-0/+399
* [core] Add Placement class.Chris Loer2017-11-172-0/+389
* [core] Add CrossTileSymbolIndex.Chris Loer2017-11-172-0/+234
* [core] Update glyph requestors _before_ requesting from file sourceBruno de Oliveira Abinader2017-10-092-8/+5
* [core] Don't redo placement for zoom changes at low pitch.Chris Loer2017-09-181-3/+3
* Implement icon-anchor propertyLauren Budorick2017-08-282-47/+66
* [core] Correct x-offset introduced by vertical glyph rotationChris Loer2017-08-183-12/+21
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-262-15/+54
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-1/+2
* [core] fix undefined behavior for division through 0Konstantin Käfer2017-07-172-10/+17
* [core] Added MBGL_CONSTEXPR to satisfy GCC 4.9Bruno de Oliveira Abinader2017-07-121-5/+6
* [core] port pitch-label collision hackAnsis Brammanis2017-07-114-20/+50
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-113-297/+55
* [core] Limit symbol re-placement on changed tile distance to pitch > 25.Chris Loer2017-07-111-1/+7
* [core] Extend collision feature boxes to accommodate potential pitch-scaling.Chris Loer2017-07-111-8/+49
* [core] Improved label pitch-scaling: approximate collision box shapes based o...Chris Loer2017-07-113-20/+44
* [build] Don't use maybe-uninitialized and misleading-indentation in Clang, si...Konstantin Käfer2017-07-111-0/+2
* Disable misleading indentation warnings where boost is included.Aaron Muir Hamilton2017-06-161-0/+1
* [core] Update to shelf-pack 2.1.0John Firebaugh2017-06-131-5/+5
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-134-46/+48
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-133-9/+8
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-1312-373/+304
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-232-9/+21
* [core] Remove unnecessary optionals in PositionedIconJohn Firebaugh2017-05-233-11/+6
* [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-181-0/+1
* [core] Remove redundant SpriteAtlasElement membersJohn Firebaugh2017-05-171-4/+4
* [core] Remove obsolete modular arithmetic on atlas coordinatesJohn Firebaugh2017-05-171-8/+2
* [core] Remove WorkQueueJohn Firebaugh2017-05-171-1/+0