Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [qt] add missing constupstream/pr-16468 | Nuno Goncalves | 2020-09-21 | 2 | -4/+4 |
| | | | | Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> | ||||
* | [build] s/master/main on GL JS | Thiago Marcos P. Santos | 2020-09-21 | 1 | -3/+3 |
| | | | | Check if pinned against main. | ||||
* | [build] Disable code coverage builds | Juha Alanen | 2020-06-18 | 1 | -26/+0 |
| | |||||
* | [build] Remove Android and iOS test runners | Juha Alanen | 2020-05-26 | 1 | -214/+0 |
| | |||||
* | [core] Fix raster map jittering during panning (#16478) | Kevin Li | 2020-05-25 | 1 | -2/+2 |
| | |||||
* | [build] Disable Android unit test runner | Juha Alanen | 2020-05-18 | 1 | -3/+3 |
| | | | | Disable Android unit test runner until CircleCI build issue is solved. | ||||
* | [build] Disable benchmarks in CI on Linux and Mac | Juha Alanen | 2020-05-18 | 2 | -3/+6 |
| | |||||
* | [build] Remove benchmark runners | Juha Alanen | 2020-05-18 | 1 | -77/+0 |
| | |||||
* | Update changelog | Mikko Pulkki | 2020-05-02 | 1 | -0/+4 |
| | |||||
* | Add unit tests for the free camera | Mikko Pulkki | 2020-05-02 | 3 | -2/+503 |
| | |||||
* | Add camera demo to the glfw app | Mikko Pulkki | 2020-05-02 | 2 | -1/+60 |
| | |||||
* | Add FreeCameraOptions to the Map class | Mikko Pulkki | 2020-05-02 | 9 | -4/+210 |
| | |||||
* | Refactor TransformState to use internal 3d camera | Mikko Pulkki | 2020-05-02 | 5 | -37/+358 |
| | |||||
* | Add quaternions to represent orientations | Mikko Pulkki | 2020-05-02 | 3 | -0/+148 |
| | |||||
* | Move vector types to a public header | Mikko Pulkki | 2020-05-02 | 4 | -4/+16 |
| | |||||
* | [darwin] Restore platform check for sku token (#16456) | Jordan Kiley | 2020-05-01 | 1 | -0/+2 |
| | |||||
* | Update changelog for the maps-1.6.0 releasemaps-v1.6.0upstream/release-v1.6.0 | Gali Nelle | 2020-04-30 | 1 | -0/+2 |
| | |||||
* | [core] Fix rest of 'brace initialization' errors | Alexander Shalamov | 2020-04-30 | 4 | -52/+52 |
| | |||||
* | [core] Fix geometry_util compilation error | zmiao | 2020-04-30 | 1 | -9/+10 |
| | |||||
* | [darwin] remove accountType check (#16449) | Jordan Kiley | 2020-04-30 | 1 | -9/+4 |
| | |||||
* | Update changelog | zmiao | 2020-04-30 | 1 | -0/+4 |
| | |||||
* | Update baseline | zmiao | 2020-04-30 | 1 | -1/+1 |
| | |||||
* | [core] Distance expression: Refine logic | zmiao | 2020-04-30 | 2 | -104/+175 |
| | |||||
* | [test] Distance expression: Update unit tests | zmiao | 2020-04-30 | 5 | -46/+456 |
| | |||||
* | Add support for polygon in distance expression | zmiao | 2020-04-30 | 2 | -33/+297 |
| | |||||
* | [core] Distance expression: Remove code and comments related to unit argument | zmiao | 2020-04-28 | 3 | -11/+9 |
| | |||||
* | Add change log entry | Mikhail Pozdnyakov | 2020-04-28 | 1 | -0/+12 |
| | |||||
* | Update baselines | Mikhail Pozdnyakov | 2020-04-28 | 1 | -3/+3 |
| | |||||
* | [core][tile mode] Further improve the label prioritization | Mikhail Pozdnyakov | 2020-04-28 | 1 | -12/+16 |
| | | | | | | The most important variable labels a placed right away at "populate intersections" phase, even if they do not actually intersect the tile borders. | ||||
* | [core][tile mode] Fix placement order of the variable labels | Mikhail Pozdnyakov | 2020-04-28 | 2 | -29/+41 |
| | | | | | | Before this change, all variable labels that could potentially intersect tile borders were placed first, breaking the style label placement priority order. | ||||
* | [core] Label intersection prioritization | Mikhail Pozdnyakov | 2020-04-28 | 1 | -3/+9 |
| | |||||
* | [build] Fix script that trigger downstream jobs | Thiago Marcos P. Santos | 2020-04-28 | 1 | -1/+1 |
| | | | | The API now replies with a 200 when the request is successful. | ||||
* | [repo] Update code owners | Thiago Marcos P. Santos | 2020-04-27 | 1 | -11/+5 |
| | | | | Require a member of the gl-native team to review a PR | ||||
* | Build default http stack if MBGL_PUBLIC_BUILD is set | Alexander Shalamov | 2020-04-27 | 6 | -8/+12 |
| | |||||
* | maps-v1.6.0-rc.2 (#16435)maps-v1.6.0-rc.2 | Minh Nguyễn | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | [core] Distance expression: remove unit argument (#16434) | zmiao | 2020-04-24 | 3 | -170/+26 |
| | |||||
* | Add test for PingFang TC Semibold | Alexander Shalamov | 2020-04-24 | 2 | -0/+15 |
| | |||||
* | [ios, macos] Increased tolerance for local glyph rasterization test | Minh Nguyễn | 2020-04-24 | 1 | -1/+1 |
| | | | | Co-authored-by: Alexander Shalamov <alexander.shalamov@mapbox.com> | ||||
* | [ios, macos] Match only one font name attribute at a time | Minh Nguyễn | 2020-04-24 | 1 | -7/+5 |
| | |||||
* | [ios, macos] Added and updated documentation | Minh Nguyễn | 2020-04-24 | 1 | -38/+96 |
| | |||||
* | [ios, macos] Get glyph metrics from font | Minh Nguyễn | 2020-04-24 | 3 | -33/+60 |
| | | | | | | Get glyph metrics from the font in the process of drawing each glyph into a bitmap context. These metrics result in more accurate kerning and better aligned baselines than the previous hard-coded values. Align iOS/macOS local glyph rasterization test fixture to Qt. | ||||
* | [ios, macos] Avoid redundant fallback in font cascade list | Minh Nguyễn | 2020-04-24 | 1 | -15/+38 |
| | | | | A font descriptor should not be a fallback for itself. | ||||
* | [ios, macos] Choose fonts from font stack that match local fonts | Minh Nguyễn | 2020-04-24 | 2 | -48/+52 |
| | | | | | | Prefer local fonts that match the names specified in the font stack (from the text-font layout property), except for the last resort fonts that mbgl hard-codes. Fall back to the list of fallback CJK fonts in user defaults, then the fonts passed in through the platform-agnostic interface (that come from Info.plist). Explicitly use the first font descriptor in the cascade list instead of the system default of Helvetica. Since the font stack can vary from one rasterization operation to the next, avoid caching the resolved font for now. Removed null checks that are unrealistic given the Core Text API contract. | ||||
* | [core] Factored out default fonts | Minh Nguyễn | 2020-04-24 | 2 | -8/+8 |
| | |||||
* | [ios, macos] Take font family names from user defaults | Minh Nguyễn | 2020-04-24 | 1 | -5/+8 |
| | | | | Take font family names from user defaults before falling back to font family names in Info.plist. | ||||
* | [ios, macos] Allow specifying multiple fonts or font families for local font ↵ | Minh Nguyễn | 2020-04-24 | 2 | -8/+30 |
| | | | | | | rendering mbgl::Renderer and mbgl::MapSnapshotter can now contain a list of font family names, font display names, and font PostScript names, each name separated by a newline. | ||||
* | [ios, macos] Corrected PingFang test fixture | Minh Nguyễn | 2020-04-24 | 2 | -1/+1 |
| | | | | PingFangTC-Regular is better than PingFangTC-Thin. There is no font by the name “PingFang”. | ||||
* | [ios, macos] Fixed receiving local file URL response | Minh Nguyễn | 2020-04-24 | 2 | -0/+6 |
| | |||||
* | [build] Remove incorrect include path in tests CMake | Sudarsana Babu Nagineni | 2020-04-24 | 1 | -5/+1 |
| | |||||
* | [render tests] Update tile-avoid-edges expectations | Mikhail Pozdnyakov | 2020-04-24 | 5 | -40/+40 |
| | | | | And other affected tests metrics too. |