summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [core] Simplify mbgl::ImmutableMikhail Pozdnyakov2019-01-151-15/+5
* [core] Drop LayerTypeMikhail Pozdnyakov2019-01-042-21/+0
* [core] Support for excluding ideographic glyphs from offline downloads.Chris Loer2018-12-211-2/+4
* [core] Introduce Renderer::queryFeatureExtension APIAlexander Shalamov2018-12-122-1/+10
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-1/+1
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+1
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-1021-99/+143
* [core] convert CompoundExpressionRegistry to constexpr hash mapKonstantin Käfer2018-12-042-11/+3
* [core] use constexpr map using eternal for expression lookupsKonstantin Käfer2018-12-041-2/+1
* [core] OverscaledTileID::isChildOf should check wrap values.Chris Loer2018-11-301-1/+2
* [core] layermanager folderMikhail Pozdnyakov2018-11-3014-80/+96
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-0/+6
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-0/+22
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-271-0/+7
* [core] Remove error-prone setlatLng overloadBruno de Oliveira Abinader2018-11-271-1/+0
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-2712-98/+84
* [core] Camera center and anchor points are mutually exclusiveBruno de Oliveira Abinader2018-11-261-1/+4
* [core] Let placement transitions use the transition duration, if set, and all...Bruno de Oliveira Abinader2018-11-211-3/+7
* [core] Add static layer properties to mbgl::style::LayerTypeInfoAlexander Shalamov2018-11-191-3/+22
* [core] define number of concurrent downloads in online file source variableHuyen Chau Nguyen2018-11-151-1/+3
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-1512-78/+53
* [core] Add RendererState::{pixelForLatLng,latLngForPixel}Bruno de Oliveira Abinader2018-11-141-4/+10
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-133-7/+10
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-0712-27/+27
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-0712-35/+110
* [build] Remove #pragma diagnostic for boostThiago Marcos P. Santos2018-11-011-3/+0
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-3111-2/+119
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-3111-75/+0
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-2513-196/+61
* [core] Added RendererState::has{Image,Layer,Source}Bruno de Oliveira Abinader2018-10-251-1/+9
* [core] Avoid wrapping longitude values of exactly 180 and 360 (#12797) (#13006)Ryan Hamley2018-10-241-1/+1
* [core] add tests for handling requests with different prioritiesHuyen Chau Nguyen2018-10-231-0/+1
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-231-7/+19
* [core] refactor util::toString to use RapidJSON's stringificationKonstantin Käfer2018-10-231-37/+50
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-2/+0
* [core] only include <sstream> when we need itKonstantin Käfer2018-10-231-1/+3
* [core] add the ability to stringy numbers as hexKonstantin Käfer2018-10-231-0/+2
* [core] add ability to stringify doubles that are integer with and without tra...Konstantin Käfer2018-10-231-3/+3
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-191-0/+22
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-191-3/+2
* [core] Promote DefaultFileSource::put to general use.Chris Loer2018-10-171-1/+11
* [ios, macos] Minimal darwin wrappers of 'format' expressionChris Loer2018-10-151-1/+5
* [core] Initial implementation of 'format' expressionChris Loer2018-10-1519-10/+156
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-191-10/+23
* [core] Auto-convert concat arguments to stringsJohn Firebaugh2018-09-191-0/+2
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-133-48/+1
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-121-1/+2
* [android] add support for gnustlKonstantin Käfer2018-09-111-0/+11
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-072-0/+9
* [core] Fix cubic-bezier interpolation for zooms outside stop range.Chris Loer2018-09-061-1/+7