summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-201-0/+1
|\
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-051-0/+1
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-031-0/+2
|\ \ | |/
| * [core, ios, macos] Added layers and sources properties to MGLStyleMinh Nguyễn2016-11-281-0/+2
| * [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-131-2/+2
* | [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-111-2/+2
* | [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-4/+4
|/
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-9/+8
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-1/+6
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-2/+3
* [core] Removed map attribution APIMinh Nguyễn2016-09-261-1/+0
* [core] Source-driven attributionMinh Nguyễn2016-09-261-0/+1
* [core] Add interface to add sprites to the styleThiago Marcos P. Santos2016-09-221-0/+4
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-3/+6
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+7
* [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo...Minh Nguyễn2016-08-121-2/+1
* [core] Runtime source API: Map methodsJohn Firebaugh2016-06-161-0/+7
* [core] Introduce Map::getLayerJohn Firebaugh2016-06-131-0/+1
* [tidy] Check llvm-namespace-commentBruno de Oliveira Abinader2016-06-131-1/+1
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-2/+2
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-6/+9
* [core] Generalize Map::{add,remove}CustomLayerJohn Firebaugh2016-06-021-8/+3
* [all] Rationalize annotation APIJohn Firebaugh2016-06-011-11/+2
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-2/+2
* [core] Fix code style issuesJohn Firebaugh2016-05-121-1/+1
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-111-2/+7
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-2/+3
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+4
* [core, ios, osx] cameraThatFitsCoordinateBoundsMinh Nguyễn2016-04-221-2/+3
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-151-19/+2
* [core] Render from the main threadJohn Firebaugh2016-04-141-15/+4
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-301-0/+1
|\
| * [core] Localize and simplify state for MapChangeDidFinishLoadingMap eventJohn Firebaugh2016-03-301-0/+1
* | [core] Default fade duration is now a constantBruno de Oliveira Abinader2016-03-181-3/+0
* | [core] Remove default transition durationBruno de Oliveira Abinader2016-03-181-3/+0
* | [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-181-3/+5
* | [core] Remove MapData::defaultTransitionDelayBruno de Oliveira Abinader2016-03-181-3/+0
* | [core] Harden Transform anchor & padding usageBruno de Oliveira Abinader2016-03-131-14/+15
|/
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-9/+9
* Merge branch 'release-ios-v3.1.0'Minh Nguyễn2016-02-241-0/+4
|\
| * [core, ios, osx] Only constrain after adding to a windowMinh Nguyễn2016-02-101-0/+4
* | [core] Add support for updating point annotationsGabriel Miklós2016-02-121-0/+2
|/
* [core] Remove unusedJohn Firebaugh2016-02-021-1/+0
* [core] Remove unusedJohn Firebaugh2016-02-021-3/+0
* [core] add setMaxZoom, setMinZoomAnsis Brammanis2016-01-281-0/+2
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-261-0/+1
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-2/+2
* [core, osx] Added optional padding to convenience methodsMinh Nguyễn2016-01-181-2/+6
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-181-8/+2