index
:
delta/novnc.git
api
app
baserock/v0.5.1
binary
browser_test
bug/auth-errors-not-displayed
bug/dynamic-rq-resize
bug/fix-test-playback
bug/follow-symlinks-for-here
bug/gc-spikes
bug/ie11-tests-slice
bug/misc-fixes
bug/pako-issue
bug/throw-error-from-constructor
bug/tight-buffer-overread
combinemousewheel
compressionlevel
continuousupdates
disabledragwhilescale
docs/fix-copyright
dontgrabinviewonly
feature/ikvm-support
feature/local-pseudo-cursor
feature/more-perf-improvements
feature/new-zlib-impl
feature/realvnc5-version-number
gh-pages
html5-test
infra/fix-travis-sauce
infra/publish
issue-70
issue_templates
limitmouse
localStorage
master
mobile
nokeyboardviewonly
novnc-legacy
properdisconnections
refactor/es6-module-loader
refactor/modularized
refactor/remove-refs-to-jsunzip
removePasswordState
removexvpfromlite
resizeObserverScrollbars
restoregetcontext
sauce
saveimmediately
scrollbarsfortouch
separatestates
stable/v0.6
surfacetouch
test
tests/travis-container
tests/update-deps
tmp-branch/throw-error-on-error
touchdetect
travis
ui-cleanup
useRequireRename
visualhint
vnclitecleanup
wasm
xpra
github.com: kanaka/noVNC.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
api
Prevent password form submission early
Pierre Ossman
7 years
app
include/ui.js: call setBarPosition on initial load.
Joel Martin
12 years
baserock/v0.5.1
Point submodule to its upstream repository
Francisco Redondo Marchena
9 years
binary
README: simplify projects/companies. News/help/contact section.
Joel Martin
12 years
browser_test
Test add browsers
Pierre Ossman
7 years
bug/auth-errors-not-displayed
Create RFB object on connect
Solly Ross
10 years
bug/dynamic-rq-resize
On-Demand Dynamic Receive Queue Resizing
Solly Ross
9 years
bug/fix-test-playback
Add a record flag to launch.sh
Solly Ross
6 years
bug/follow-symlinks-for-here
Follow symbolic links in launch.sh
Solly Ross
10 years
bug/gc-spikes
[WIP] Tweak Pako to reduce object creation
Solly Ross
9 years
bug/ie11-tests-slice
Fix slice usage in display tests on IE11
Solly Ross
7 years
bug/misc-fixes
Revert poor workaround for brief Firefox bug
Solly Ross
8 years
bug/pako-issue
Make sure Pako always has enough room
Solly Ross
9 years
bug/throw-error-from-constructor
Throw exceptions from RFB constructor
Solly Ross
10 years
bug/tight-buffer-overread
Fix buffer over-reads in handle_tight
Solly Ross
9 years
combinemousewheel
Remove unused imports
Samuel Mannehed
7 years
compressionlevel
Add ability to set compression level
Samuel Mannehed
5 years
continuousupdates
Add support for ContinuousUpdates
samhed
8 years
disabledragwhilescale
Merge enableDisableViewClip and updateViewClip
Samuel Mannehed
6 years
docs/fix-copyright
Change copyright header
Solly Ross
6 years
dontgrabinviewonly
Hide input related buttons in view only
Samuel Mannehed
8 years
feature/ikvm-support
added aten-ikvm support
Alexander Clouter
9 years
feature/local-pseudo-cursor
Render cursor manually when needed
Solly Ross
7 years
feature/more-perf-improvements
Skip unnecessary render queue object creation
Solly Ross
9 years
feature/new-zlib-impl
WIP: Switch to Pako for zlib
Solly Ross
9 years
feature/realvnc5-version-number
Support RealVNC 5.3 Protocol Version
Lars Ole Hurlen
8 years
gh-pages
Revert "Remove shadow from logo"
Samuel Mannehed
7 years
html5-test
Fix menu. Add web-socket-js and websockify.
Joel Martin
13 years
infra/fix-travis-sauce
Fix Travis-Sauce Connection
Solly Ross
7 years
infra/publish
[release] v1.0.0-testing.2
Solly Ross
7 years
issue-70
Change default PixelFormat. Fix canvas test.
Joel Martin
13 years
issue_templates
Add issue templates
Pierre Ossman (Work account)
6 years
limitmouse
Properly limit mouse moves to once every 17 ms
Samuel Mannehed
4 years
localStorage
Don't crash if we can't use localStorage
Samuel Mannehed
24 months
master
Merge branch 'master' of https://github.com/lewayotte/noVNC
Pierre Ossman
18 months
mobile
Formatting. Image renames/cleanup.
Joel Martin
13 years
nokeyboardviewonly
View-only mode doesn't need keyboard or mouse
Samuel Mannehed
8 years
novnc-legacy
Backport: Fixed Erroneous HEXTILE test
Solly Ross
10 years
properdisconnections
Allow specifying details when calling RFB._fail()
Samuel Mannehed
8 years
refactor/es6-module-loader
Make vnc_playback.html functional once more
Solly Ross
8 years
refactor/modularized
Move input-related files into core/input
Solly Ross
8 years
refactor/remove-refs-to-jsunzip
Remove unused variables in the TIGHT server init
Solly Ross
9 years
removePasswordState
Remove special password state
Samuel Mannehed
8 years
removexvpfromlite
Remove machine control buttons from vnc_lite
Samuel Mannehed
6 years
resizeObserverScrollbars
Ignore resize observation caused by server resizes
Samuel Mannehed
3 years
restoregetcontext
Fix rfb._cleanup()
Samuel Mannehed
8 years
sauce
Test build with env parameters
Pierre Ossman
4 years
saveimmediately
Allow resize setting to be changed while connected
Samuel Mannehed
8 years
scrollbarsfortouch
Only disable scrollbars on Android and iOS
Samuel Mannehed
6 years
separatestates
Keep the connect panel when missing host or port
Samuel Mannehed
8 years
stable/v0.6
Merge pull request #804 from nbibler/backport-619
Solly Ross
8 years
surfacetouch
Allow touchmode for Microsoft Surface tablets
samhed
8 years
test
test v2
Samuel Mannehed
3 years
tests/travis-container
Make Travis Use Containers
Solly Ross
10 years
tests/update-deps
Update dependencies to the latest versions
Solly Ross
10 years
tmp-branch/throw-error-on-error
Actually throw errors in tests
Solly Ross
9 years
touchdetect
New way of detecting touch
samhed
8 years
travis
Remove hard coded Sauce authentication
Pierre Ossman
7 years
ui-cleanup
Consistent closing tags for void elements
Samuel Mannehed
8 years
useRequireRename
Rename use_require.js to js2common.js
Samuel Mannehed
3 years
visualhint
Add hint that the control bar can be moved
Samuel Mannehed
8 years
vnclitecleanup
Add a screen element for vnc_lite.html
Samuel Mannehed
6 years
wasm
wasm: use port 7080, use kanaka/rust-wasm image
Joel Martin
6 years
xpra
README: note that this is Xpra proof-of-concept branch
Joel Martin
11 years
Tag
Download
Author
Age
v1.4.0
novnc-1.4.0.tar.gz
Pierre Ossman
21 months
v1.4.0-beta
novnc-1.4.0-beta.tar.gz
Pierre Ossman
22 months
v1.3.0
novnc-1.3.0.tar.gz
Samuel Mannehed
3 years
v1.3.0-beta
novnc-1.3.0-beta.tar.gz
Samuel Mannehed
3 years
v1.2.0
novnc-1.2.0.tar.gz
Pierre Ossman
4 years
v1.2.0-beta
novnc-1.2.0-beta.tar.gz
Pierre Ossman
4 years
v1.1.0-testing5
novnc-1.1.0-testing5.tar.gz
Pierre Ossman
6 years
v1.1.0
novnc-1.1.0.tar.gz
Samuel Mannehed
6 years
v1.1.0-testpush
novnc-1.1.0-testpush.tar.gz
Pierre Ossman
6 years
v1.1.0-alpha
novnc-1.1.0-alpha.tar.gz
Pierre Ossman
6 years
v1.0.0
novnc-1.0.0.tar.gz
Pierre Ossman
7 years
v1.0.0-beta
novnc-1.0.0-beta.tar.gz
Pierre Ossman
7 years
v1.0.0-testing.2
novnc-1.0.0-testing.2.tar.gz
Solly Ross
7 years
v0.6.2
novnc-0.6.2.tar.gz
Solly Ross
8 years
v0.6.1
novnc-0.6.1.tar.gz
Solly Ross
8 years
v0.6.0
novnc-0.6.0.tar.gz
Solly Ross
8 years
v0.5.1
novnc-0.5.1.tar.gz
Samuel
10 years
v0.5
novnc-0.5.tar.gz
Solly Ross
10 years
v0.4
novnc-0.4.tar.gz
Joel Martin
12 years
v0.3
novnc-0.3.tar.gz
Joel Martin
12 years
v0.2
novnc-0.2.tar.gz
Joel Martin
13 years
v0.1
novnc-0.1.tar.gz
Joel Martin
13 years