summaryrefslogtreecommitdiff
path: root/src/mbgl/layout
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove optional from GeometryTileFeature::getValue()upstream/geometrytilefeature-getvalue-no-optionalBruno de Oliveira Abinader2019-01-141-1/+1
* [core] Pass-by-const ref in GeometryTileFeature::getProperties()Bruno de Oliveira Abinader2019-01-141-2/+2
* [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-112-6/+2
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-041-1/+0
* [core] Remove casts where expected type is part of the contractAlexander Shalamov2018-11-192-7/+7
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-131-1/+1
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-231-6/+2
* [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-183-23/+26
* [core] Initial implementation of 'format' expressionChris Loer2018-10-156-46/+53
* 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-314-17/+78
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-312-5/+132
* [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-033-12/+11
* 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-032-4/+4
* | Port global symbol query from GL JS:Chris Loer2018-04-252-13/+6
|/
* Don't crash on placing symbols with 0 renderable glyphsChris Loer2018-04-192-2/+8
* [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] Don't crash on line labels with 0 glyphs.Chris Loer2018-02-071-2/+3
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-12/+17
* [build] Clang-3.8: Explicit mbgl::PlacedGlyph default+copy+move ctorBruno de Oliveira Abinader2017-11-291-0/+8
* [core] Cleanup in response to review comments.Chris Loer2017-11-173-4/+4
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-3/+1
* [core] Switch from background to foreground placementChris Loer2017-11-176-223/+315
* [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] Fix issue #9843 (overzoomed line label rendering glitch).Chris Loer2017-08-251-19/+53
* [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] Base label "keep-upright" orientation on start and end of labelChris Loer2017-07-121-18/+76
* [core] improve legibility of labels that follow linesAnsis Brammanis2017-07-116-69/+361
* [core] Pass pitch-scaling vertex attributes and uniforms to shaders.Chris Loer2017-07-112-12/+14
* [core] make{Glyph,Image}Atlas only once for any number of symbol layersJohn Firebaugh2017-07-061-7/+0
* [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-212-8/+11
* [core] Per-tile glyph/icon atlasesJohn Firebaugh2017-06-134-51/+47
* [core] Per-bucket icon atlasesJohn Firebaugh2017-06-132-11/+16
* [core] Per-bucket glyph atlasesJohn Firebaugh2017-06-133-12/+16
* [core] Simplify and fix sprite atlas coordinate calculationsJohn Firebaugh2017-05-232-1/+3
* [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
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-152-3/+3
* [core] Move renderer/* files into sub-folders (#8983)Asheem Mamoowala2017-05-121-2/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-121-3/+3