Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add {Source,CompositeCamera}Function benchmarksupstream/function-benchmark | Anand Thakker | 2017-08-25 | 8 | -3/+265 |
| | |||||
* | [core] Fix issue #9843 (overzoomed line label rendering glitch). | Chris Loer | 2017-08-25 | 2 | -21/+55 |
| | | | | | | Ports fix for GL JS issue #5112. Line label projection can't be based on tile geometry that's behind the plane of the camera. The relevant tests are still ignored because the overzoomed collision behavior is different between native and JS. | ||||
* | [core] Add optional type template parameter to util::unit, so that it ↵ | Chris Loer | 2017-08-25 | 1 | -2/+2 |
| | | | | doesn't always pick up the default type of 'double' from util::mag. | ||||
* | [core] Added GeometryTileWorker-owned image correlation ID | Bruno de Oliveira Abinader | 2017-08-25 | 8 | -24/+48 |
| | |||||
* | [core] Don't throttle placement in still mode | Bruno de Oliveira Abinader | 2017-08-25 | 2 | -2/+8 |
| | |||||
* | [test] Un-ignore regressions/mapbox-gl-native#9792 | Bruno de Oliveira Abinader | 2017-08-25 | 1 | -1/+0 |
| | |||||
* | Revert "[core] Ensure image dependencies in ↵ | Bruno de Oliveira Abinader | 2017-08-25 | 1 | -6/+1 |
| | | | | | | GeometryTileWorker::onImagesAvailable" This reverts commit cd8eb13ba2d8b65f6cac12a36e0586abc56fcb9f. | ||||
* | [core] No need to skip glClear optimization in overdraw mode | John Firebaugh | 2017-08-24 | 1 | -5/+0 |
| | |||||
* | [core] Eliminate temporary sources set | John Firebaugh | 2017-08-24 | 1 | -11/+8 |
| | |||||
* | [core] Clean up includes and forward declarations | John Firebaugh | 2017-08-24 | 3 | -25/+13 |
| | |||||
* | [core] Inline Renderer::Impl::doRender | John Firebaugh | 2017-08-24 | 3 | -41/+25 |
| | |||||
* | [core] Remove unnecessary members from UpdateParameters | John Firebaugh | 2017-08-24 | 3 | -8/+2 |
| | |||||
* | [core] Create BackendScopes in Renderer, assert in Impl | John Firebaugh | 2017-08-24 | 2 | -9/+7 |
| | | | | This avoids a long series of reset() calls in the Impl. | ||||
* | [core] Inline RenderItem and RenderData | John Firebaugh | 2017-08-24 | 3 | -50/+18 |
| | |||||
* | [core] Merge RenderStyle into Renderer::Impl | John Firebaugh | 2017-08-24 | 8 | -608/+477 |
| | |||||
* | [core] Avoid GeometryTile dependency in FeatureIndex | John Firebaugh | 2017-08-24 | 3 | -23/+14 |
| | |||||
* | [core] Avoid RenderStyle dependency in query code | John Firebaugh | 2017-08-24 | 21 | -96/+78 |
| | |||||
* | [android] - build SNAPSHOT from release branch | Tobrun Van Nuland | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Revert "[android] - configure loggin of HttpRequest, cleanup HttpRequest" | Tobrun Van Nuland | 2017-08-24 | 5 | -262/+202 |
| | | | | This reverts commit a059c74a54302f9604f3e3b28143be7645e6204f. | ||||
* | Update ignores + suite_implementation | Lauren Budorick | 2017-08-23 | 3 | -3/+10 |
| | |||||
* | [ios][macos][node][android] Updated documentation and Changelogs for #9821 | Asheem Mamoowala | 2017-08-22 | 5 | -1/+14 |
| | |||||
* | [tests] Enforce the schema downgrade behavior | Thiago Marcos P. Santos | 2017-08-22 | 2 | -0/+24 |
| | | | | Which is, delete and recreate the database. | ||||
* | [core] Remove database on schema downgrade | Thiago Marcos P. Santos | 2017-08-22 | 1 | -1/+1 |
| | | | | Previously we were throwing an exception. | ||||
* | [test] Re-added API.ZoomHistory | Bruno de Oliveira Abinader | 2017-08-22 | 3 | -0/+66 |
| | |||||
* | [core] Update ZoomHistory.lastInteger{Zoom,Time} if different from floor zoom | Bruno de Oliveira Abinader | 2017-08-22 | 1 | -16/+21 |
| | |||||
* | Set Default MaxZoom to 22 | Asheem Mamoowala | 2017-08-21 | 6 | -6/+11 |
| | |||||
* | [android] - update changelog with 5.1 patch releases | Tobrun Van Nuland | 2017-08-21 | 1 | -0/+44 |
| | |||||
* | [android] - configure loggin of HttpRequest, cleanup HttpRequest | Tobrun Van Nuland | 2017-08-19 | 5 | -202/+262 |
| | |||||
* | [android] update docs replacing bitrise mentions with circleci | Antonio Zugaldia | 2017-08-18 | 3 | -3/+3 |
| | |||||
* | Skip test for issue #9792, as it currently causes the test harness to time out. | Chris Loer | 2017-08-18 | 1 | -0/+1 |
| | |||||
* | [core] Correct x-offset introduced by vertical glyph rotation | Chris Loer | 2017-08-18 | 5 | -13/+22 |
| | | | | | Fixes issue#9768. Port of GL JS PR #5100. | ||||
* | [glfw] Getopt: Don't handle 0 value | Mattias Bengtsson | 2017-08-18 | 1 | -3/+0 |
| | | | | | | | | Since we don't have any options with non-null flags we don't need to handle the case where getopt_long returns 0. The case that handled 0 was susceptible to switch fall-through and made the code not compile with -Werror=implicit-fallthrough=. | ||||
* | [android] - style image accessor | Tobrun Van Nuland | 2017-08-18 | 5 | -0/+80 |
| | |||||
* | bumped MAS version number | Cameron Mace | 2017-08-18 | 1 | -1/+1 |
| | |||||
* | [android] - avoid IndexOutOfBounds when destroying map object | Tobrun Van Nuland | 2017-08-17 | 3 | -57/+19 |
| | |||||
* | [android] - create smallest possible LatLngBounds when visible region ↵ | Tobrun | 2017-08-17 | 3 | -8/+37 |
| | | | | crosses the dateline | ||||
* | [android] - update project readme with checkstyle and ndk-stack information | Tobrun Van Nuland | 2017-08-17 | 1 | -0/+9 |
| | |||||
* | [android] - add make android-check which wraps checkstyle and lint execution | Tobrun Van Nuland | 2017-08-17 | 1 | -0/+4 |
| | |||||
* | [android] - enable location change animation of MyLocationView by default | Tobrun Van Nuland | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | Initialize Xcode project build settings (#9777) | Anand Thakker | 2017-08-16 | 7 | -0/+38 |
| | |||||
* | [android] - deprecate MyLocationView in favor of LocationLayer plugin | Tobrun Van Nuland | 2017-08-15 | 4 | -0/+37 |
| | |||||
* | [android] - increase firebase timeout for CI testing | Tobrun Van Nuland | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | [android] - re-add projectedMeters | Tobrun Van Nuland | 2017-08-15 | 1 | -0/+15 |
| | |||||
* | [test] Added API.RecycleMapUpdateImages test | Bruno de Oliveira Abinader | 2017-08-14 | 4 | -0/+59 |
| | |||||
* | [core] Ensure image dependencies in GeometryTileWorker::onImagesAvailable | Bruno de Oliveira Abinader | 2017-08-14 | 1 | -1/+6 |
| | |||||
* | [android] - restore max zoom to 25.5 | Tobrun Van Nuland | 2017-08-14 | 1 | -1/+1 |
| | |||||
* | [test] Added Map.SetStyleDefaultCamera test | Bruno de Oliveira Abinader | 2017-08-11 | 2 | -0/+21 |
| | |||||
* | [core] Added Style::getDefaultCamera() | Bruno de Oliveira Abinader | 2017-08-11 | 7 | -62/+30 |
| | |||||
* | [android] - add example of camera zoom function on a symbol layer. | Tobrun | 2017-08-10 | 8 | -218/+144 |
| | |||||
* | [android] - optimise icon management | Tobrun Van Nuland | 2017-08-10 | 7 | -16/+248 |
| |