summaryrefslogtreecommitdiff
path: root/platform/node/src
Commit message (Expand)AuthorAgeFilesLines
* [node] Added 'removeSource'Bruno de Oliveira Abinader2017-09-152-0/+20
* [node] Implement GeoJSON converterBruno de Oliveira Abinader2017-09-132-17/+11
* [node] Set style default camera upon each test suite runBruno de Oliveira Abinader2017-08-311-0/+18
* [node] Cleanup NodeMap::RenderBruno de Oliveira Abinader2017-08-311-21/+6
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-264-143/+23
* [node] manage backendscope in renderer frontendIvo van Dongen2017-07-253-6/+10
* Partially revert "[node] Fix memory test hanging after GlyphAtlas refactoring...John Firebaugh2017-07-212-16/+0
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-181-11/+1
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-183-3/+3
* [node] rendering interface changesIvo van Dongen2017-07-184-10/+123
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+0
* [android][glfw][ios][macos][node][qt] split backend from mapobserverIvo van Dongen2017-07-182-3/+9
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-3/+3
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-8/+9
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-011-0/+8
* [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-152-29/+1
* [tidy] modernize-use-emplaceBruno de Oliveira Abinader2017-05-121-2/+2
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-1/+1
* [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-202-0/+39
* [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-232-15/+20
* [node] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-3/+5
* [node] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-152-8/+14
* [node] Fix memory test hanging after GlyphAtlas refactoring (#8394)Thiago Marcos P. Santos2017-03-142-0/+16
* [node, glfw] Remove libuv 0.10 supportJohn Firebaugh2017-03-102-14/+2
* [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-092-0/+81
* [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