| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Remove database on schema downgrade | Thiago Marcos P. Santos | 2017-08-29 | 1 | -1/+1 |
* | [all] make default_styles header-only | Konstantin Käfer | 2017-07-13 | 2 | -26/+8 |
* | [ios, macos] Fix size and color of default marker image | Jason Wray | 2017-06-26 | 1 | -1/+1 |
* | [android] Release android-v5.1.0-beta.2 (#8976) | Tobrun | 2017-05-12 | 1 | -6/+10 |
* | [core, android, ios, macos] Added Traffic Day/Night to default styles | Minh Nguyễn | 2017-05-12 | 2 | -0/+5 |
* | [ios, macos] Undeprecated unversioned style URL factory methods | Minh Nguyễn | 2017-05-12 | 2 | -8/+7 |
* | [core, android, ios, macos, qt] v10 default styles | Minh Nguyễn | 2017-05-12 | 2 | -7/+7 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 1 | -9/+18 |
* | [core] Refactor Source::*Impls into RenderSources and TilePyramid | John Firebaugh | 2017-05-02 | 1 | -3/+1 |
* | [core] Fix compilation error with older libpng versions | Bruno de Oliveira Abinader | 2017-05-02 | 1 | -1/+1 |
* | [core] Fix compilation error with older libicu versions | Bruno de Oliveira Abinader | 2017-05-02 | 1 | -1/+1 |
* | [ios, macos] Update MGLMapView logo view (#8771) | Minh Nguyễn | 2017-04-24 | 1 | -1/+91 |
* | [android] use AAssetManager instead of libzip | Konstantin Käfer | 2017-04-24 | 1 | -1/+7 |
* | [common] Updated original application SVG icon | Minh Nguyễn | 2017-04-19 | 1 | -84/+0 |
* | [core] Remove unused bool() functions | Bruno de Oliveira Abinader | 2017-04-14 | 2 | -12/+0 |
* | [core] Updated Size::isEmpty and TransformState::valid checks | Bruno de Oliveira Abinader | 2017-04-10 | 1 | -1/+1 |
* | [core] destroy HeadlessDisplay after HeadlessBackend implementation | Konstantin Käfer | 2017-04-05 | 1 | -1/+1 |
* | [core] Do not throw on dtors | Thiago Marcos P. Santos | 2017-04-01 | 1 | -1/+1 |
* | [core] Privatize OpenGL/Context headers | Konstantin Käfer | 2017-03-28 | 2 | -0/+6 |
* | [core] Move OpenGL extension initialization to Backend | Konstantin Käfer | 2017-03-23 | 3 | -10/+2 |
* | [glfw] Support mbgl::MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 2 | -11/+0 |
* | [node, glfw] Don't throw in destructor | John Firebaugh | 2017-03-10 | 1 | -1/+1 |
* | [node, glfw] Remove libuv 0.10 support | John Firebaugh | 2017-03-10 | 3 | -27/+2 |
* | [core] Safeguard ICU UChar usage | Bruno de Oliveira Abinader | 2017-03-02 | 1 | -5/+7 |
* | [core] Cache file source base URL and access token | Jesse Bounds | 2017-03-01 | 1 | -4/+6 |
* | [core] private OffscreenView implementation | Konstantin Käfer | 2017-02-27 | 2 | -22/+51 |
* | [core] Reserve vector size | John Firebaugh | 2017-02-27 | 1 | -0/+2 |
* | [core] Avoid some string copies in bidi implementation | John Firebaugh | 2017-02-27 | 1 | -6/+7 |
* | [core] Add a pause/resume API to the DefaultFileSource | Thiago Marcos P. Santos | 2017-02-25 | 1 | -0/+8 |
* | [linux] Don't manually activate context before destroying it | John Firebaugh | 2017-02-22 | 1 | -3/+0 |
* | [ios] Clean-up conditionals for iOS <8 | Jason Wray | 2017-02-21 | 1 | -2/+2 |
* | [core] Ensure that context resources are destroyed before context is destroyed | John Firebaugh | 2017-02-20 | 1 | -0/+4 |
* | [core] Eliminate manual HeadlessBackend activation management | John Firebaugh | 2017-02-20 | 2 | -5/+3 |
* | [core] Inline HeadlessBackend::{activate,deactivate,destroy}Context | John Firebaugh | 2017-02-20 | 2 | -24/+4 |
* | [ios,macos,android,qt] use shared threadpool | Konstantin Käfer | 2017-02-20 | 3 | -1/+28 |
* | [core] add ability to transform URLs before they're requested from the Internet | Konstantin Käfer | 2017-02-20 | 2 | -0/+39 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 9 | -19/+19 |
* | [macos,ios] don't roundtrip through encodePNG when converting images | Konstantin Käfer | 2017-01-26 | 1 | -1/+1 |
* | [core] add clone() call to Image objects | Konstantin Käfer | 2017-01-26 | 1 | -6/+2 |
* | [core] replace encodePNG() with a version that doesn't use libpng | Konstantin Käfer | 2017-01-25 | 3 | -70/+102 |
* | [core] Replace sqlite3.h dependency in offline database | Bruno de Oliveira Abinader | 2017-01-23 | 2 | -4/+9 |
* | [core] Move sqlite::Statement::check to pimpl | Bruno de Oliveira Abinader | 2017-01-23 | 2 | -23/+21 |
* | [core] Move lastInsertRowId/changes to sqlite::Statement | Bruno de Oliveira Abinader | 2017-01-23 | 3 | -20/+25 |
* | [core] Private implementation for SQLite interface | Bruno de Oliveira Abinader | 2017-01-23 | 2 | -118/+149 |
* | [core][Qt] Use Qt for UTF16, since `codecvt` is not always available | Thiago Marcos P. Santos | 2017-01-20 | 1 | -0/+16 |
* | [core] Evict cached resources and tiles equally by access time (#7770) | Eric Wolfe | 2017-01-18 | 1 | -4/+29 |
* | [core] Remove platform-specific main.cpp from MBGL_TEST_FILES | Bruno de Oliveira Abinader | 2017-01-18 | 1 | -0/+20 |
* | Port raggedness-minimizing line breaking from gl-js. | Chris Loer | 2017-01-05 | 1 | -14/+10 |
* | Cleaning up line breaking code. | Chris Loer | 2017-01-05 | 1 | -38/+41 |
* | [core] Added BidiImpl to avoid ICU types exposure | Bruno de Oliveira Abinader | 2016-12-12 | 1 | -14/+17 |