summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* Add FreeCameraOptions to the Map classMikko Pulkki2020-05-025-2/+106
* Refactor TransformState to use internal 3d cameraMikko Pulkki2020-05-022-37/+100
* [core] Fix performance-unnecessary-value-param errors in header filesThiago Marcos P. Santos2020-04-172-2/+2
* [core] Fix readability-redundant-member-init errors in header filesThiago Marcos P. Santos2020-04-171-1/+1
* [core] Fix readability-avoid-const-params-in-decls errors in header filesThiago Marcos P. Santos2020-04-171-3/+3
* [build] Fix undefined behavour sanitizer (#16375)zmiao2020-04-071-2/+5
* Refactor tileCover to support lod tilesMikko Pulkki2020-04-062-1/+11
* [core] Fix readability-* errorsThiago Marcos P. Santos2020-03-301-3/+6
* [core] Fix modernize-return-braced-init-list errorsThiago Marcos P. Santos2020-03-231-1/+1
* [core] Fix performance-unnecessary-value-param errorsThiago Marcos P. Santos2020-03-235-20/+35
* [core] Introduce Renderer::clearData() instead of keepRenderData map optionsMikhail Pozdnyakov2020-03-203-15/+2
* Add additional transformState::latLngToScreenCoordinate getter (#16311)galinelle2020-03-192-2/+7
* [core][tile|static mode] Introduce MapOptions::keepRenderData() flagMikhail Pozdnyakov2020-03-183-2/+15
* [core] Use weak annotation managerAlexander Shalamov2020-03-051-20/+18
* [core] FileSourceManager::getFileSource() returns PassRefPtrMikhail Pozdnyakov2020-02-261-1/+3
* [core] Return pitch bounds in degreesJuha Alanen2020-02-261-2/+2
* [core] Add min and max pitch optionsJuha Alanen2020-02-255-5/+79
* style::Style::getImage() returns optional<style::Image>Mikhail Pozdnyakov2020-02-111-3/+1
* [core] Loading images to style optimizationMikhail Pozdnyakov2020-02-111-1/+0
* [core] Simplify Placement::addLayer()Mikhail Pozdnyakov2020-01-221-1/+2
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-132-22/+24
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-091-0/+21
* Include padding when testing camera scale in cameraForLatLngBoundsAleksandar Stojiljkovic2019-12-171-1/+4
* correct insets camera management - see https://github.com/mapbox/mapbox-gl-na...Romain Quidet2019-12-171-16/+3
* [core] Refactoring transform state (#15956)zmiao2019-12-054-189/+518
* [core] Remove Map::cycleDebugOptionsBruno de Oliveira Abinader2019-12-041-24/+0
* [core] Fix MapSnapshotter build failure on WindowsAnder Conselvan de Oliveira2019-11-132-8/+4
* [core] Add batch conversion of latLngs to/from screenCoords (#15891)zmiao2019-11-071-0/+18
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-251-1/+1
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-121-1/+1
* [core, ios] Call transitionFinishFn for jumpTo. (#15473)Julian Rex2019-09-051-0/+9
* [core] make padding optional when camera position is requested.Łukasz Paczos2019-08-295-6/+6
* [core] Fix tileCover / TileCoordinate fromScreenCoordinate(#15442)Aleksandar Stojiljkovic2019-08-232-3/+13
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-232-3/+3
* Changelog entries and a nit for #15281Aleksandar Stojiljkovic2019-08-081-1/+1
* [core] Reuse flyTo constant screen velocity calculation for easeTo implementa...Aleksandar Stojiljkovic2019-08-082-18/+26
* [core] easeTo: linear interpolation over zoom instead of scaleAleksandar Stojiljkovic2019-08-081-6/+5
* [core] Limit pitch based on edge insets. Fix max Z calculation in getProjMatrix.Aleksandar Stojiljkovic2019-08-013-16/+38
* [core] Fix collision with content insetsAleksandar Stojiljkovic2019-07-172-8/+8
* [core] decrease the minimum pixel distance required to interpolate during cam...Łukasz Paczos2019-07-091-1/+1
* [core] TilePyramind uses TransformState::getScale()Mikhail Pozdnyakov2019-06-101-0/+3
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-284-62/+67
* [core] Forward ImageManagerObserver::onRemoveUnusedStyleImages to MapObserver...Alexander Shalamov2019-05-212-0/+9
* [core] GeometryTile and TileLoader keep strong reference to FileSourceMikhail Pozdnyakov2019-05-141-1/+1
* Refactor: coordinatePointMatrix skip recomputation (#14507)Aleksandar Stojiljkovic2019-05-132-6/+6
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-103-10/+3
* [core] clang-tidy fixesKonstantin Käfer2019-04-051-1/+1
* add onStyleImageMissing to allow dynamically loaded or generated images (#14253)Ansis Brammanis2019-04-022-0/+11
* [core] Include pixelRatio property in MapOptionsSudarsana Babu Nagineni2019-03-284-8/+18
* [core] Add setter/getter for size property in MapOptionsSudarsana Babu Nagineni2019-03-284-19/+16