summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-124-22/+83
* [android] add support for gnustlKonstantin Käfer2018-09-111-1/+1
* [core] Mark allow-overlap symbols visible even outside of collision grid.Chris Loer2018-09-061-1/+20
* [core] Added pragma to remove warning ("unknown warning group '-Wtautological...Julian Rex2018-08-281-0/+1
* [core, node] Re-implement "avoid edges" behavior for MapMode::TileChris Loer2018-08-203-17/+52
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-172-0/+10
* [core] Don't default-show text/icons that depend on the placement of a paired...Chris Loer2018-08-131-2/+9
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-081-1/+1
* [core] Use hand-rolled RTTIJohn Firebaugh2018-07-242-3/+3
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-242-12/+19
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-234-15/+79
* [core] Only update collision debug data if debug mode is onChris Loer2018-07-051-15/+27
* [core] Introduce LanguageTag for parsing BCP 47 tagsChris Loer2018-07-032-0/+281
* [core] always commit placement to fix #11795Ansis Brammanis2018-06-072-14/+10
* [core] don't use floating point versions of pow/logKonstantin Käfer2018-06-041-1/+2
* [core] avoid symbol flickering when longitude is wrappedAnsis Brammanis2018-05-222-2/+32
* [core] Only run placement for first layer per SymbolBucketChris Loer2018-05-032-0/+13
* [core] Don't copy TileLayerIndexes on every frame.Chris Loer2018-05-011-1/+1
* Review changes:Chris Loer2018-04-251-3/+5
* Port global symbol query from GL JS:Chris Loer2018-04-254-55/+67
* [core] don't hide icons if text is an empty stringAnsis Brammanis2018-02-211-3/+3
* [core] fix opacity of duplicate labels with -allow-overlap: trueAnsis Brammanis2018-02-151-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