| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] private OffscreenView implementation | Konstantin Käfer | 2017-02-27 | 1 | -1/+1 |
* | [node] adhere to node module naming requirements | Konstantin Käfer | 2017-02-23 | 2 | -2/+2 |
* | [build] Satisfy 'brew link node@4' condition | Bruno de Oliveira Abinader | 2017-02-01 | 1 | -1/+1 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 2 | -21/+21 |
* | Update version number and changelog (#7662)node-v3.4.4 | Bobby Sudekum | 2017-01-10 | 1 | -0/+4 |
* | [build] Use test-suite integration tests from mapbox-gl-js | John Firebaugh | 2017-01-09 | 4 | -4/+4 |
* | Bump version, update changelog (v3.4.3) (#7650)node-v3.4.3 | Bobby Sudekum | 2017-01-09 | 1 | -0/+4 |
* | Add addImage, removeImage API (#7610) | Bobby Sudekum | 2017-01-09 | 4 | -0/+254 |
* | [node] Fix array/object distinction | John Firebaugh | 2017-01-04 | 1 | -1/+1 |
* | [tests] Fix variable reference in test-suite harness | John Firebaugh | 2016-12-14 | 1 | -4/+4 |
* | [node] Fix order of operations when setting zoom and center | John Firebaugh | 2016-12-14 | 3 | -4/+46 |
* | [tests] Implement "wait" command with Map#render | John Firebaugh | 2016-12-12 | 1 | -8/+3 |
* | [other] fix spelling on month in node.js changelog | Chris Voll | 2016-12-06 | 1 | -3/+3 |
* | [node] Update brew package name | John Firebaugh | 2016-12-05 | 1 | -2/+3 |
* | [build] move logging to util | Konstantin Käfer | 2016-11-22 | 3 | -3/+3 |
* | [build] move headless rendering files to platform/default | Konstantin Käfer | 2016-11-22 | 2 | -3/+3 |
* | [node] Add setZoom and setPitch support | John Firebaugh | 2016-11-17 | 4 | -0/+44 |
* | [node] Revert semantics of Map#render | John Firebaugh | 2016-11-17 | 2 | -30/+40 |
* | node-v3.4.2node-v3.4.2 | Mike Morris | 2016-11-15 | 1 | -0/+4 |
* | [node] publish Node.js Linux binaries with GLX | Mike Morris | 2016-11-15 | 3 | -15/+20 |
* | node-v3.4.1node-v3.4.1 | Mike Morris | 2016-11-10 | 1 | -0/+5 |
* | [node] Initial camera will be set automatically by style | John Firebaugh | 2016-11-09 | 1 | -4/+0 |
* | [node] Don't needlessly reset map state | John Firebaugh | 2016-11-09 | 1 | -19/+41 |
* | node-v3.4.0 | Mike Morris | 2016-11-04 | 1 | -0/+5 |
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 1 | -7/+6 |
* | [core] move gl::Context to Backend and refactor View | Konstantin Käfer | 2016-10-25 | 2 | -15/+31 |
* | [core] separate Backend from View for headless rendering | Konstantin Käfer | 2016-10-25 | 2 | -3/+6 |
* | [node] publish Bitrise tag builds | Mike Morris | 2016-10-22 | 1 | -6/+33 |
* | [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceive | Mike Morris | 2016-10-20 | 1 | -3/+1 |
* | [node] remove internal NodeRequest class from public API | Mike Morris | 2016-10-20 | 4 | -7/+4 |
* | [core] [node] pass thread pool impl to Map constructor | Mike Morris | 2016-10-20 | 7 | -8/+86 |
* | [node] Added set{Bearing,Center} + updated -test-suite | Bruno de Oliveira Abinader | 2016-10-11 | 3 | -0/+46 |
* | [node] fix bad conditional, actually run tests | Mike Morris | 2016-09-23 | 1 | -3/+2 |
* | node-v3.3.3node-v3.3.3 | Mike Morris | 2016-09-06 | 1 | -0/+6 |
* | [node] switch to NodeRequest member fn callback | Thiago Marcos P. Santos | 2016-09-06 | 7 | -15/+82 |
* | [core] Trigger Source::Impl::reload when a filter or layout property is modified | John Firebaugh | 2016-09-06 | 1 | -22/+22 |
* | [core, ios, android, qt] Observe style layer mutations rather than requiring ... | John Firebaugh | 2016-09-06 | 1 | -2/+0 |
* | [node][tests] Add a test for making sure the map object throws on invalid style | Thiago Marcos P. Santos | 2016-08-25 | 1 | -1/+18 |
* | [node] Throw on invalid style JSON | Thiago Marcos P. Santos | 2016-08-25 | 1 | -0/+6 |
* | [node] add docs on publishing releases | Mike Morris | 2016-08-06 | 1 | -0/+18 |
* | [core] Updated clang-tidy fixes | Bruno de Oliveira Abinader | 2016-08-05 | 4 | -6/+6 |
* | [build] switch to CMake | Konstantin Käfer | 2016-08-05 | 3 | -106/+1 |
* | Update CHANGELOG.md | Mike Morris | 2016-08-01 | 1 | -1/+1 |
* | node-v3.3.2node-v3.3.2 | Mike Morris | 2016-08-01 | 1 | -0/+4 |
* | [node] build and publish Node.js binaries with BUILDTYPE=Release | Bruno de Oliveira Abinader | 2016-08-01 | 1 | -12/+14 |
* | node-v3.3.1node-v3.3.1 | Mike Morris | 2016-07-29 | 1 | -2/+4 |
* | fixes #5771: adds dates to releases in changelogs | Justin R. Miller | 2016-07-27 | 1 | -25/+24 |
* | [node] Fix integer conversion of filter values | Carol Hansen | 2016-07-22 | 1 | -2/+2 |
* | [ios,macos,node] Updated changelog about debug options no-ops in release mode | Bruno de Oliveira Abinader | 2016-07-20 | 1 | -0/+4 |
* | node-v3.3.0node-v3.3.0 | Mike Morris | 2016-07-14 | 1 | -0/+6 |