summaryrefslogtreecommitdiff
path: root/src/mbgl/layout
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix -Werror={pessimizing,redundant}-move from GCC 9Bruno de Oliveira Abinader2020-04-201-1/+1
* Better structure fix.Luke Seelenbinder2020-04-171-4/+4
* Fix segfault resulting from an invalid geometry.Luke Seelenbinder2020-04-171-2/+5
* [core] Fix performance-no-automatic-move (bonus)Thiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix modernize-use-equals-default errors in header filesThiago Marcos P. Santos2020-04-171-2/+1
* [core] Fix performance-unnecessary-copy-initialization errors in header filesThiago Marcos P. Santos2020-04-171-2/+2
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-175-38/+44
* [core] CircleLayout fixesMikhail Pozdnyakov2020-04-141-37/+33
* Enable 'circle-sort-key' layout propertyAndrew Hay Kurtz2020-04-141-0/+165
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-071-1/+3
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-302-3/+4
* [core] Fix google-readability-casting errorsThiago Marcos P. Santos2020-03-301-8/+16
* [core] Fix modernize-return-braced-init-list errorsThiago Marcos P. Santos2020-03-231-5/+3
* [core] Fix performance-type-promotion-in-math-fn errorsThiago Marcos P. Santos2020-03-232-9/+17
* [core] Fix performance-unnecessary-copy-initialization errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Encapsulate placement code handling symbols sort rangesMikhail Pozdnyakov2020-03-032-8/+3
* Backport https://github.com/mapbox/mapbox-gl-js/pull/9333zmiao2020-02-261-9/+1
* [core] Support [within expression] with layout propertyzmiao2020-02-123-36/+52
* Enable within expression with Filterzmiao2020-02-122-4/+7
* Enable parse within expressionzmiao2020-02-125-26/+80
* [core] sort symbols using symbol-sort-key before placement (#16023)Ansis Brammanis2020-02-113-10/+44
* Bump GL-JSzmiao2020-02-111-2/+10
* [core] remove std::vector copy step in SymbolLayout::anchorIsTooClose (#16131)galinelle2020-01-221-1/+1
* [core] Do not index and place the off-screen symbols for overscaled tilesMikhail Pozdnyakov2020-01-221-0/+2
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-153-3/+7
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-153-4/+6
* [core] Remove unused WritingMode from getIconQuadsKonstantin Käfer2020-01-151-3/+2
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-154-18/+46
* [core] add pixelOffset and minFontScale to SymbolQuadsKonstantin Käfer2020-01-151-3/+3
* [core] Upgrade shaders and add new vertices to SymbolLayoutKonstantin Käfer2020-01-151-8/+39
* [core] Handle zero text sizeMikhail Pozdnyakov2019-12-191-1/+1
* [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#15839)Andrew Hay Kurtz2019-12-171-8/+51
* [core] Add unit test for calculateTileDistancesAlexander Shalamov2019-12-092-4/+5
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-091-11/+26
* [core] Shape images in labels at bucket zoom levelAlexander Shalamov2019-12-021-0/+2
* [core] Use new 'SymbolTextAndIcon' program to draw icons in textAlexander Shalamov2019-12-022-4/+16
* [core] Store 'sdf' flag in vertex attributeAlexander Shalamov2019-12-023-13/+16
* [core] Shape images in labels and create image quadsAlexander Shalamov2019-12-025-27/+40
* [core] Calculate line width and line breaks for imagesAlexander Shalamov2019-12-021-1/+1
* [core] Pass images and evaluated layout text size to shapingAlexander Shalamov2019-12-022-6/+24
* [core] Add evaluated images to styled text sectionsAlexander Shalamov2019-12-021-12/+19
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-115-36/+44
* [core] fix icon-text-fitKonstantin Käfer2019-10-141-9/+10
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-4/+2
* [build] Fix clang format and tidy checksJuha Alanen2019-09-181-2/+4
* [core] Add feature state support to bucket classesJuha Alanen2019-09-182-3/+3
* [core] Bitmask operations for enumsMikhail Pozdnyakov2019-09-131-14/+1
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-034-29/+94
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-301-18/+26
* [core] fix mixed sdf + non-sdf icon rendering in one layer (#15456)zmiao2019-08-264-37/+74