| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump GL JS pin to get tests for global symbol querying. | Chris Loer | 2018-04-25 | 1 | -0/+22 |
* | Port global symbol query from GL JS: | Chris Loer | 2018-04-25 | 1 | -2/+0 |
* | Don't enforce ["zoom"] constraints for filters (#11672) | Anand Thakker | 2018-04-12 | 1 | -2/+2 |
* | Update layer immediately when changing its max/min zoom level (#11399) | Łukasz Paczos | 2018-04-12 | 3 | -0/+30 |
* | Fix style parsing bug for constant expressions (#11606) | Anand Thakker | 2018-04-09 | 1 | -0/+2 |
* | Remove unused lambda capture (#11602) | Anand Thakker | 2018-04-05 | 1 | -1/+1 |
* | [core] Don't resolve tokens after evaluating a text-field or icon-image expre... | John Firebaugh | 2018-03-22 | 1 | -1/+0 |
* | [core] don't hide icons if text is an empty string | Ansis Brammanis | 2018-03-19 | 1 | -1/+0 |
* | [core] Update mapbox-gl-js | John Firebaugh | 2018-03-14 | 1 | -0/+2 |
* | Port fix for "at" expression off-by-1 error (#11375) | Anand Thakker | 2018-03-02 | 1 | -0/+3 |
* | [test] Native ignore for GL JS issue #6160 | Chris Loer | 2018-02-28 | 1 | -0/+1 |
* | [test] Native expression test support for: | Chris Loer | 2018-02-28 | 1 | -24/+36 |
* | [core] Implement Expression::serialize() | Chris Loer | 2018-02-28 | 3 | -9/+25 |
* | [core, node] Hold on to map handle during NodeMap::request. | Chris Loer | 2018-02-23 | 1 | -0/+4 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 2 | -18/+1 |
* | [core] align raster-dem tiles to pixel grid (#11119) | Molly Lloyd | 2018-02-06 | 1 | -25/+0 |
* | [test] Ignore slightly-different collision circles on native. | Chris Loer | 2018-02-06 | 1 | -0/+1 |
* | [test] Temporarily ignore hillshade tests pending PR #11119. | Chris Loer | 2018-02-06 | 1 | -0/+29 |
* | [node] add setLight support | Konstantin Käfer | 2018-01-24 | 4 | -6/+50 |
* | [core] update mapbox-gl-js submodule pin | Konstantin Käfer | 2018-01-24 | 1 | -0/+1 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 2 | -29/+8 |
* | [core] Remove two obsolete ignores | John Firebaugh | 2018-01-11 | 1 | -2/+0 |
* | [core, ios, macos, android] Add data-driven-styling support for `text-font` | John Firebaugh | 2018-01-10 | 1 | -1/+0 |
* | [core] Account for circle-stroke-width in queryRenderedFeatures | John Firebaugh | 2018-01-10 | 1 | -1/+0 |
* | [core] Handle NaN input to interpolate and step | John Firebaugh | 2018-01-10 | 1 | -1/+0 |
* | [core] Omit inferred type annotations for 'coalesce' arguments | John Firebaugh | 2018-01-09 | 1 | -1/+0 |
* | [core] Fix alpha handling in rgba and to-rgba operators | John Firebaugh | 2018-01-09 | 1 | -3/+0 |
* | [core] Enable implicit type assertions for array types | John Firebaugh | 2018-01-09 | 1 | -3/+0 |
* | [core] Improve typing for !=, == expressions | John Firebaugh | 2018-01-09 | 1 | -14/+0 |
* | [core] Update debug collision circle shader. | Chris Loer | 2018-01-09 | 1 | -0/+1 |
* | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-01-05 | 1 | -1/+0 |
* | Fix distant collision perspective ratios (#10794). | Chris Loer | 2018-01-04 | 1 | -0/+1 |
* | Update mapbox-gl-js submodule | Lauren Budorick | 2017-12-20 | 1 | -0/+1 |
* | [core] Better align fill-extrusion vertex layout | Lauren Budorick | 2017-12-20 | 1 | -0/+1 |
* | [core] Overzoomed image sources vanish (#10677) | Asheem Mamoowala | 2017-12-13 | 1 | -5/+69 |
* | Add ignores for new ==, != tests (#10679) | Anand Thakker | 2017-12-12 | 1 | -0/+13 |
* | [core] Include bucket name in queryRenderedSymbols duplicate feature filter | Chris Loer | 2017-12-11 | 1 | -1/+0 |
* | Update gl-js submodule | John Firebaugh | 2017-12-01 | 1 | -2/+14 |
* | [build] Added CircleCI macos-release-node{4,6} jobs | Bruno de Oliveira Abinader | 2017-11-23 | 2 | -78/+5 |
* | [core] Remove ignores for passing tests. | Chris Loer | 2017-11-17 | 1 | -8/+5 |
* | [core] Skip fade animation for placed symbols that are currently offscreen. | Chris Loer | 2017-11-17 | 1 | -0/+1 |
* | [core] Split MapMode::Still into Static and Tile | Ansis Brammanis | 2017-11-17 | 4 | -8/+25 |
* | [core] Added ignores for two query tests that return the same set of items bu... | Chris Loer | 2017-11-17 | 1 | -0/+2 |
* | [core] Removed ignores for fixed issues. | Chris Loer | 2017-11-17 | 1 | -36/+0 |
* | [docs] Fix link in node readme (#10395) | Eduard Popov | 2017-11-15 | 1 | -1/+1 |
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 5 | -25/+390 |
* | Add support for 'sleep' operation in render tests (#10282) | Anand Thakker | 2017-10-25 | 1 | -0/+6 |
* | Enable native test for text-keep-upright with text-offset. | Chris Loer | 2017-10-24 | 1 | -1/+0 |
* | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 3 | -99/+115 |
* | [node] Release v3.5.8 (#10243)node-v3.5.8 | Bruno de Oliveira Abinader | 2017-10-20 | 1 | -0/+5 |