summaryrefslogtreecommitdiff
path: root/src/mbgl/text
Commit message (Expand)AuthorAgeFilesLines
* [core] Enable two-component text radial offsetupstream/mikhail_two_component_text_radial_offsetMikhail Pozdnyakov2019-08-122-3/+3
* [core] Remove ProjectedCollisionBox from CollisionBoxMikhail Pozdnyakov2019-08-055-58/+85
* [core] Introduce ProjectedCollisionBox typeMikhail Pozdnyakov2019-08-055-60/+83
* [core] Remove unused CollisionBox::offsetMikhail Pozdnyakov2019-08-052-8/+9
* [core] Fix using of uninitialized circle in collision indexMikhail Pozdnyakov2019-08-051-3/+6
* [core] Introduce VertexVector::extend() and use it in placement code.Mikhail Pozdnyakov2019-07-231-42/+38
* [core] Release quad data after vertex buffers are createdAlexander Shalamov2019-07-231-10/+8
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-221-8/+8
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-221-9/+9
* [core] Do not try to place a center anchor beyond the center of the lineThiago Marcos P. Santos2019-07-191-0/+2
* [core] Fix collision with content insetsAleksandar Stojiljkovic2019-07-171-6/+4
* [core] Favor previous anchor only when still in the `text-variable-anchor` op...Mikhail Pozdnyakov2019-07-171-10/+14
* [core] RenderSource creates render itemsMikhail Pozdnyakov2019-07-041-1/+1
* [core] Remove orchestration methods from RenderTileMikhail Pozdnyakov2019-07-042-1/+3
* [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