| Commit message (Expand) | Author | Age | Files | Lines |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 1 | -1/+1 |
* | [core] Make Map.addImage tests pass (#8843) | Asheem Mamoowala | 2017-05-02 | 1 | -2/+4 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 1 | -2/+2 |
* | [node] Add map.cancel() | Thiago Marcos P. Santos | 2017-04-20 | 2 | -0/+39 |
* | [node] Calculate image buffer and length once (#8673) | Bobby Sudekum | 2017-04-07 | 1 | -3/+6 |
* | [node] fix node bindings :bug: | Molly Lloyd | 2017-03-28 | 1 | -1/+1 |
* | [node] Fix mistaken .cpp include | John Firebaugh | 2017-03-28 | 1 | -1/+1 |
* | [core] Ensure that a BackendScope exists when doing GL calls | Konstantin Käfer | 2017-03-23 | 1 | -0/+2 |
* | [all] Replace Result<T> with optional<T> plus out Error parameter | John Firebaugh | 2017-03-23 | 2 | -15/+20 |
* | [node] Update changes in MapObserver::onDidFailLoadingMap | Bruno de Oliveira Abinader | 2017-03-17 | 2 | -3/+5 |
* | [node] Support mbgl::MapObserver | Bruno de Oliveira Abinader | 2017-03-15 | 2 | -8/+14 |
* | [node] Fix memory test hanging after GlyphAtlas refactoring (#8394) | Thiago Marcos P. Santos | 2017-03-14 | 2 | -0/+16 |
* | [node, glfw] Remove libuv 0.10 support | John Firebaugh | 2017-03-10 | 2 | -14/+2 |
* | [core] rename query options for query rendered features | Ivo van Dongen | 2017-03-09 | 1 | -1/+1 |
* | [core] Add support for queryRenderedFeatures filter | Asheem Mamoowala | 2017-03-04 | 1 | -2/+39 |
* | [core] private OffscreenView implementation | Konstantin Käfer | 2017-02-27 | 1 | -1/+1 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 1 | -19/+19 |
* | Add addImage, removeImage API (#7610) | Bobby Sudekum | 2017-01-09 | 2 | -0/+81 |
* | [node] Fix array/object distinction | John Firebaugh | 2017-01-04 | 1 | -1/+1 |
* | [node] Fix order of operations when setting zoom and center | John Firebaugh | 2016-12-14 | 1 | -4/+4 |
* | [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 | 2 | -0/+38 |
* | [node] Revert semantics of Map#render | John Firebaugh | 2016-11-17 | 1 | -29/+27 |
* | [node] Don't needlessly reset map state | John Firebaugh | 2016-11-09 | 1 | -19/+41 |
* | [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 |
* | [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 | 2 | -0/+44 |
* | [node] switch to NodeRequest member fn callback | Thiago Marcos P. Santos | 2016-09-06 | 3 | -11/+9 |
* | [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] Throw on invalid style JSON | Thiago Marcos P. Santos | 2016-08-25 | 1 | -0/+6 |
* | [core] Updated clang-tidy fixes | Bruno de Oliveira Abinader | 2016-08-05 | 4 | -6/+6 |
* | [node] Fix integer conversion of filter values | Carol Hansen | 2016-07-22 | 1 | -2/+2 |
* | [node] NodeRequest inherits from Nan::AsyncWorker | Mike Morris | 2016-07-14 | 7 | -156/+153 |
* | [node] enter new v8::Context to avoid leaking v8::FunctionTemplate in NodeMap... | Mike Morris | 2016-07-14 | 1 | -1/+6 |
* | [node] Added 'removeLayer' binding | Bruno de Oliveira Abinader | 2016-07-13 | 2 | -0/+20 |
* | [core] Report conversion errors using std::string | Thiago Marcos P. Santos | 2016-07-12 | 1 | -5/+5 |
* | [node] Also Update::Classes when setting a paint property | Thiago Marcos P. Santos | 2016-07-08 | 1 | -1/+1 |
* | [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514) | Young Hahn | 2016-07-06 | 2 | -4/+5 |
* | [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style Sp... | Minh Nguyễn | 2016-07-04 | 1 | -1/+1 |
* | [core, node] Implement bindings for addSource | John Firebaugh | 2016-06-24 | 3 | -0/+42 |
* | [core, node] Implement bindings for addLayer | John Firebaugh | 2016-06-24 | 6 | -301/+117 |
* | [core, node] Node bindings for setFilter | John Firebaugh | 2016-06-21 | 5 | -0/+97 |
* | [node] Support setLayoutProperty(..., "visibility", ...) | John Firebaugh | 2016-06-21 | 3 | -0/+22 |
* | [core] Use mbgl::style::conversion in node bindings | John Firebaugh | 2016-06-21 | 6 | -124/+114 |