Commit Graph

  • 164bf50fda Standardize on camelCase in Decoders Samuel Mannehed 2020-05-31 23:27:58 +02:00
  • a7fe079f81 Standardize on camelCase in Logging Samuel Mannehed 2020-05-31 23:24:58 +02:00
  • ea858bfa27 Standardize on camelCase in Websock Samuel Mannehed 2020-05-31 23:05:42 +02:00
  • 5d570207f7 Standardize on camelCase in Display Samuel Mannehed 2020-05-31 22:57:45 +02:00
  • 95632e413d Standardize on camelCase in tests Samuel Mannehed 2020-05-31 21:03:38 +02:00
  • 8b0034ee84 Standardize on camelCase in utils Samuel Mannehed 2020-05-31 02:04:27 +02:00
  • 80187d158c Standardize on camelCase in RFB Samuel Mannehed 2020-05-21 01:31:55 +02:00
  • dff4fefa3c Remove unused properties and variables Samuel Mannehed 2020-05-08 22:30:20 +02:00
  • 150596be83 Properly limit mouse moves to once every 17 ms Samuel Mannehed 2020-05-09 20:03:06 +02:00
  • 11a22dbf0c Stop send mouse clicks while dragging in view only Samuel Mannehed 2020-05-10 02:05:38 +02:00
  • 006743857b Standardize on camelCase for functions in RFB Samuel Mannehed 2020-05-21 01:41:02 +02:00
  • e7dec5270e Standardize on camelCase for variables in RFB Samuel Mannehed 2020-05-21 01:31:55 +02:00
  • b5ff33a556 Remove unused mouse_arr variable Samuel Mannehed 2020-05-08 22:30:20 +02:00
  • 42e3b03fa8 Consistently close dialogs on connect/disconnect Pierre Ossman 2020-05-05 12:14:49 +02:00
  • 776cda5dc4
    Merge pull request #1398 from novnc/compressionlevel Samuel Mannehed 2020-05-01 20:49:49 +02:00
  • 479d8cefd1 Add ability to set compression level Samuel Mannehed 2020-05-01 16:14:15 +02:00
  • a672168d4d Add unit tests for mouse move limit Samuel Mannehed 2020-05-01 20:26:51 +02:00
  • 0f81407c64 Shorten rows to max 80 chars in mouse.js Samuel Mannehed 2020-05-01 19:53:36 +02:00
  • f477469fb5 Fix wording in comment Samuel Mannehed 2020-05-01 19:51:33 +02:00
  • c9582690ac
    Merge pull request #1352 from uklatt/master Samuel Mannehed 2020-05-01 20:36:18 +02:00
  • 44eb1fe59b Limit mouse move events to one every 17 ms Uwe Klatt 2020-01-03 12:08:35 +01:00
  • e7fa686f32 Fix indentation for focus check Samuel Mannehed 2020-05-01 15:34:14 +02:00
  • 8df281cce6 Don't fade the control bar if it has focus Samuel Mannehed 2020-05-01 14:38:09 +02:00
  • c12e5b2b54 Hide the clipboard when not connected Samuel Mannehed 2020-05-01 13:30:01 +02:00
  • 302895cdf3
    Merge pull request #1396 from iblech/patch-1 Samuel Mannehed 2020-04-29 18:58:04 +02:00
  • 27a6978e30
    Document default setting of focusOnClick Ingo Blechschmidt 2020-04-29 09:36:32 +02:00
  • a1015d8db5 rfb: VeNCrypt Plain SecurityType support Filip Stedronsky 2020-03-23 00:59:42 +01:00
  • a040c402ed Fix focus problem after closing the toolbar Alex Tanskanen 2020-03-12 13:17:51 +01:00
  • c4633ab333 Set a default value for the quality input Pierre Ossman 2020-02-28 14:56:57 +01:00
  • 5243cbf611 Add UI for quality setting Pierre Ossman 2020-02-28 14:52:56 +01:00
  • 71429d45d0 Merge branch 'quality-level' of https://github.com/eDrillingSolutions/noVNC Pierre Ossman 2020-02-28 13:54:36 +01:00
  • efd1f8a4f2 adds qualityLevel property to RFB class for updating JPEG quality level encoding on the fly Andrey Trebler 2020-02-10 12:44:36 +01:00
  • 9253e178fc Hide clipboard side bar button when view only mode Niko Lehto 2020-02-24 08:57:28 +01:00
  • ceb8ef4ec1 Fix crash with too large clipboard data Alex Tanskanen 2020-02-20 16:12:35 +01:00
  • e4e6a9b9b4 Style all input types for consistent UI Pierre Ossman 2020-02-18 15:24:51 +01:00
  • 384232fb56 Merge branch 'clipboard_unicode' of https://github.com/CendioNiko/noVNC Pierre Ossman 2020-02-18 09:46:10 +01:00
  • f73fdc3ed3 Add extended clipboard Pseudo-Encoding Niko Lehto 2020-01-27 13:49:07 +01:00
  • 9a31083a8a Export constants in inflate.js for easier usage Niko Lehto 2020-02-17 10:27:51 +01:00
  • 13be552d60 Fix bug where inflate would read too much data Niko Lehto 2020-02-04 09:55:49 +01:00
  • 2cee106eee Split api of inflate Niko Lehto 2020-02-03 10:19:00 +01:00
  • 3cf11004b4 Handle errors from zlib/pako Niko Lehto 2020-02-03 10:04:20 +01:00
  • f6669ff7b2 Move error handling to Inflate class Niko Lehto 2020-02-03 09:57:56 +01:00
  • fe5aa6408a Add missing copyright header for Inflator.js Niko Lehto 2020-02-11 14:20:56 +01:00
  • 183cab0eca Remove unused inflate argument Niko Lehto 2020-02-03 09:53:30 +01:00
  • 9575ded8da Add util for unsigned and signed int. conversion Niko Lehto 2020-01-28 17:00:04 +01:00
  • f52e979082 Add deflator helper class for deflating data Niko Lehto 2020-02-07 13:23:21 +01:00
  • 3b562e8a0f Make clipBoardPasteFrom() test more specific Niko Lehto 2020-01-28 10:01:54 +01:00
  • 4ab5070548
    Merge pull request #1361 from alvintownsend/master Samuel Mannehed 2020-02-12 11:25:04 +01:00
  • 546edcd4a0 Correcting path to package.json for running at a path other than root. Alvin Townsend 2020-01-31 11:34:53 +01:00
  • 71bb3fdfa5 Fix color channels for VMware alpha cursors Samuel Mannehed 2020-01-30 11:40:44 +01:00
  • eb05b45b70 Make afterEach() hooks work when skipping tests Pierre Ossman 2020-01-23 14:27:37 +01:00
  • 8394462356 Remove generated HTML by Cursor when it detaches Juanjo Diaz 2020-01-23 11:51:51 +02:00
  • 2d53a785d5 Merge branch 'abstraction_for_detection' of https://github.com/samhed/noVNC Pierre Ossman 2020-01-14 09:45:28 +01:00
  • 64fdd336a0 Simplify encodeUTF8/decodeUTF8 unittests Samuel Mannehed 2020-01-03 10:41:34 +01:00
  • 80c72e92d2 Add unit tests for encodeUTF8 and decodeUTF8 Samuel Mannehed 2020-01-02 17:29:41 +01:00
  • cbf090fe70 Remove unused python scripts Samuel Mannehed 2020-01-02 13:56:07 +01:00
  • 274652d119 Fix chinese translation for "Disconnect" Samuel Mannehed 2020-01-02 13:24:42 +01:00
  • 208e34bc34 Update chinese translation strings Samuel Mannehed 2020-01-02 13:18:24 +01:00
  • 11ae8f0ef4 Add comment for browser and platform detection Samuel Mannehed 2019-10-24 16:43:07 +02:00
  • c32d4f3cd0 Add short description at the top of browser.js Samuel Mannehed 2019-10-23 17:08:56 +02:00
  • e52a278ed7 Properly detect scrollbar gutter Samuel Mannehed 2019-10-23 17:09:41 +02:00
  • 8f230f45cc Remove Google Chrome Frame plugin compatability Samuel Mannehed 2019-12-31 02:15:07 +01:00
  • 78bbf6bad2
    Restore X-UA-Compatible meta tag to vnc_lite Samuel Mannehed 2019-12-31 02:07:31 +01:00
  • 3a64043f28
    Restore X-UA-Compatible meta tag to vnc.html Samuel Mannehed 2019-12-31 02:06:02 +01:00
  • 49db41ea4b Allow cursor to be updated while connecting Pierre Ossman 2019-12-30 09:30:00 +01:00
  • d507d1415e Make sure "undefined" can be a default parameter value Pierre Ossman 2019-12-25 12:10:21 +01:00
  • c4eb4ddcfe Handle slow loading of images Pierre Ossman 2019-12-23 15:40:17 +01:00
  • 4babdf33bd Validate decoded image dimensions Pierre Ossman 2019-12-23 15:37:48 +01:00
  • b8d1a8bb57 Avoid using Array.includes() Pierre Ossman 2019-12-23 15:11:32 +01:00
  • 2cf82a5c8e Build in the behavior to ignore decodeUTF8 errors Samuel Mannehed 2019-12-23 10:25:02 +01:00
  • 06a8f7d91a Use undefined as the default value for password Pierre Ossman 2019-12-23 09:35:51 +01:00
  • dbbb676da9
    Peter is no longer part of the noVNC team Samuel Mannehed 2019-12-21 00:26:57 +01:00
  • 84a8c1b0cc
    Merge pull request #1327 from vanym/decodeUTF8_try_catch Samuel Mannehed 2019-12-07 20:12:27 +01:00
  • ff1b10ca66
    Add try catch in every place that uses decodeUTF8 VanyM 2019-12-05 22:36:51 +03:00
  • 1c9826140a Add support for Unix Tight auth Chris "Koying" Browet 2019-08-03 09:11:25 +02:00
  • 5b453ed4a8 Expand password dialog to work for usernames too Chris Koying Browet 2019-12-05 15:34:18 +01:00
  • b39caa7469
    Merge pull request #1318 from chrisjdev/emptyPassword Samuel Mannehed 2019-12-05 12:15:43 +01:00
  • 01d4514dee Allow connecting with empty string credentials Chris J 2019-11-07 15:15:15 -05:00
  • 80b078c469 Add encodeUTF8 function to core/util/strings.js Samuel Mannehed 2019-12-04 10:13:25 +01:00
  • 9f557f5280 Make Cursor.detach() safe to call when not attached Pierre Ossman 2019-11-29 10:08:15 +01:00
  • 94c89284fc
    Fix chinese translation errors Samuel Mannehed 2019-11-28 12:51:32 +01:00
  • b17f6c6929 Simplify logic for status hierarchy Samuel Mannehed 2019-11-25 17:03:55 +01:00
  • afa1f8a2ab Ensure warning status timeouts are honored Samuel Mannehed 2019-11-25 16:38:03 +01:00
  • 686c8d259a Merge branch 'babel' of https://github.com/CendioOssman/noVNC Pierre Ossman 2019-11-12 14:12:18 +01:00
  • d01ecc18d5 Don't use arrow functions in legacy loader Pierre Ossman 2019-11-12 10:25:18 +01:00
  • 66ab0d98d7 Load support scripts first Pierre Ossman 2019-11-12 10:24:40 +01:00
  • 0dd439a874 Upgrade to latest babel Pierre Ossman 2019-11-11 15:46:12 +01:00
  • ae127d8a38
    Merge pull request #1319 from wavezhang/patch-2 Samuel Mannehed 2019-11-11 16:46:36 +01:00
  • b88a92afe8 Always include Promise polyfill for legacy browsers Pierre Ossman 2019-11-11 13:36:30 +01:00
  • 6b20803401 Clean up handling of untransformed files Pierre Ossman 2019-11-11 13:33:47 +01:00
  • 8cfa673d94 Remove redundant "no copy" check Pierre Ossman 2019-11-11 13:32:19 +01:00
  • c6e37040de Use proper backticks for generating legacy script tags Pierre Ossman 2019-11-11 10:01:43 +01:00
  • 9653598af7
    Update zh_CN.po wavezhang 2019-11-08 14:08:23 +08:00
  • a6304f91d0 Fix missing caps lock events on iOS Alex Tanskanen 2019-11-07 16:19:08 +01:00
  • c15502525e Add README to app/locale warning not to modify Samuel Mannehed 2019-11-07 12:49:41 +01:00
  • 175b843b66 Add "macOS shuffle" to iOS as well Alex Tanskanen 2019-11-04 14:22:46 +01:00
  • ccb511a527 Handle missing Shift events on Windows Pierre Ossman 2019-11-04 10:17:45 +01:00
  • 3388c92c7f Send NumLock on macOS, even though the key is Clear Pierre Ossman 2019-11-01 13:13:35 +01:00
  • 1096555414 Fix typo for MailSend key Pierre Ossman 2019-11-01 10:49:19 +01:00
  • ebee9cddbf Update to latest UI Events key specification Pierre Ossman 2019-11-01 10:25:23 +01:00