summaryrefslogtreecommitdiff
path: root/platform/node/src/node_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* [node] Pixel ratio may be floating pointJohn Firebaugh2017-05-231-2/+2
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-1/+1
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-28/+1
* [tidy] modernize-use-emplaceBruno de Oliveira Abinader2017-05-121-2/+2
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-021-2/+4
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-2/+2
* [node] Add map.cancel()Thiago Marcos P. Santos2017-04-201-0/+37
* [node] Calculate image buffer and length once (#8673)Bobby Sudekum2017-04-071-3/+6
* [node] fix node bindings :bug:Molly Lloyd2017-03-281-1/+1
* [node] Fix mistaken .cpp includeJohn Firebaugh2017-03-281-1/+1
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+2
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-13/+17
* [node] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-2/+2
* [node] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-7/+7
* [node, glfw] Remove libuv 0.10 supportJohn Firebaugh2017-03-101-7/+1
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-1/+1
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-2/+39
* [core] private OffscreenView implementationKonstantin Käfer2017-02-271-1/+1
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-19/+19
* Add addImage, removeImage API (#7610)Bobby Sudekum2017-01-091-0/+79
* [node] Fix order of operations when setting zoom and centerJohn Firebaugh2016-12-141-4/+4
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-221-1/+1
* [node] Add setZoom and setPitch supportJohn Firebaugh2016-11-171-0/+36
* [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-251-13/+28
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-3/+4
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-1/+2
* [node] Added set{Bearing,Center} + updated -test-suiteBruno de Oliveira Abinader2016-10-111-0/+42
* [node] switch to NodeRequest member fn callbackThiago Marcos P. Santos2016-09-061-2/+2
* [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-051-1/+1
* [node] NodeRequest inherits from Nan::AsyncWorkerMike Morris2016-07-141-40/+38
* [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-131-0/+19
* [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
* [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-241-0/+27
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-26/+93
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-211-0/+37
* [core] Use mbgl::style::conversion in node bindingsJohn Firebaugh2016-06-211-3/+12
* [node] Read 'options.showOverdrawInspector'Bruno de Oliveira Abinader2016-06-201-0/+5
* [node] Partial implementation of runtime styling API for node bindingsJohn Firebaugh2016-06-131-0/+76
* [core] Eliminate some redundant NodeMap membersJohn Firebaugh2016-06-131-17/+9
* [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-261-2/+3