summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/annotation_tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-3/+0
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-6/+31
* [core] shared data among AnnotationTileFeature objectsKonstantin Käfer2017-06-211-12/+55
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-051-4/+1
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-1/+1
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-2/+2
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-1/+4
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-1/+1
* [core] Ensure that TileWorker can retain tileData after layoutJohn Firebaugh2016-09-061-0/+4
* [core] Eliminate use of util::ptr in GeometryTile* interfacesJohn Firebaugh2016-09-061-2/+2
* [core] const consistencyJohn Firebaugh2016-08-261-1/+1
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-3/+5
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-2/+1
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-2/+2
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-9/+9
* [core] Merge annotation_tile_data.{hpp,cpp} into annotation_tile.{hpp,cpp}John Firebaugh2016-06-131-0/+15
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-19/+0
* [core] AnnotationTileLayer vends its own name (#5163)Minh Nguyễn2016-05-261-0/+3
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-1/+1
* [core] Eliminate MapDataJohn Firebaugh2016-04-151-1/+2
* [core] Remove MapData dependency from AnnotationTile and StyleUpdateParametersJohn Firebaugh2016-04-151-4/+4
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-1/+1
* [core] use std::move() to prevent copiesKonstantin Käfer2016-02-111-1/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-1/+1
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-3/+3
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Added modified, expires information to TileDataBruno de Oliveira Abinader2015-11-271-2/+2
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-1/+2
* [core] Monitor annotation tiles, rather than completely invalidating themJohn Firebaugh2015-10-301-4/+14
* [core] Merge LiveTileData into VectorTileDataJohn Firebaugh2015-10-291-0/+10
* [core] Annotation refactorJohn Firebaugh2015-10-201-0/+28