Commit Graph

  • db039252c7 Add automatic clipboard support Juanjo Diaz 2019-12-18 15:24:03 +0200
  • 483f3df789 Fix errors on non-touch devices Juanjo Diaz 2020-01-16 15:22:25 +0200
  • 30c1485ad8 Separate mouse and touch events Juanjo Diaz 2019-12-17 14:14:55 +0200
  • 776cda5dc4
    Merge pull request #1398 from novnc/compressionlevel Samuel Mannehed 2020-05-01 20:49:49 +0200
  • 479d8cefd1 Add ability to set compression level Samuel Mannehed 2020-05-01 16:14:15 +0200
  • a672168d4d Add unit tests for mouse move limit Samuel Mannehed 2020-05-01 20:26:51 +0200
  • 0f81407c64 Shorten rows to max 80 chars in mouse.js Samuel Mannehed 2020-05-01 19:53:36 +0200
  • f477469fb5 Fix wording in comment Samuel Mannehed 2020-05-01 19:51:33 +0200
  • c9582690ac
    Merge pull request #1352 from uklatt/master Samuel Mannehed 2020-05-01 20:36:18 +0200
  • 44eb1fe59b Limit mouse move events to one every 17 ms Uwe Klatt 2020-01-03 12:08:35 +0100
  • e7fa686f32 Fix indentation for focus check Samuel Mannehed 2020-05-01 15:34:14 +0200
  • 8df281cce6 Don't fade the control bar if it has focus Samuel Mannehed 2020-05-01 14:38:09 +0200
  • c12e5b2b54 Hide the clipboard when not connected Samuel Mannehed 2020-05-01 13:30:01 +0200
  • 302895cdf3
    Merge pull request #1396 from iblech/patch-1 Samuel Mannehed 2020-04-29 18:58:04 +0200
  • 27a6978e30
    Document default setting of `focusOnClick` Ingo Blechschmidt 2020-04-29 09:36:32 +0200
  • 640ac5f0eb update the qemu websocket uri akilesh1597 2020-04-18 18:32:10 +0530
  • 377785874c adding trim to clipboard value Pawel Raczyk 2020-04-14 13:35:59 +0200
  • 5837888fca Update failing WebChannel tests, 6 RFB tests still failing Ryan Castner 2020-04-09 08:51:09 -0400
  • fc8518c057 Swap out onclose for addEventListener('close') on WebChannel Ryan Castner 2020-04-09 08:49:57 -0400
  • ae6db4316b Remove use of for..of, incompatible with IE Ryan Castner 2020-04-08 11:40:51 -0400
  • 8f28e062fd Use Array.prototype.indexOf instead of Array.prototype.includes to support IE Ryan Castner 2020-04-08 11:27:37 -0400
  • a1015d8db5 rfb: VeNCrypt Plain SecurityType support Filip Stedronsky 2020-03-23 00:59:42 +0100
  • 5e72400c5a Update test references Ryan Castner 2020-04-06 17:38:33 -0400
  • 2a2c269ebb comment spacing fix Ryan Castner 2020-04-06 17:24:23 -0400
  • 86a4911502 Remove getChannelStates and _channelStates abstraction, use an object instead Ryan Castner 2020-04-06 17:17:24 -0400
  • b6cca28838 refactor open into open and attach api Ryan Castner 2020-04-06 17:09:59 -0400
  • 62a5ce070e Restrict urlOrChannel ambiguity to RFB constructor Ryan Castner 2020-04-06 13:38:18 -0400
  • 52412d4ef0 fix of error - 'code 400, message Client must support 'binary' or 'base64' protocol Vitaly Zverev 2020-04-06 13:26:12 -0700
  • 1c20b0a4b6 Address simple pr feedback Ryan Castner 2020-04-06 12:22:30 -0400
  • c5ca2be33e Merge remote-tracking branch 'origin/master' into feature/support-existing-rtcdatachannel-or-websocket Ryan Castner 2020-04-06 11:54:59 -0400
  • c233b10c17 AutoConnect Andrea 2020-03-23 15:11:38 +0100
  • a040c402ed Fix focus problem after closing the toolbar Alex Tanskanen 2020-03-12 13:17:51 +0100
  • c4633ab333 Set a default value for the quality input Pierre Ossman 2020-02-28 14:56:57 +0100
  • 5243cbf611 Add UI for quality setting Pierre Ossman 2020-02-28 14:52:56 +0100
  • 71429d45d0 Merge branch 'quality-level' of https://github.com/eDrillingSolutions/noVNC Pierre Ossman 2020-02-28 13:54:36 +0100
  • efd1f8a4f2 adds qualityLevel property to RFB class for updating JPEG quality level encoding on the fly Andrey Trebler 2020-02-10 12:44:36 +0100
  • fe034b04f7 Make logger output configurable Jesper Alf Dam 2016-11-25 10:11:54 +0100
  • 9253e178fc Hide clipboard side bar button when view only mode Niko Lehto 2020-02-24 08:57:28 +0100
  • ceb8ef4ec1 Fix crash with too large clipboard data Alex Tanskanen 2020-02-20 16:12:35 +0100
  • e4e6a9b9b4 Style all input types for consistent UI Pierre Ossman 2020-02-18 15:24:51 +0100
  • 384232fb56 Merge branch 'clipboard_unicode' of https://github.com/CendioNiko/noVNC Pierre Ossman 2020-02-18 09:46:10 +0100
  • f73fdc3ed3 Add extended clipboard Pseudo-Encoding Niko Lehto 2020-01-27 13:49:07 +0100
  • 9a31083a8a Export constants in inflate.js for easier usage Niko Lehto 2020-02-17 10:27:51 +0100
  • 13be552d60 Fix bug where inflate would read too much data Niko Lehto 2020-02-04 09:55:49 +0100
  • 2cee106eee Split api of inflate Niko Lehto 2020-02-03 10:19:00 +0100
  • 3cf11004b4 Handle errors from zlib/pako Niko Lehto 2020-02-03 10:04:20 +0100
  • f6669ff7b2 Move error handling to Inflate class Niko Lehto 2020-02-03 09:57:56 +0100
  • fe5aa6408a Add missing copyright header for Inflator.js Niko Lehto 2020-02-11 14:20:56 +0100
  • 183cab0eca Remove unused inflate argument Niko Lehto 2020-02-03 09:53:30 +0100
  • 9575ded8da Add util for unsigned and signed int. conversion Niko Lehto 2020-01-28 17:00:04 +0100
  • f52e979082 Add deflator helper class for deflating data Niko Lehto 2020-02-07 13:23:21 +0100
  • 3b562e8a0f Make clipBoardPasteFrom() test more specific Niko Lehto 2020-01-28 10:01:54 +0100
  • 4ab5070548
    Merge pull request #1361 from alvintownsend/master Samuel Mannehed 2020-02-12 11:25:04 +0100
  • 3f134ca8f2
    dirty workaroud for novncproxy 19.0.3 michkow 2020-02-07 15:53:55 +0100
  • 6fd81e741b Update tests Ryan Castner 2020-01-31 17:39:17 -0500
  • 1ab3479130 Integrate WebChannel into RFB Ryan Castner 2020-01-31 10:34:14 -0500
  • 1eff49d201 Refactor Websock to WebChannel Ryan Castner 2020-01-31 10:30:14 -0500
  • 04be2adf66 Ignore .idea and websockify folders DomenGaber 2020-02-05 14:39:38 +0100
  • b5b0500d4f
    Merge pull request #2 from DomenGaber/display-mouse-position DomenGaber 2020-02-05 13:26:51 +0100
  • 7090db605b Add download screenshot button DomenGaber 2020-02-05 13:16:10 +0100
  • 65bd696326 Add option to select default cursor DomenGaber 2020-02-05 12:01:56 +0100
  • 0d74223888 Add buttons to copy and clear interaction stack DomenGaber 2020-02-05 11:35:54 +0100
  • 75381cb03b Decrease vnc container size and add info panel DomenGaber 2020-02-05 11:13:59 +0100
  • c82f683881 Add event stack to the UI DomenGaber 2020-02-05 09:56:16 +0100
  • 8d8251ddcb Track mouse position on device screen DomenGaber 2020-02-04 15:39:06 +0100
  • 0a370910a6
    Merge pull request #1 from DomenGaber/support-bgrx-images DomenGaber 2020-02-04 14:01:27 +0100
  • c7398d26b2 Set starting value for bgrxImgMode DomenGaber 2020-02-04 13:56:01 +0100
  • e9cd50676f Add checkbox to enable/disable bgrx mode through UI DomenGaber 2020-02-04 13:28:32 +0100
  • c5513524a5 Add an option to display images in bgrx mode DomenGaber 2020-02-04 11:42:40 +0100
  • 546edcd4a0 Correcting path to package.json for running at a path other than root. Alvin Townsend 2020-01-31 11:34:53 +0100
  • 71bb3fdfa5 Fix color channels for VMware alpha cursors Samuel Mannehed 2020-01-30 11:40:44 +0100
  • eb05b45b70 Make afterEach() hooks work when skipping tests Pierre Ossman 2020-01-23 14:27:37 +0100
  • 8394462356 Remove generated HTML by Cursor when it detaches Juanjo Diaz 2020-01-23 11:51:51 +0200
  • 4b3602e117 expose display Alt, Michael 2020-01-21 15:37:53 +0100
  • f1cda55d89 fixed left right rotation Alt, Michael 2020-01-20 19:13:03 +0100
  • 12d35f141e use logging library Alt, Michael 2020-01-17 12:45:08 +0100
  • 5e83358b5f console.info not showing Alt, Michael 2020-01-17 12:19:14 +0100
  • afca5303b9 updated novnc lib Alt, Michael 2020-01-17 12:00:17 +0100
  • f6486aa2c3 test url params Alt, Michael 2020-01-17 11:39:25 +0100
  • 9f4a734a4e added debugging for scan render que Alt, Michael 2020-01-15 16:30:00 +0100
  • 2d53a785d5 Merge branch 'abstraction_for_detection' of https://github.com/samhed/noVNC Pierre Ossman 2020-01-14 09:45:28 +0100
  • 64fdd336a0 Simplify encodeUTF8/decodeUTF8 unittests Samuel Mannehed 2020-01-03 10:41:34 +0100
  • 80c72e92d2 Add unit tests for encodeUTF8 and decodeUTF8 Samuel Mannehed 2020-01-02 17:29:41 +0100
  • cbf090fe70 Remove unused python scripts Samuel Mannehed 2020-01-02 13:56:07 +0100
  • 274652d119 Fix chinese translation for "Disconnect" Samuel Mannehed 2020-01-02 13:24:42 +0100
  • 208e34bc34 Update chinese translation strings Samuel Mannehed 2020-01-02 13:18:24 +0100
  • 11ae8f0ef4 Add comment for browser and platform detection Samuel Mannehed 2019-10-24 16:43:07 +0200
  • c32d4f3cd0 Add short description at the top of browser.js Samuel Mannehed 2019-10-23 17:08:56 +0200
  • e52a278ed7 Properly detect scrollbar gutter Samuel Mannehed 2019-10-23 17:09:41 +0200
  • 8f230f45cc Remove Google Chrome Frame plugin compatability Samuel Mannehed 2019-12-31 02:15:07 +0100
  • 78bbf6bad2
    Restore X-UA-Compatible meta tag to vnc_lite Samuel Mannehed 2019-12-31 02:07:31 +0100
  • 3a64043f28
    Restore X-UA-Compatible meta tag to vnc.html Samuel Mannehed 2019-12-31 02:06:02 +0100
  • 49db41ea4b Allow cursor to be updated while connecting Pierre Ossman 2019-12-30 09:30:00 +0100
  • d507d1415e Make sure "undefined" can be a default parameter value Pierre Ossman 2019-12-25 12:10:21 +0100
  • c4eb4ddcfe Handle slow loading of images Pierre Ossman 2019-12-23 15:40:17 +0100
  • 4babdf33bd Validate decoded image dimensions Pierre Ossman 2019-12-23 15:37:48 +0100
  • b8d1a8bb57 Avoid using Array.includes() Pierre Ossman 2019-12-23 15:11:32 +0100
  • 2cf82a5c8e Build in the behavior to ignore decodeUTF8 errors Samuel Mannehed 2019-12-23 10:25:02 +0100
  • 06a8f7d91a Use undefined as the default value for password Pierre Ossman 2019-12-23 09:35:51 +0100
  • dbbb676da9
    Peter is no longer part of the noVNC team Samuel Mannehed 2019-12-21 00:26:57 +0100