summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* [core] Use fresh transform state for bucket vertices update in placementMikhail Pozdnyakov2019-06-033-10/+11
* [core] Avoid unneeded update of symbol dynamic vertex bufferMikhail Pozdnyakov2019-06-032-4/+12
* [core] Placement::placeLayerBucket() -> placeBucket()Mikhail Pozdnyakov2019-05-282-2/+2
* [core] Encapsulate symbol bucket placement code in Placement::placeLayerBucket()Mikhail Pozdnyakov2019-05-282-78/+66
* [core] RenderTile does not expose TileMikhail Pozdnyakov2019-05-282-12/+8
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-281-7/+10
* [core] Prefer breaking lines at zero width space (ZWSP)Alexander Shalamov2019-05-242-11/+26
* [core] SymbolBucket updates complete at placement stageMikhail Pozdnyakov2019-05-242-7/+104
* [core] CrossTileSymbolIndex::pruneUnusedLayers() does not create intermadiate...Mikhail Pozdnyakov2019-05-201-7/+5
* [core] Avoid bucket downcasting in PlacementMikhail Pozdnyakov2019-05-192-44/+48
* [core] Remove RenderLayerSymbolInterfaceMikhail Pozdnyakov2019-05-193-3/+0
* [core] Placement accepts RenderLayer instancesMikhail Pozdnyakov2019-05-192-34/+15
* [core] RenderLayerSymbolInterface is not used in CrossTileSymbolIndexMikhail Pozdnyakov2019-05-192-27/+11
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-151-2/+2
* [core] Create glyph manager at renderer construction timeMikhail Pozdnyakov2019-05-142-15/+15
* [core] RenderTile shall never be created for a not renderable tileMikhail Pozdnyakov2019-05-141-3/+1
* [core] Placement order matches viewport-y sortMikhail Pozdnyakov2019-05-081-139/+148
* [core] clang-tidy fixesKonstantin Käfer2019-04-053-7/+7
* [core] Single line optimization for variable label placementMikhail Pozdnyakov2019-03-292-3/+2
* [core] Introduce variable text placement for point labels - Placement partMikhail Pozdnyakov2019-03-294-46/+245
* [core] Introduce variable text placement for point labels - Render partAlexander Shalamov2019-03-291-0/+6
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-297-50/+74
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-136-17/+34
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-1/+1
* [core] disallow subtyping of gl::Attributes<> and use type aliases insteadKonstantin Käfer2019-03-011-4/+4
* [core] Support for excluding ideographic glyphs from offline downloads.Chris Loer2018-12-211-0/+2
* [core] Avoid divide-by-zero when transition duration is 0..Chris Loer2018-12-111-2/+5
* [core] Let placement transitions use the transition duration, if set, and all...Bruno de Oliveira Abinader2018-11-212-9/+17
* [core] Replace RenderSymbolLayer downcast with symbol interfaceAlexander Shalamov2018-11-194-19/+20
* [build] Remove #pragma diagnostic for boostThiago Marcos P. Santos2018-11-011-10/+0
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-0/+1
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-233-12/+15
* [core] remove use of <boost/algorithm/string.hpp>Konstantin Käfer2018-10-232-6/+1
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-182-7/+32
* [core] Initial implementation of 'format' expressionChris Loer2018-10-1512-65/+262
* [core] Bidi support for styled text.Chris Loer2018-10-151-0/+4
* [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