summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
Commit message (Expand)AuthorAgeFilesLines
* [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] fix circle querying for scale and alignmentChris Loer2018-04-262-3/+5
* Port global symbol query from GL JS:Chris Loer2018-04-252-5/+3
* [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-142-3/+3
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-051-0/+1
* [core] don't tie Annotation geometries to Map maxzoomKonstantin Käfer2018-01-028-34/+34
* [core] Update queryRenderedFeatures to use global CollisionIndex.Chris Loer2017-11-172-3/+5
* Merge branch 'release-agua' into tvn-merge-releaseTobrun2017-11-103-1/+4
|\
| * [core] limit annotation tile source to z16Konstantin Käfer2017-10-191-1/+3
| * [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984)Fabian Guerra Soto2017-10-183-1/+4
| * [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-122-5/+0
* | [core] limit annotation tile source to z16upstream/android-v5.1.4Konstantin Käfer2017-10-191-1/+3
* | [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-161-1/+1
* | [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-122-5/+0
|/
* [core] annotation manager - manage dirty state internallyIvo van Dongen2017-08-312-23/+26
* [core] Avoid RenderStyle dependency in query codeJohn Firebaugh2017-08-242-3/+3
* Set Default MaxZoom to 22Asheem Mamoowala2017-08-211-1/+1
* [core] Fix issues with the std:: namespace and old compilersThiago Marcos P. Santos2017-07-261-0/+1
* [core] Fix build; struct ⇢ classJohn Firebaugh2017-07-191-1/+1
* [core] Refactor Painter awayJohn Firebaugh2017-07-192-8/+8
* [core] No need for default ctor in {Update,Tile}ParametersBruno de Oliveira Abinader2017-07-191-1/+1
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+0
* [core] mutate style on annotation mutations immediatelyIvo van Dongen2017-07-182-56/+51
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-122-2/+2
* [build] Don't use maybe-uninitialized and misleading-indentation in Clang, si...Konstantin Käfer2017-07-111-0/+2
* [core] refactor ClipID generationKonstantin Käfer2017-07-062-2/+2
* [core] remove tile cache size setterIvo van Dongen2017-06-272-5/+0
* [all] Promote Style to public APIJohn Firebaugh2017-06-227-19/+14
* [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-214-27/+46
* [core] shared data among AnnotationTileFeature objectsKonstantin Käfer2017-06-215-30/+82
* Disable misleading indentation warnings where boost is included.Aaron Muir Hamilton2017-06-161-0/+1
* [core] Parallelism in {start,finish}Render parametersJohn Firebaugh2017-06-132-7/+5
* [core] mutex guard annotation manager for cross thread usageIvo van Dongen2017-06-132-10/+32
* [core] Fix several bugs in AnnotationManagerJohn Firebaugh2017-06-051-6/+12
* [core] Split RenderStyle from StyleJohn Firebaugh2017-06-052-2/+2
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-053-37/+25
* [core] Thread Style parameter through queryRenderedFeaturesJohn Firebaugh2017-06-052-3/+5
* [core] Add templated RTTI for RenderSource classesAsheem Mamoowala2017-06-011-0/+5
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-263-24/+35
* [core] Auto-growable SpriteAtlas using shelf-packJohn Firebaugh2017-05-262-3/+2
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-162-4/+4
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-151-3/+4
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-122-4/+12
* [core] Replace createRender{Source,Layer} with Render{Source,Layer}::createJohn Firebaugh2017-05-122-6/+0
* [core] Immutable ImplsJohn Firebaugh2017-05-124-9/+25
* [tidy] modernize-use-usingBruno de Oliveira Abinader2017-05-121-8/+38
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-122-2/+2
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-104-81/+0
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-044-6/+6