summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* working color ramp updatesupstream/heatmap-color-rampVladimir Agafonkin2018-01-243-9/+18
* WIP heatmap color ramp buildupVladimir Agafonkin2018-01-243-2/+27
* WIP heatmaps, additive color modeVladimir Agafonkin2018-01-234-13/+19
* make debugging heatmap drawing easierVladimir Agafonkin2018-01-171-9/+12
* WIP heatmap debugVladimir Agafonkin2018-01-173-8/+17
* remove heatmap stuff from darwin codegenVladimir Agafonkin2018-01-174-127/+1
* add darwin heatmap headers to projectVladimir Agafonkin2018-01-161-0/+8
* Just use PropertyEvaluator<Color> instead of specialized 'NoopPropertyEvaluator'upstream/heatmap-anandthakkerAnand Thakker2018-01-162-9/+3
* WIP heatmaps in debug macos appupstream/heatmap-crashVladimir Agafonkin2018-01-161-13/+17
* WIP heatmaps, crashing commitVladimir Agafonkin2018-01-156-35/+858
* Add special-case HeatmapColor paint property traits classAnand Thakker2018-01-1213-16/+152
* WIP dump heatmap layer (not yet working)Vladimir Agafonkin2017-12-0838-30/+2879
* [android] null checkAsheem Mamoowala2017-12-061-1/+1
* [core] Mark custom geometry tiles stale without clearing dataAsheem Mamoowala2017-12-065-20/+41
* Updated README for Arch Linux usersLukasPaczos2017-12-061-0/+3
* [android] - build boba snapshots from masterTobrun2017-12-063-4/+4
* [android] - add FileSource activation/deactivation to MapSnapshotter, handle ...Tobrun2017-12-065-33/+49
* [core] don't include .cpp fileKonstantin Käfer2017-12-051-13/+13
* [ios, macos] Rename the iOS and macOS SDKs (#10610)Jordan Kiley2017-12-0436-113/+119
* Android SDK renaming (#10609)Langston Smith2017-12-046-10/+10
* Update gl-js submoduleJohn Firebaugh2017-12-012-2/+14
* [build] Lint iOS and macOS plists on CIupstream/fb-circleci-lint-plistsJason Wray2017-12-012-0/+15
* [android] - handle destroying activity programmatically as part of theme swit...Tobrun2017-11-301-2/+6
* [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-2919-142/+36
* [core] move HeadlessBackend extension initialization code into ImplKonstantin Käfer2017-11-2920-120/+117
* [core] fold HeadlessDisplay into the headless RenderBackend implementationKonstantin Käfer2017-11-2917-442/+285
* [build] Clang-3.8: Explicit mbgl::PlacedGlyph default+copy+move ctorBruno de Oliveira Abinader2017-11-291-0/+8
* [build] Added mbgl-filesource to 'linux-core' targetBruno de Oliveira Abinader2017-11-291-1/+1
* [android] - use concurrent lists for camera change listeners (#10542)Tobrun2017-11-291-26/+25
* [darwin] Fixes CGImageRef leak when creating a map snapshot (#10585)Andrew Kitchen2017-11-281-2/+6
* [darwin] Adjusts initializer body to avoid premature ivar usage (#10582)Andrew Kitchen2017-11-281-10/+15
* [darwin, macos, ios] Renames CGImage creation function to imply +1 retain cou...Andrew Kitchen2017-11-274-6/+6
* [core, ios, qt, android] Close race condition in RunLoop (issue #9620)Chris Loer2017-11-274-8/+16
* [core] Android + old libstdc++ build fixThiago Marcos P. Santos2017-11-272-2/+3
* [core] Fix Qt4 on macOSBruno de Oliveira Abinader2017-11-271-1/+6
* [qt] Use qWarning() for loggingThiago Marcos P. Santos2017-11-242-3/+13
* [core] Fix crash on Qt + Windows + ANGLEThiago Marcos P. Santos2017-11-241-1/+6
* [build] refresh Circle CI docker imagesKonstantin Käfer2017-11-231-14/+27
* [Qt] Update documentationBruno de Oliveira Abinader2017-11-232-6/+12
* [build] Added CircleCI macos-release-node{4,6} jobsBruno de Oliveira Abinader2017-11-233-83/+81
* [android] - update bottom sheet example with popable fragment backstack (#10506)Tobrun2017-11-231-12/+15
* [android] Use inherited javaPeer in CustomGeometrySource C++ peerAsheem Mamoowala2017-11-223-21/+32
* [android] Reuse Java Source objects by holding on to a strong reference in th...Asheem Mamoowala2017-11-2221-193/+183
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-2212-21/+469
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-225-22/+13
* [android] Add Grid source sample for Custom Geometry SourceAsheem Mamoowala2017-11-225-2/+182
* [android] Bindings for Custom Geometry SourcesAsheem Mamoowala2017-11-229-1/+448
* [ios,macos] Add MGLComputedShapeSource example to demo appsJesse Crocker2017-11-223-4/+203
* [ios, macos] Implement MGLComputedShapeSource binding for CustomGeometrySourceAsheem Mamoowala2017-11-2213-6/+377
* [darwin] Abstract ShapeSource interfaceJesse Crocker2017-11-2214-133/+235