| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [node] Read 'options.showOverdrawInspector' | Bruno de Oliveira Abinader | 2016-06-20 | 1 | -0/+5 |
* | [core] Avoid redundant 'inline' usage | Bruno de Oliveira Abinader | 2016-06-18 | 2 | -4/+4 |
* | [core, node] Implement setPaintProperty for color properties (#5380) | John Firebaugh | 2016-06-16 | 1 | -2/+12 |
* | Support for icon-text-fit, icon-text-fit-padding (#5334) | Young Hahn | 2016-06-15 | 2 | -0/+11 |
* | [node] Narrow conversion (double → float) caught by GCC | Bruno de Oliveira Abinader | 2016-06-15 | 1 | -1/+1 |
* | [node] Partial implementation of runtime styling API for node bindings | John Firebaugh | 2016-06-13 | 5 | -0/+360 |
* | [core] Eliminate some redundant NodeMap members | John Firebaugh | 2016-06-13 | 2 | -21/+9 |
* | [core] Make enum ↔ string conversion more generic-friendly | John Firebaugh | 2016-06-13 | 1 | -2/+4 |
* | [core, node, android] Remove used "base" parameter from setStyleJSON | John Firebaugh | 2016-06-02 | 1 | -1/+1 |
* | [node] don't fire callback for canceled AsyncRequest | Konstantin Käfer | 2016-05-26 | 3 | -4/+47 |
* | [core] Feature IDs are always integers | John Firebaugh | 2016-05-17 | 1 | -1/+1 |
* | [core] Use mapbox::geometry::box in queryRenderedFeatures | John Firebaugh | 2016-05-13 | 1 | -6/+7 |
* | [core] Update to geometry.hpp 0.5.0 | John Firebaugh | 2016-05-13 | 1 | -0/+5 |
* | [core] move from microsecond precision timestamp to integer second precision | Konstantin Käfer | 2016-05-13 | 1 | -2/+4 |
* | [node] Fix conversion of geometry collections to GeoJSON | John Firebaugh | 2016-05-06 | 1 | -3/+9 |
* | [core] Update geometry to 0.3.0 | John Firebaugh | 2016-05-06 | 1 | -18/+3 |
* | [core] Use geometry.hpp feature type | John Firebaugh | 2016-05-03 | 3 | -2/+193 |
* | [core] implement queryRenderedFeatures | Ansis Brammanis | 2016-04-29 | 2 | -0/+51 |
* | [core] Render from the main thread | John Firebaugh | 2016-04-14 | 3 | -32/+12 |
* | [node] don't dispose parent module in NodeLog destructor | Mike Morris | 2016-04-07 | 2 | -2/+1 |
* | [node] Properly inherit from EventEmitter | Vladimir Kurchatkin | 2016-04-05 | 1 | -6/+9 |
* | [core] Unify FileRequest and WorkRequest | John Firebaugh | 2016-03-24 | 2 | -12/+3 |
* | Revert "[node] Destroy the RunLoop with the last Map object" | Thiago Marcos P. Santos | 2016-02-24 | 4 | -18/+10 |
* | [node] Destroy the RunLoop with the last Map object | Thiago Marcos P. Santos | 2016-02-20 | 4 | -10/+18 |
* | [node] Fix handling of response callback with no arguments; add test | John Firebaugh | 2016-02-19 | 1 | -1/+1 |
* | [node] add debug options to node bindings | Ansis Brammanis | 2016-02-08 | 1 | -0/+26 |