summaryrefslogtreecommitdiff
path: root/src/mbgl/annotation
Commit message (Expand)AuthorAgeFilesLines
* [core] Remove down-casting of render sourcesMikhail Pozdnyakov2019-07-041-5/+0
* [core] Inherit RenderAnnotationSource from RenderTileSourceMikhail Pozdnyakov2019-06-102-55/+4
* [core] RenderTile does not expose TileMikhail Pozdnyakov2019-05-282-0/+10
* [core] Prepare render sources before render layers are initializedMikhail Pozdnyakov2019-05-222-2/+2
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-152-3/+8
* [core] change approach to stencil clipping to (almost) match JSKonstantin Käfer2019-04-291-4/+0
* [core] Introduce `LayerRenderData`. Source::update() accepts layer properties.Mikhail Pozdnyakov2019-04-172-2/+2
* [core] clang-tidy fixesKonstantin Käfer2019-04-052-2/+2
* [core] Remove file source from public Map ctorBruno de Oliveira Abinader2019-03-201-1/+0
* [core] Get FileSource via UpdateParameters in Renderer::ImplBruno de Oliveira Abinader2019-03-131-1/+0
* [core]Disable RenderAnnotationSource when annotations are disabledMikhail Pozdnyakov2018-12-111-0/+3
* [core] layermanager folderMikhail Pozdnyakov2018-11-301-0/+1
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-282-3/+22
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-272-2/+0
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-133-4/+4
* [build] Remove #pragma diagnostic for boostThiago Marcos P. Santos2018-11-011-17/+0
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-312-2/+4
* [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