summaryrefslogtreecommitdiff
path: root/src/mbgl/text/collision_feature.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump Mapbox GL Nativeqt-v1.1.0Thiago Marcos P. Santos2017-08-091-51/+78
| | | | mapbox-gl-native @ edd7948893fcd40a24d96b790e21d3dd028cecbe
* [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
| | | | Ref: http://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-1/+1
| | | | Tile is now the main base class; RasterTile, VectorTile, etc are its subclasses. GeometryTileData and its subclasses form the piece that's passed to the worker.
* [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
| | | | This eliminates the CollisionBox constructor that instantiates an "empty" IndexedSubfeature.
* [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
| | | | | Also introduced GeometryCoordinates (vector of GeometryCoordinate items), to better cope with GeometryCollection.
* [core] fix missing icon collision boxesAnsis Brammanis2016-01-221-4/+4
| | | | port https://github.com/mapbox/mapbox-gl-js/pull/1981
* [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