| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor util::fontStacks() | Mikhail Pozdnyakov | 2018-11-19 | 2 | -17/+22 |
* | [core] add test about number of maximum concurrent requests | Huyen Chau Nguyen | 2018-11-15 | 4 | -3/+40 |
* | [core] define number of concurrent downloads in online file source variable | Huyen Chau Nguyen | 2018-11-15 | 1 | -2/+2 |
* | [core] Add RendererState::{pixelForLatLng,latLngForPixel} | Bruno de Oliveira Abinader | 2018-11-14 | 1 | -0/+10 |
* | [test] Add test for when requesting the same resource many times | Thiago Marcos P. Santos | 2018-11-13 | 1 | -1/+19 |
* | [qt] Deprecate Qt4 and old versions of Qt5 | Thiago Marcos P. Santos | 2018-11-13 | 1 | -0/+0 |
* | [build] Update to geometry v1.0.0 | Bruno de Oliveira Abinader | 2018-11-13 | 6 | -28/+24 |
* | [core] Change toLowerHex to produce lower hex sequences | Alexander Shalamov | 2018-11-07 | 1 | -1/+1 |
* | Remove style::Layer::is()/as() | Mikhail Pozdnyakov | 2018-10-31 | 4 | -13/+17 |
* | [core] Added RendererState::has{Image,Layer,Source} | Bruno de Oliveira Abinader | 2018-10-25 | 1 | -0/+38 |
* | [core] add tests for handling requests with different priorities | Huyen Chau Nguyen | 2018-10-23 | 2 | -1/+92 |
* | [core] add priorities to resources | Huyen Chau Nguyen | 2018-10-23 | 2 | -3/+63 |
* | [core] remove some uses of <iostream> and <sstream> | Konstantin Käfer | 2018-10-23 | 2 | -2/+2 |
* | [core] don't use <sstream> and <iomanip> for string construction | Konstantin Käfer | 2018-10-23 | 1 | -0/+8 |
* | [core] add the ability to stringy numbers as hex | Konstantin Käfer | 2018-10-23 | 1 | -0/+11 |
* | [core] add ability to stringify doubles that are integer with and without tra... | Konstantin Käfer | 2018-10-23 | 1 | -0/+5 |
* | [core] deduplicate dtoa() from RapidJSON and add tests | Konstantin Käfer | 2018-10-23 | 1 | -0/+13 |
* | [core] Introduce mbgl::RendererState | Bruno de Oliveira Abinader | 2018-10-19 | 1 | -0/+28 |
* | [core] CameraOptions receives and outputs angle and pitch as degrees, not rad... | Bruno de Oliveira Abinader | 2018-10-19 | 2 | -8/+8 |
* | [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105) | Ryan Hamley | 2018-10-18 | 1 | -1/+1 |
* | [core, test] Add BiDi unit test | Chris Loer | 2018-10-15 | 1 | -0/+90 |
* | [test] Add unit test for TaggedString::trim() | Chris Loer | 2018-10-15 | 1 | -0/+27 |
* | [test] Enable 'format' Expression test. | Chris Loer | 2018-10-15 | 1 | -2/+1 |
* | [core, tests] Don't break text-field support "identity functions" | Chris Loer | 2018-10-15 | 1 | -0/+18 |
* | [core] Initial implementation of 'format' expression | Chris Loer | 2018-10-15 | 4 | -7/+9 |
* | [core,test] Update expression style parsing test fixture. | Chris Loer | 2018-10-15 | 1 | -1/+1 |
* | [test] add test checking that unclipped tiles are not used by ClipIDGenerator | Molly Lloyd | 2018-10-03 | 1 | -0/+41 |
* | [core] Read style's transition from parser | Bruno de Oliveira Abinader | 2018-10-03 | 1 | -0/+8 |
* | [core] Do not constrain on X axis in ConstrainMode::HeightOnly | Bruno de Oliveira Abinader | 2018-10-02 | 2 | -9/+12 |
* | [core] Always request 1x and @2x sprite images for portability | Konstantin Käfer | 2018-09-24 | 1 | -5/+7 |
* | [core] don't break ascent in the overscaled tile phase | Konstantin Käfer | 2018-09-21 | 1 | -0/+50 |
* | [core] For string-valued properties, do coercion rather than assertion | John Firebaugh | 2018-09-19 | 1 | -5/+5 |
* | [linux,qt] Remove remainder of WebP support | Konstantin Käfer | 2018-09-13 | 3 | -30/+2 |
* | [android] add support for gnustl | Konstantin Käfer | 2018-09-11 | 4 | -19/+23 |
* | [core] Implement CrossFadedDataDrivenProperty to add support for feature expr... | Molly Lloyd | 2018-08-31 | 3 | -31/+37 |
* | Enforce Offline tile limit when merging sideloaded databases | Asheem Mamoowala | 2018-08-28 | 1 | -0/+31 |
* | Require minimum side-loaded database user_version=6 | Asheem Mamoowala | 2018-08-28 | 1 | -1/+1 |
* | Add unit tests and fixtures for OfflineDatabase::mergeDatabase | Asheem Mamoowala | 2018-08-28 | 4 | -0/+203 |
* | [core] add exception for unimplemented expressions in tests | Molly Lloyd | 2018-08-21 | 1 | -1/+5 |
* | [core] offline region definition - add support for arbitrary geometries | Ivo van Dongen | 2018-08-20 | 3 | -91/+81 |
* | [core] make style/conversion.hpp implementation private | Konstantin Käfer | 2018-08-19 | 2 | -2/+2 |
* | [core] Evict unused font stacks from GlyphManager | John Firebaugh | 2018-08-17 | 1 | -8/+8 |
* | [core] recreate offline database when it is deleted out from under our feet | Konstantin Käfer | 2018-08-14 | 1 | -4/+4 |
* | WIP: use expected<T, E> for passing on errors | Konstantin Käfer | 2018-08-14 | 2 | -19/+20 |
* | [test] add test for pending offline download when the disk is full | Konstantin Käfer | 2018-08-14 | 1 | -1/+77 |
* | [core] harden OfflineDatabase | Konstantin Käfer | 2018-08-14 | 8 | -192/+850 |
* | [core] Fix querying for annotations near tile boundaries at high zoom. | Chris Loer | 2018-08-14 | 1 | -0/+13 |
* | [core] add test for comparing filter name to id | Konstantin Käfer | 2018-08-14 | 1 | -0/+4 |
* | [android, linux] Upgrade to SQLite 3.24.0, compiled to minimize binary size | John Firebaugh | 2018-08-10 | 1 | -6/+10 |
* | Revert "[core] Replace Boost.Spirit with std::regex in CacheControl::parse()" | Bruno de Oliveira Abinader | 2018-08-08 | 1 | -9/+0 |