| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Drop LayerType | Mikhail Pozdnyakov | 2019-01-04 | 2 | -21/+0 |
* | [core] Support for excluding ideographic glyphs from offline downloads. | Chris Loer | 2018-12-21 | 1 | -2/+4 |
* | [core] Introduce Renderer::queryFeatureExtension API | Alexander Shalamov | 2018-12-12 | 2 | -1/+10 |
* | [docs] EnterIdle -> BecomeIdle | Chris Loer | 2018-12-11 | 1 | -1/+1 |
* | [core, darwin, android] Add onDidEnterIdle to MapObserver. | Chris Loer | 2018-12-11 | 1 | -0/+1 |
* | [core, android, darwin] Move layer factories to separate files | Mikhail Pozdnyakov | 2018-12-10 | 21 | -99/+143 |
* | [core] convert CompoundExpressionRegistry to constexpr hash map | Konstantin Käfer | 2018-12-04 | 2 | -11/+3 |
* | [core] use constexpr map using eternal for expression lookups | Konstantin Käfer | 2018-12-04 | 1 | -2/+1 |
* | [core] OverscaledTileID::isChildOf should check wrap values. | Chris Loer | 2018-11-30 | 1 | -1/+2 |
* | [core] layermanager folder | Mikhail Pozdnyakov | 2018-11-30 | 14 | -80/+96 |
* | [core] Support fill-extrusion-vertical-gradient | Bruno de Oliveira Abinader | 2018-11-29 | 1 | -0/+6 |
* | [core] LayerManager can disable annotations | Mikhail Pozdnyakov | 2018-11-28 | 1 | -0/+22 |
* | [core] Cleanup Transform, use {jump,ease}To() instead | Bruno de Oliveira Abinader | 2018-11-27 | 1 | -0/+7 |
* | [core] Remove error-prone setlatLng overload | Bruno de Oliveira Abinader | 2018-11-27 | 1 | -1/+0 |
* | [core][Android][Darwin] LayerManager creates RenderLayer instances | Mikhail Pozdnyakov | 2018-11-27 | 12 | -98/+84 |
* | [core] Camera center and anchor points are mutually exclusive | Bruno de Oliveira Abinader | 2018-11-26 | 1 | -1/+4 |
* | [core] Let placement transitions use the transition duration, if set, and all... | Bruno de Oliveira Abinader | 2018-11-21 | 1 | -3/+7 |
* | [core] Add static layer properties to mbgl::style::LayerTypeInfo | Alexander Shalamov | 2018-11-19 | 1 | -3/+22 |
* | [core] define number of concurrent downloads in online file source variable | Huyen Chau Nguyen | 2018-11-15 | 1 | -1/+3 |
* | [core][android] Introduce mbgl::style::LayerTypeInfo | Mikhail Pozdnyakov | 2018-11-15 | 12 | -78/+53 |
* | [core] Add RendererState::{pixelForLatLng,latLngForPixel} | Bruno de Oliveira Abinader | 2018-11-14 | 1 | -4/+10 |
* | [build] Update to geometry v1.0.0 | Bruno de Oliveira Abinader | 2018-11-13 | 3 | -7/+10 |
* | noexcept specifier for layer factory methods | Mikhail Pozdnyakov | 2018-11-07 | 12 | -27/+27 |
* | Refer corresponding LayerFactory instance from the Layer::Impl | Mikhail Pozdnyakov | 2018-11-07 | 12 | -35/+110 |
* | [build] Remove #pragma diagnostic for boost | Thiago Marcos P. Santos | 2018-11-01 | 1 | -3/+0 |
* | Introduce the style::Layer factory classes | Mikhail Pozdnyakov | 2018-10-31 | 11 | -2/+119 |
* | Remove style::Layer::is()/as() | Mikhail Pozdnyakov | 2018-10-31 | 11 | -75/+0 |
* | Consolidate `style::Layer` properties API | Mikhail Pozdnyakov | 2018-10-25 | 13 | -196/+61 |
* | [core] Added RendererState::has{Image,Layer,Source} | Bruno de Oliveira Abinader | 2018-10-25 | 1 | -1/+9 |
* | [core] Avoid wrapping longitude values of exactly 180 and 360 (#12797) (#13006) | Ryan Hamley | 2018-10-24 | 1 | -1/+1 |
* | [core] add tests for handling requests with different priorities | Huyen Chau Nguyen | 2018-10-23 | 1 | -0/+1 |
* | [core] add priorities to resources | Huyen Chau Nguyen | 2018-10-23 | 1 | -7/+19 |
* | [core] refactor util::toString to use RapidJSON's stringification | Konstantin Käfer | 2018-10-23 | 1 | -37/+50 |
* | [core] remove some uses of <iostream> and <sstream> | Konstantin Käfer | 2018-10-23 | 1 | -2/+0 |
* | [core] only include <sstream> when we need it | Konstantin Käfer | 2018-10-23 | 1 | -1/+3 |
* | [core] add the ability to stringy numbers as hex | Konstantin Käfer | 2018-10-23 | 1 | -0/+2 |
* | [core] add ability to stringify doubles that are integer with and without tra... | Konstantin Käfer | 2018-10-23 | 1 | -3/+3 |
* | [core] Introduce mbgl::RendererState | Bruno de Oliveira Abinader | 2018-10-19 | 1 | -0/+22 |
* | [core] CameraOptions receives and outputs angle and pitch as degrees, not rad... | Bruno de Oliveira Abinader | 2018-10-19 | 1 | -3/+2 |
* | [core] Promote DefaultFileSource::put to general use. | Chris Loer | 2018-10-17 | 1 | -1/+11 |
* | [ios, macos] Minimal darwin wrappers of 'format' expression | Chris Loer | 2018-10-15 | 1 | -1/+5 |
* | [core] Initial implementation of 'format' expression | Chris Loer | 2018-10-15 | 19 | -10/+156 |
* | [core] For string-valued properties, do coercion rather than assertion | John Firebaugh | 2018-09-19 | 1 | -10/+23 |
* | [core] Auto-convert concat arguments to strings | John Firebaugh | 2018-09-19 | 1 | -0/+2 |
* | [core] Implement array assertion fallback behavior | John Firebaugh | 2018-09-13 | 3 | -48/+1 |
* | [core] Port "collision group" plumbing to gl-native. | Chris Loer | 2018-09-12 | 1 | -1/+2 |
* | [android] add support for gnustl | Konstantin Käfer | 2018-09-11 | 1 | -0/+11 |
* | Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-y | ryanhamley | 2018-09-07 | 2 | -0/+9 |
* | [core] Fix cubic-bezier interpolation for zooms outside stop range. | Chris Loer | 2018-09-06 | 1 | -1/+7 |
* | [windows, qt] fix windows compiler errors, remove tao + tuple polyfill | Molly Lloyd | 2018-08-31 | 2 | -24/+14 |