summaryrefslogtreecommitdiff
path: root/src/mbgl/text/collision_feature.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix modernize-use-equals-default errors in header filesThiago Marcos P. Santos2020-04-171-1/+2
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-12/+12
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-1/+1
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-151-3/+20
* [core] Don't use signed int type for anchor segmentAlexander Shalamov2019-12-091-2/+6
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-2/+2
* [core] Remove ProjectedCollisionBox from CollisionBoxMikhail Pozdnyakov2019-08-051-3/+0
* [core] Introduce ProjectedCollisionBox typeMikhail Pozdnyakov2019-08-051-14/+41
* [core] Remove unused CollisionBox::offsetMikhail Pozdnyakov2019-08-051-5/+6
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-181-5/+8
* [core] Cleanup in response to review comments.Chris Loer2017-11-171-2/+9
* [core] Switch from background to foreground placementChris Loer2017-11-171-18/+21
* [core] port pitch-label collision hackAnsis Brammanis2017-07-111-2/+7
* [tidy] modernize-use-bool-literalsBruno de Oliveira Abinader2017-05-121-1/+1
* [core] Safeguard PositionedIcon usage via optionalBruno de Oliveira Abinader2017-04-141-6/+16
* [core] Fix whitespace; no need for explicit on multi-parameter constructorsJohn Firebaugh2017-03-021-43/+55
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-071-5/+5
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-2/+2
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-3/+3
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] CollisionBox::indexedFeature to CollisionFeature::indexedFeatureJohn Firebaugh2016-05-121-11/+8
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-3/+2
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-8/+15
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-4/+6
* [core] fix missing icon collision boxesAnsis Brammanis2016-01-221-4/+4
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* fix android and Release buildsAnsis Brammanis2015-04-021-6/+6
* port bboxifyLabel from -jsAnsis Brammanis2015-04-011-2/+2
* start porting CollisionTile and CollisionFeatureAnsis Brammanis2015-04-011-0/+62