summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation/annotation_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-45/+40
* [core] AnnotationTileLayer vends its own name (#5163)Minh Nguyễn2016-05-261-1/+1
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-0/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-3/+3
* [core] Adopt a strict naming convention for style propertiesJohn Firebaugh2016-04-211-2/+2
* [core] Add support for updating point annotationsGabriel Miklós2016-02-121-0/+10
* [core] Remove unusedJohn Firebaugh2016-02-021-14/+0
* [core] bump sprite atlas to 1024x1024Ansis Brammanis2016-01-261-1/+1
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-1/+1
* [core] tileSize is a source property, not a TileJSON propertyJohn Firebaugh2016-01-151-1/+1
* [core] move SourceInfo parsing to StyleParserKonstantin Käfer2016-01-131-1/+1
* [core] move invariant Source ID from SourceInfo to SourceKonstantin Käfer2016-01-131-2/+1
* [core] move invariant SourceType from SourceInfo to SourceKonstantin Käfer2016-01-131-2/+1
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-151-0/+5
* [core] Replace StyleLayerType with RTTIJohn Firebaugh2015-12-071-2/+0
* [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/+16
* Partially revert "[core] Source should receive a ref to MapData just once"John Firebaugh2015-12-011-4/+2
* [core] Source should receive a ref to MapData just onceBruno de Oliveira Abinader2015-11-271-2/+4
* [core] Fix LatLngBounds default coordinatesBruno de Oliveira Abinader2015-11-181-1/+1
* [core] Eliminate use of ClassProperties for layoutJohn Firebaugh2015-11-101-2/+2
* [core] Simplify FunctionJohn Firebaugh2015-11-061-2/+2
* [core] Don't crash when removing a shape annotation whose layer was never cre...John Firebaugh2015-10-301-1/+3
* [core] Eliminate StyleBucketJohn Firebaugh2015-10-301-7/+4