summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_layout.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Enable two-component text radial offsetupstream/mikhail_two_component_text_radial_offsetMikhail Pozdnyakov2019-08-121-14/+31
* [core] Release quad data after vertex buffers are createdAlexander Shalamov2019-07-231-27/+35
* [core] SymbolBacket creates collision buffers optionallyMikhail Pozdnyakov2019-07-221-10/+10
* [core] Symbol bucket uses shared layoutMikhail Pozdnyakov2019-07-221-72/+76
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-171-3/+4
* [core] Use `style::LayerProperties` in render layers, buckets and layouts.Mikhail Pozdnyakov2019-04-171-8/+10
* [core] Set sortKey for symbol segments during layout phaseAlexander Shalamov2019-04-171-10/+22
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-2/+1
* [core] Single line optimization for variable label placementMikhail Pozdnyakov2019-03-291-12/+21
* [core] Introduce variable text placement for point labels - Placement partMikhail Pozdnyakov2019-03-291-1/+1
* [core] Introduce variable text placement for point labels - Layout partMikhail Pozdnyakov2019-03-291-32/+171
* [core] Add possibility of overriding paint properties inside format expressio...Alexander Shalamov2019-03-131-60/+78
* [core] unify *Buffer/Vector namingKonstantin Käfer2019-03-061-5/+5
* [core] disallow subtyping of gl::Attributes<> and use type aliases insteadKonstantin Käfer2019-03-011-11/+11
* [core] SymbolBucket: use single map for paint properties dataMikhail Pozdnyakov2019-01-141-3/+3
* [core] shader program must always match bucket in render symbol layerMikhail Pozdnyakov2019-01-111-4/+1
* [core] Remove casts where expected type is part of the contractAlexander Shalamov2018-11-191-5/+5
* [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp>Konstantin Käfer2018-10-231-1/+1
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-181-19/+20
* [core] Initial implementation of 'format' expressionChris Loer2018-10-151-38/+42
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-3/+4
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-311-5/+18
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-311-5/+4
* [core, node] Re-implement "avoid edges" behavior for MapMode::TileChris Loer2018-08-201-24/+8
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-231-5/+27
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-28/+2
* [core] Fix sort order for queryRenderedFeatures when features are filtered.Chris Loer2018-07-031-4/+3
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-1/+0
|\
| * [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-1/+0
* | [core] Only run placement for first layer per SymbolBucketChris Loer2018-05-031-3/+3
* | Port global symbol query from GL JS:Chris Loer2018-04-251-8/+4
|/
* [core] Don't resolve tokens after evaluating a text-field or icon-image expre...John Firebaugh2018-03-221-2/+2
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-091-1/+1
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-12/+17
* [core] Cleanup in response to review comments.Chris Loer2017-11-171-2/+2
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-3/+1
* [core] Switch from background to foreground placementChris Loer2017-11-171-141/+136
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-301-2/+2
* Implement icon-anchor propertyLauren Budorick2017-08-281-0/+1
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-261-44/+2
* [core] Update shaders.Chris Loer2017-07-121-1/+4
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-111-53/+45
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-111-11/+12
* [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-211-6/+7
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-131-42/+39
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-131-9/+13
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-131-8/+11
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-231-1/+2
* [core] Disable letter-spacing for Arabic labels (issue #9057)Chris Loer2017-05-221-1/+1
* [core] Don't unnecessarily request glyphs for verticalized punctuation.Chris Loer2017-05-181-2/+7