summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/annotation_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Implement image expression (#15877)Alexander Shalamov2019-11-111-6/+8
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-1/+0
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+1
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-1/+22
* [core] Fix querying for annotations near tile boundaries at high zoom.Chris Loer2018-08-141-1/+7
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-201-1/+3
* [core] don't tie Annotation geometries to Map maxzoomKonstantin Käfer2018-01-021-15/+15
* [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-18/+20
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+0
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-181-49/+38
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-3/+4
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-211-2/+2
* [core] shared data among AnnotationTileFeature objectsKonstantin Käfer2017-06-211-1/+1
* [core] mutex guard annotation manager for cross thread usageIvo van Dongen2017-06-131-10/+27
* [core] Fix several bugs in AnnotationManagerJohn Firebaugh2017-06-051-6/+12
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-17/+30
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-261-2/+1
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-3/+3
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-151-3/+4
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-4/+9
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-101-17/+0
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-2/+0
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-7/+7
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-13/+3
* [core] Remove unnecessary Source::Impl::enabled assignmentJohn Firebaugh2017-04-181-3/+1
* [core] Eliminate SpriteAtlas::updateDirtyJohn Firebaugh2017-02-141-2/+0
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] convert SpriteAtlas to use managed texture handlingKonstantin Käfer2016-11-011-1/+1
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-1/+1
* [core] Ignore placement for symbol annotationsBruno de Oliveira Abinader2016-10-111-0/+1
* [android] - do not update marker while creating (#6314)Tobrun2016-09-191-4/+24
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-5/+18
* [core] Eliminate use of util::ptr in GeometryTile* interfacesJohn Firebaugh2016-09-061-3/+1
* [core] Fix updates of line and fill annotationsJohn Firebaugh2016-08-291-7/+10
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-11/+0
* [core] code style cleanupsKonstantin Käfer2016-07-011-1/+1
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-241-2/+2
* [core] Avoid unnecessary work when a symbol annotation is updatedJohn Firebaugh2016-06-171-4/+52
* [core] Runtime source API: private implsJohn Firebaugh2016-06-161-1/+1
* [core] Inline AnnotationSource constructor parametersJohn Firebaugh2016-06-141-1/+1
* [core] Pass geojsonvt only to GeoJSONSourceJohn Firebaugh2016-06-141-1/+1
* [core] Introduce source subclassesJohn Firebaugh2016-06-141-2/+2
* [core] Simplify GeometryTile::setDataJohn Firebaugh2016-06-131-2/+2
* [core] *Tile ↔ *TileDataJohn Firebaugh2016-06-131-12/+12
* [core] Merge annotation_tile_data.{hpp,cpp} into annotation_tile.{hpp,cpp}John Firebaugh2016-06-131-1/+0
* [core] Merge AnnotationTileSource into AnnotationTileDataJohn Firebaugh2016-06-101-8/+8
* [core] *TileMonitor => *TileSourceKonstantin Käfer2016-06-101-2/+3
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-4/+6
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-7/+8