summaryrefslogtreecommitdiff
path: root/platform/node/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Updated clang-tidy fixesBruno de Oliveira Abinader2016-08-054-6/+6
* [node] Fix integer conversion of filter valuesCarol Hansen2016-07-221-2/+2
* [node] NodeRequest inherits from Nan::AsyncWorkerMike Morris2016-07-147-156/+153
* [node] enter new v8::Context to avoid leaking v8::FunctionTemplate in NodeMap...Mike Morris2016-07-141-1/+6
* [node] Added 'removeLayer' bindingBruno de Oliveira Abinader2016-07-132-0/+20
* [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-121-5/+5
* [node] Also Update::Classes when setting a paint propertyThiago Marcos P. Santos2016-07-081-1/+1
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-062-4/+5
* [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style Sp...Minh Nguyễn2016-07-041-1/+1
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-243-0/+42
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-246-301/+117
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-215-0/+97
* [node] Support setLayoutProperty(..., "visibility", ...)John Firebaugh2016-06-213-0/+22
* [core] Use mbgl::style::conversion in node bindingsJohn Firebaugh2016-06-216-124/+114
* [node] Read 'options.showOverdrawInspector'Bruno de Oliveira Abinader2016-06-201-0/+5
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-182-4/+4
* [core, node] Implement setPaintProperty for color properties (#5380)John Firebaugh2016-06-161-2/+12
* Support for icon-text-fit, icon-text-fit-padding (#5334)Young Hahn2016-06-152-0/+11
* [node] Narrow conversion (double → float) caught by GCCBruno de Oliveira Abinader2016-06-151-1/+1
* [node] Partial implementation of runtime styling API for node bindingsJohn Firebaugh2016-06-135-0/+360
* [core] Eliminate some redundant NodeMap membersJohn Firebaugh2016-06-132-21/+9
* [core] Make enum ↔ string conversion more generic-friendlyJohn Firebaugh2016-06-131-2/+4
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-1/+1
* [node] don't fire callback for canceled AsyncRequestKonstantin Käfer2016-05-263-4/+47
* [core] Feature IDs are always integersJohn Firebaugh2016-05-171-1/+1
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-6/+7
* [core] Update to geometry.hpp 0.5.0John Firebaugh2016-05-131-0/+5
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+4
* [node] Fix conversion of geometry collections to GeoJSONJohn Firebaugh2016-05-061-3/+9
* [core] Update geometry to 0.3.0John Firebaugh2016-05-061-18/+3
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-033-2/+193
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-292-0/+51
* [core] Render from the main threadJohn Firebaugh2016-04-143-32/+12
* [node] don't dispose parent module in NodeLog destructorMike Morris2016-04-072-2/+1
* [node] Properly inherit from EventEmitterVladimir Kurchatkin2016-04-051-6/+9
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-242-12/+3
* Revert "[node] Destroy the RunLoop with the last Map object"Thiago Marcos P. Santos2016-02-244-18/+10
* [node] Destroy the RunLoop with the last Map objectThiago Marcos P. Santos2016-02-204-10/+18
* [node] Fix handling of response callback with no arguments; add testJohn Firebaugh2016-02-191-1/+1
* [node] add debug options to node bindingsAnsis Brammanis2016-02-081-0/+26
* [node] patch memory leak in NodeMap::requestMike Morris2016-02-041-1/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-3/+2
* [node] extract the error message from the Error objectKonstantin Käfer2016-01-141-2/+16
* [node] code review cleanupMike Morris2015-12-152-21/+21
* [test] Update test suiteJohn Firebaugh2015-12-091-3/+6
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-011-1/+1
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-2/+5
* [node] Fix build on GCC 4.9.2Thiago Marcos P. Santos2015-11-265-8/+4
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-252-2/+2
* [core] Rewrite image handlingJohn Firebaugh2015-11-252-14/+12