Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] split off render layers | Ivo van Dongen | 2017-04-25 | 104 | -1114/+1715 |
| | |||||
* | [android] - fix publish snapshot step (#8815) | Tobrun | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | [ios, macos] Bumped recommended Xcode version >=8.0 (#8775) | Jordan Kiley | 2017-04-24 | 7 | -5/+7 |
| | |||||
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 34 | -381/+304 |
| | | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr | ||||
* | [ios, macos] Update MGLMapView logo view (#8771) | Minh Nguyễn | 2017-04-24 | 9 | -3/+95 |
| | | | | | | * [ios, macos] Updated logo view to new Mapbox logo * [default] Updated attribution logo SVG | ||||
* | Release node v3.5.0 (#8785)node-v3.5.0 | Bobby Sudekum | 2017-04-24 | 2 | -1/+6 |
| | |||||
* | [core] fix an issue with lines that have duplicate points (#8808) | Vladimir Agafonkin | 2017-04-24 | 2 | -4/+13 |
| | | | An equivalent of https://github.com/mapbox/mapbox-gl-js/pull/4634. | ||||
* | [android] - avoid calling MarkerViewClickListener twice (#8804) | Tobrun | 2017-04-24 | 1 | -7/+3 |
| | |||||
* | [core] Move Sprite parsing to thread pool | Konstantin Käfer | 2017-04-24 | 20 | -77/+147 |
| | |||||
* | [android] use AAssetManager instead of libzip | Konstantin Käfer | 2017-04-24 | 18 | -189/+135 |
| | |||||
* | [android] - rework instrumentation tests (#8793) | Tobrun | 2017-04-21 | 35 | -1400/+1120 |
| | |||||
* | [ios] fixes #8522: don't alter tint color on annotation views (#8789) | Justin R. Miller | 2017-04-21 | 1 | -0/+3 |
| | |||||
* | [android] - convert camera position values coming from core (#8794) | Tobrun | 2017-04-21 | 2 | -3/+17 |
| | |||||
* | [core] More complete fix for composite function interpolation edge case | John Firebaugh | 2017-04-20 | 3 | -4/+3 |
| | | | | b5b4549 / #8613 handled the edge case for layout properties, but not paint properties. Move the check for a degenerate range to interpolationFactor in order to handle both correctly. | ||||
* | [android] Add a way to use a custom location source (#8710) | Pablo Guardiola | 2017-04-20 | 8 | -21/+315 |
| | | | | | | * add a way to use a custom location source * add custom location engine example to test app | ||||
* | [core] remove unused leftover files | Konstantin Käfer | 2017-04-20 | 4 | -52/+3 |
| | |||||
* | [qt] Bring back icon.png | Minh Nguyễn | 2017-04-20 | 2 | -1/+1 |
| | |||||
* | [common] Updated original SVG icons | Minh Nguyễn | 2017-04-20 | 3 | -0/+115 |
| | |||||
* | [macos] Updated macosapp application iconset | Minh Nguyễn | 2017-04-20 | 16 | -5/+5 |
| | |||||
* | [node] Add test for request not found | Thiago Marcos P. Santos | 2017-04-20 | 1 | -0/+74 |
| | |||||
* | [node] Add map.cancel() | Thiago Marcos P. Santos | 2017-04-20 | 5 | -11/+167 |
| | | | | Cancels an ongoing rendering. | ||||
* | [node] Benchmark/stress test | Thiago Marcos P. Santos | 2017-04-20 | 1 | -0/+104 |
| | | | | Tries to simulate the workload from api-gl. | ||||
* | [node] Add request failure tests | Thiago Marcos P. Santos | 2017-04-20 | 1 | -0/+59 |
| | | | | Test for timeout and when the request fails. | ||||
* | [android] - move calculation of LatLngBounds to core (#8765) | Tobrun | 2017-04-20 | 14 | -158/+143 |
| | |||||
* | Harden telemetry event dispatch (#8767) | Tobrun | 2017-04-20 | 4 | -18/+66 |
| | | | | | | * [android] - harden telemetry event dispatch * fixup | ||||
* | [core] Render parent raster tiles when ideal tile can't be loaded | Konstantin Käfer | 2017-04-20 | 10 | -36/+100 |
| | |||||
* | [core] account for property functions in query rendered features | Ivo van Dongen | 2017-04-19 | 21 | -79/+194 |
| | |||||
* | [core] make Tile::getBucket const | Ivo van Dongen | 2017-04-19 | 5 | -5/+5 |
| | |||||
* | [core] property function statistics collection | Ivo van Dongen | 2017-04-19 | 2 | -1/+44 |
| | |||||
* | [ios][macos] Updated Mapbox logo in documentation | Eric Wolfe | 2017-04-19 | 1 | -21/+42 |
| | |||||
* | [android] - set firsRender flag to false when destroying the surface (#8739) | Tobrun | 2017-04-19 | 1 | -0/+1 |
| | |||||
* | [common] Updated original application SVG icon | Minh Nguyễn | 2017-04-19 | 3 | -164/+14 |
| | | | | Also deleted an unused, white-on-clear application icon. | ||||
* | [ios] Updated iosapp application iconset | Minh Nguyễn | 2017-04-19 | 13 | -0/+0 |
| | |||||
* | [macos] Fix pinch gesture scaling math | John Firebaugh | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | [android] - expose source layer identifier (#8709) | Tobrun | 2017-04-19 | 18 | -53/+168 |
| | |||||
* | bumped MAS version (#8763) | Cameron Mace | 2017-04-18 | 1 | -3/+3 |
| | |||||
* | [core] Remove unnecessary Source::Impl::enabled assignment | John Firebaugh | 2017-04-18 | 1 | -3/+1 |
| | | | | This flag will get set automatically by Style::recalculate. | ||||
* | [android] - post resetting invalidation flag to avoid race condition (#8738) | Tobrun | 2017-04-18 | 1 | -18/+24 |
| | |||||
* | [android] - synchronize display and context initalisation with create ↵ | Tobrun | 2017-04-18 | 2 | -16/+19 |
| | | | | surface to avoid EGL bad surface (#8759) | ||||
* | [core] Move ProjectedMeters to projection.hpp | John Firebaugh | 2017-04-18 | 4 | -45/+43 |
| | |||||
* | [core] Remove non-Map-dependent projection methods from Map | John Firebaugh | 2017-04-18 | 6 | -27/+15 |
| | |||||
* | [ios] Scale bar (#7631) | Fredrik Karlsson | 2017-04-16 | 8 | -4/+447 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios] added a scale bar * [ios] update design * [ios] show/hide scale bar * [ios] Remove the need to localize 0 * [ios] Support for imperial units * [ios] Round to nearest foot * [ios] Make scale bar private * [ios] Update design and clean up * [ios] Rename and various optimizations * [ios] RTL support * [ios] added max scale and removed animations * [ios] animate scale bar | ||||
* | [core] Combine two GlyphID-keyed maps in GlyphAtlas::Entry | John Firebaugh | 2017-04-14 | 2 | -54/+39 |
| | |||||
* | [core] Replace GlyphRangeSet in onGlyphsAvailable with optionals in the map | John Firebaugh | 2017-04-14 | 10 | -93/+56 |
| | | | | GlyphRangeSet isn't keyed by FontStack, so using it to indicate that a particular range was loaded could have produced false positives. | ||||
* | [core] Ignore shortest path in Map::pixelForLatLng | Bruno de Oliveira Abinader | 2017-04-14 | 4 | -33/+62 |
| | |||||
* | [core] Safeguard PositionedIcon usage via optional | Bruno de Oliveira Abinader | 2017-04-14 | 11 | -62/+82 |
| | |||||
* | [core] Tighten geo.hpp ctors | Bruno de Oliveira Abinader | 2017-04-14 | 12 | -74/+170 |
| | |||||
* | [core] TransitionOptions s/operator bool/isDefined/ | Bruno de Oliveira Abinader | 2017-04-14 | 2 | -2/+2 |
| | |||||
* | [core] Remove unused bool() functions | Bruno de Oliveira Abinader | 2017-04-14 | 4 | -23/+0 |
| | |||||
* | [ios] Deleted unused source unit tests | Minh Nguyễn | 2017-04-14 | 1 | -24/+0 |
| | | | | Deleted MGLSourceTests, which has been subsumed by MGLStyleTests and is no longer part of any test target. |