| Commit message (Expand) | Author | Age | Files | Lines |
* | [node] Update documentation for publishing process (#12500) | John Firebaugh | 2018-07-31 | 1 | -5/+11 |
* | [build] Remove obsolete bitrise.yml files | John Firebaugh | 2018-07-24 | 1 | -15/+0 |
* | [test] Add native ignore for symbol-cross-fade test. | Chris Loer | 2018-07-23 | 1 | -0/+1 |
* | [node] prevent scheduled renderFinished() calls from running when render is c... | Konstantin Käfer | 2018-07-13 | 1 | -9/+16 |
* | [docs] Add changelog entries for #12294 | Chris Loer | 2018-07-05 | 1 | -0/+1 |
* | [core] Fix sort order for queryRenderedFeatures when features are filtered. | Chris Loer | 2018-07-03 | 1 | -2/+0 |
* | [ios, macos] Try to make darwin "resolvedLocale" BCP 47 compliant | Chris Loer | 2018-07-03 | 1 | -1/+1 |
* | [test] Remove "collator" ignores | Chris Loer | 2018-07-03 | 1 | -15/+1 |
* | [core] Introduce "collator" expressions | Chris Loer | 2018-07-03 | 1 | -0/+8 |
* | Change error message with invalid render usage (#12265) | Dane Springmeyer | 2018-06-29 | 2 | -2/+2 |
* | [tests] Replaced the ZoomHistory test with a render test | John Firebaugh | 2018-06-28 | 1 | -0/+2 |
* | [tests] Remove ignores for implemented features | John Firebaugh | 2018-06-27 | 1 | -27/+3 |
* | [node] Build and publish for node 6.x, 8.x, and 10.x | John Firebaugh | 2018-06-26 | 2 | -17/+22 |
* | [node] add compatibility with node-pre-gyp binary publishing | Konstantin Käfer | 2018-06-26 | 1 | -1/+1 |
* | [core] add raster-resampling property (#12176)upstream/rclee | Molly Lloyd | 2018-06-21 | 1 | -0/+4 |
* | [core] port zero line-width fix from gl-js (#12175) | Molly Lloyd | 2018-06-19 | 1 | -0/+6 |
* | [node] hide all symbols from the Node.js addons | Konstantin Käfer | 2018-06-04 | 2 | -0/+3 |
* | [node] fixup bad merge | Konstantin Käfer | 2018-05-22 | 1 | -1/+1 |
* | [node] allow building all ABIs at once | Konstantin Käfer | 2018-05-22 | 1 | -2/+1 |
* | [node] move to Nan 2.10.0 | Konstantin Käfer | 2018-05-22 | 4 | -14/+33 |
* | [node] prevent race condition for renderFinished | Konstantin Käfer | 2018-05-22 | 1 | -0/+6 |
* | [core] Align match behavior with case/== | John Firebaugh | 2018-05-18 | 1 | -0/+3 |
* | [core] Rework spec function/expression taxonomy | Lauren Budorick | 2018-05-14 | 1 | -1/+7 |
* | [docs] Make per-platform installation docs self-contained | John Firebaugh | 2018-04-30 | 2 | -4/+7 |
* | [core] Port is-supported-script to native. | Chris Loer | 2018-04-27 | 1 | -3/+1 |
* | [core] Remove circle-pitch-scale test ignores. | Chris Loer | 2018-04-26 | 1 | -4/+0 |
* | 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 |