summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/annotation_manager.hpp
Commit message (Expand)AuthorAgeFilesLines
* Bump mapbox-base to 1.2.0Alexander Shalamov2020-03-231-1/+1
* [core] Use weak annotation managerAlexander Shalamov2020-03-051-0/+5
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-2/+0
* [core] don't tie Annotation geometries to Map maxzoomKonstantin Käfer2018-01-021-8/+8
* [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984)Fabian Guerra Soto2017-10-181-0/+1
* [core] annotation manager - manage dirty state internallyIvo van Dongen2017-08-311-5/+6
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-181-7/+13
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-5/+2
* [core] mutex guard annotation manager for cross thread usageIvo van Dongen2017-06-131-0/+5
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-6/+4
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-1/+1
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-1/+1
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-0/+3
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-101-2/+0
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-0/+2
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-3/+4
* [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-211-1/+0
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-3/+3
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-3/+0
* [core] Fix updates of line and fill annotationsJohn Firebaugh2016-08-291-1/+1
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-2/+0
* [core] Restored shape annotation z-orderMinh Nguyễn2016-07-181-2/+4
* [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-171-2/+11
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-4/+4
* [core] Merge AnnotationTileSource into AnnotationTileDataJohn Firebaugh2016-06-101-4/+4
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-4/+4
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-1/+4
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-11/+20
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-1/+1
* [core] Add support for updating point annotationsGabriel Miklós2016-02-121-0/+1
* [core] Remove unusedJohn Firebaugh2016-02-021-1/+0
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-151-0/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-011-2/+2
* [core] Use a separate atlas and store for annotation spritesAdam Hunter2015-12-011-1/+10
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-011-3/+1
* [core] Source should receive a ref to MapData just onceBruno de Oliveira Abinader2015-11-271-1/+3
* [core] Monitor annotation tiles, rather than completely invalidating themJohn Firebaugh2015-10-301-1/+8
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-201-0/+1
* [core] Annotation refactorJohn Firebaugh2015-10-201-35/+14
* [core] Pull annotation typedefs to own header; add AnnotationIDJohn Firebaugh2015-10-201-1/+1
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-281-19/+8
* Move updateAnnotationTiles[IfNeeded] to AnnotationManagerJohn Firebaugh2015-09-281-7/+5
* map/annotation.* ⇢ annotation/annotation_manager.*John Firebaugh2015-09-281-0/+81