summaryrefslogtreecommitdiff
path: root/platform/node/src
Commit message (Expand)AuthorAgeFilesLines
* [node] Fix array/object distinctionJohn Firebaugh2017-01-041-1/+1
* [node] Fix order of operations when setting zoom and centerJohn Firebaugh2016-12-141-4/+4
* [build] move logging to utilKonstantin Käfer2016-11-223-3/+3
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-222-3/+3
* [node] Add setZoom and setPitch supportJohn Firebaugh2016-11-172-0/+38
* [node] Revert semantics of Map#renderJohn Firebaugh2016-11-171-29/+27
* [node] Don't needlessly reset map stateJohn Firebaugh2016-11-091-19/+41
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-7/+6
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-252-15/+31
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-252-3/+6
* [core] extract weak_ptr mailbox->receive into Mailbox::maybeReceiveMike Morris2016-10-201-3/+1
* [node] remove internal NodeRequest class from public APIMike Morris2016-10-204-7/+4
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-207-8/+86
* [node] Added set{Bearing,Center} + updated -test-suiteBruno de Oliveira Abinader2016-10-112-0/+44
* [node] switch to NodeRequest member fn callbackThiago Marcos P. Santos2016-09-063-11/+9
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-061-22/+22
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-2/+0
* [node] Throw on invalid style JSONThiago Marcos P. Santos2016-08-251-0/+6
* [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