Commit Graph

2586 Commits

Author SHA1 Message Date
Daniel Hammerschmidt 5dd0c93c43
Merge 702302fcc5 into 44b7489e73 2025-09-17 04:08:39 +00:00
Daniel Hammerschmidt 702302fcc5 Add default local cursor set to UI 2025-09-17 05:34:30 +02:00
Daniel Hammerschmidt 4fc3fc91e1 Implement local cursors 2025-09-17 05:34:30 +02:00
Daniel Hammerschmidt 68a2db4da5 Refresh, attach, detach cursor on API-calls and mouse events 2025-09-17 05:34:30 +02:00
Daniel Hammerschmidt 3b79d45f6a Add members for local cursors 2025-09-17 05:34:30 +02:00
Daniel Hammerschmidt b5b7ebe734 Extend Cursor-API to show local cursors 2025-09-17 05:34:30 +02:00
Daniel Hammerschmidt 4dd16ad9d8 Always initalize canvas.style in case of showing local cursors 2025-09-17 04:59:48 +02:00
Daniel Hammerschmidt 5a9a81c075 Add __FORCE_NO_TOUCH_DEVICE__ to not use fallback 2025-09-17 04:59:48 +02:00
Daniel Hammerschmidt b1745d5cbc Drop a note about isTouchDevice and useFallback 2025-09-17 04:59:48 +02:00
Daniel Hammerschmidt 59e40b4435 Revert "Make local cursor accessible/configurable"
This reverts commit 6eb28b890d.
2025-09-17 04:59:48 +02:00
Daniel Hammerschmidt 254fff94ac Revert "Show local (grab/grabbing) cursor while dragging the viewport"
This reverts commit 0f48f31e08.
2025-09-17 04:59:48 +02:00
Daniel Hammerschmidt abc7d63102 Fix id of hidden checkbox noVNC_setting_view_drag 2025-09-17 04:59:29 +02:00
Daniel Hammerschmidt 97c0ad4bec Add view_drag parameter to enable dragging when connected 2025-09-15 22:16:41 +02:00
Daniel Hammerschmidt 5782915983 Do not compare to 'mousedown' on every 'mousemove' 2025-09-15 22:16:41 +02:00
Daniel Hammerschmidt 0f48f31e08 Show local (grab/grabbing) cursor while dragging the viewport 2025-09-15 22:16:32 +02:00
Daniel Hammerschmidt 355dd27a45 Make RFB::dragViewport a private Variable with getter and setter 2025-09-15 22:15:39 +02:00
Daniel Hammerschmidt 6eb28b890d Make local cursor accessible/configurable 2025-09-15 21:43:25 +02:00
Pierre Ossman 44b7489e73 Merge branch 'switch-to-es-module-publish-and-use-exports' of github.com:elikoga/noVNC 2025-09-15 15:47:58 +02:00
Eli Kogan-Wang fe29dc6509 Convert NPM bundle to ES-Module format 2025-09-15 15:37:37 +02:00
Eli Kogan-Wang 6cf02042de Remove deprecated "directories" entry 2025-09-15 15:35:18 +02:00
Pierre Ossman 356eab4f4d Scan all buffered data looking for JPEG end
This is much more efficient than looking at two bytes at a time.
2025-09-10 10:21:29 +02:00
Pierre Ossman d5b18a84ab Expose length of buffered WebSocket data
Some encodings don't know how much data they need, rather they must
probe the data stream until they find an end marker. Expose how much
data is buffered in order to make this search efficient.
2025-09-10 10:20:20 +02:00
Pierre Ossman 23b7219a5d Drop Image data once rendered
Helps the browser to free up the memory right away, rather than waiting
until some later cleanup process. At least Firefox can start consuming
gigabytes of memory without this.
2025-09-10 09:58:09 +02:00
Alexander Zeijlon 8ebd9ddef9 Fix broken Chai import
Chai v6.0.0 introduced a breaking change where file imports now need to
point at 'chai/index.js'. See the corresponding release note.
2025-09-08 16:47:31 +02:00
Alexander Zeijlon d49d2b366a Use Croatian translations 2025-09-05 10:31:54 +02:00
Milo Ivir e4def7f715
Add Croatian translation 2025-08-25 18:36:38 +02:00
Alexander Zeijlon 4cb5aa45ae Merge branch 'obsolete-showDotCursor-rfb-option' of github.com:ThinLinc-Zeijlon/noVNC 2025-05-07 12:32:11 +02:00
Alexander Zeijlon 243d7fdd5f Disable setting showDotCursor in RFB constructor
This has been deprecated for around six years now. Let's remove the
deprecation warning and disable setting showDotCursor via the options
parameter.
2025-05-07 09:20:34 +02:00
Pierre Ossman 88749fc0f9 Document new JSON settings files
This mechanism was added in 438e5b3, but we forgot to document it.
2025-04-28 09:59:37 +02:00
Pierre Ossman a22857c99c Document new behaviour of host/port/encrypt/path
This changed in 96c76f7, but we forgot to adjust the documentation for
the parameters.
2025-04-28 09:55:49 +02:00
Alexander Zeijlon d7a37730e6 Merge branch 'master' of github.com:Leostruka/noVNC 2025-04-15 12:29:07 +02:00
leandro ostruka 6f9edb1d4a Fix typo in Portuguese translation for "Show extra keys" 2025-04-12 11:36:30 -03:00
Liao Peiyuan 980a49e5c5
Fix typo in error-handler.js 2025-04-10 12:29:19 -07:00
Pierre Ossman 8edb3d282e Close VideoFrame after H.264 detection
Otherwise browser will complain when it is garbage collected.
2025-04-08 15:42:20 +02:00
Pierre Ossman 154653523c Only include valid translations in .json files
Fuzzy translations might be incorrect, and obsolete translations aren't
used anywhere.
2025-03-25 09:02:39 +01:00
Samuel Mannehed 6010c9da04 Update comment reference missed in previous commit
Should have been part of f0a39cd357
2025-03-24 22:33:09 +01:00
Samuel Mannehed f0a39cd357 Fix appearance of extra key buttons
Since the extra keys panel is quite narrow in width, a max-width style
resulted in the buttons almost disappearing. That rule was only intended
for elements inside the settings panel.

Broken by commit 14f9ea5880.

Another minor error that is also fixed by this commit is that the
clipboard textarea no longer incorrectly gets a left margin of 6px.

Fixes #1946.
2025-03-24 22:30:17 +01:00
Alexander Zeijlon a8dfd6a3ea noVNC 1.6.0 2025-03-12 20:25:30 +01:00
Alexander Zeijlon 3947b4ca84 Update generated json files for new translations 2025-03-12 20:16:15 +01:00
Harold Horsman 09440da5c1 Update Dutch translation 2025-03-12 17:35:59 +01:00
Martine & Philippe 6002d57a88 Update French translation 2025-03-12 17:35:54 +01:00
Alexander Zeijlon 59b674d374 Merge branch 'fix-sub-url-query' 2025-03-12 14:54:07 +01:00
Alexander Zeijlon 045a0ba158 Let browser handle parsing of URLs before relaying
We don't want to assign a path directly to url.pathname that contains a
search query, since this causes '?' at the beginning of the query to be
URL-encoded to '%3F'. Instead use URL() to parse the path for us.
2025-03-12 14:30:29 +01:00
Alexander Zeijlon b25675e052 Upgrade to websockify 0.13.0 in snap package 2025-02-28 14:42:52 +01:00
Alexander Zeijlon b45f35c6d7 noVNC 1.6.0 beta 2025-02-14 11:23:23 +01:00
Alexander Zeijlon c3b8cbd3d2 Update README.md with H.264 encoding support 2025-02-14 11:23:23 +01:00
Alexander Zeijlon 09fc4f7fb9 Update Swedish translations 2025-02-14 10:42:16 +01:00
Alexander Zeijlon e8030a9fb1 Update translation template file 2025-02-14 10:16:08 +01:00
Zeijlon (ThinLinc Team) d5315ebb8b
Merge pull request #1934 from tianzedavid/master
chore: fix some typos
2025-02-14 10:05:47 +01:00
tianzedavid 7ee7922766 chore: fix some typos
Signed-off-by: tianzedavid <cuitianze@aliyun.com>
2025-02-13 01:00:46 +08:00