Alt, Michael
98ff5993dc
Merge branch 'master' of https://github.com/novnc/noVNC
...
# Conflicts:
# core/display.js
# core/rfb.js
# package.json
2021-07-19 09:23:22 +02:00
Alt, Michael
4b3602e117
expose display
2020-01-21 15:37:53 +01:00
Alt, Michael
f1cda55d89
fixed left right rotation
2020-01-20 19:13:03 +01:00
Alt, Michael
12d35f141e
use logging library
2020-01-17 12:45:08 +01:00
Alt, Michael
5e83358b5f
console.info not showing
2020-01-17 12:19:14 +01:00
Alt, Michael
afca5303b9
updated novnc lib
2020-01-17 12:00:17 +01:00
Alt, Michael
f6486aa2c3
test url params
2020-01-17 11:39:25 +01:00
Alt, Michael
9f4a734a4e
added debugging for scan render que
2020-01-15 16:30:00 +01:00
Gerrit Brehmer
beff7f4e08
missing rotation in _rgbImageData
2019-12-19 15:47:42 +01:00
Alt, Michael
9c6bad2bc1
implemented logging property
2019-12-17 14:56:46 +01:00
Alt, Michael
2d76947751
activated logging
2019-12-17 13:55:46 +01:00
Alt, Michael
89e43f84aa
added logging
2019-12-17 13:06:38 +01:00
Alt, Michael
c122f76dce
test disable flip function
2019-12-17 12:23:03 +01:00
Alt, Michael
6ceaafbc18
fixed damagebounds calculation
2019-12-17 09:13:30 +01:00
Michael Alt
063b377aa9
Update package.json
2019-12-16 17:23:42 +01:00
Alt, Michael
95b291b15e
tried to fix rotated display
2019-12-16 17:09:57 +01:00
gbrehmer
ce52d023b9
Update package.json
2019-12-12 15:30:54 +01:00
gbrehmer
cc858fe080
disable tests
2019-12-12 15:01:37 +01:00
gbrehmer
856c53d8bb
bump version
2019-12-12 14:36:04 +01:00
Gerrit Brehmer
aa19a0f844
fixed cursor coordinates
2019-12-10 00:26:03 +01:00
Gerrit Brehmer
77f344b6f8
fix
2019-12-09 16:46:26 +01:00
Gerrit Brehmer
947d7eca27
release patch
2019-12-08 23:32:43 +01:00
Gerrit Brehmer
79d33febb2
release patch
2019-12-08 22:37:57 +01:00
Gerrit Brehmer
f3767f7667
release patch
2019-12-08 15:32:21 +01:00
gbrehmer
ca9b10b2a1
Update package.json
2019-12-08 15:11:26 +01:00
gbrehmer
b0a7003f06
Update package.json
2019-12-07 23:29:22 +01:00
gbrehmer
59ad98965d
Update package.json
2019-12-07 23:07:16 +01:00
Pierre Ossman
0dd439a874
Upgrade to latest babel
...
There has been a lot of renaming and restructuring in babel, so we need
to modify our code to handle the latest version. We also need to adjust
the way we build our babel worker as babel itself no longer runs in older
browsers such as Internet Explorer.
2019-11-12 14:05:55 +01:00
Pierre Ossman
e24b501c47
Use latest versions of development dependencies
...
Let's make sure we get the latest features and fixes for all the
tools we are using.
2019-08-19 13:32:41 +02:00
Pierre Ossman
90d463f969
Make sure translation tools are lint checked
...
They do not have a .js suffix so eslint isn't finding them
automatically.
2019-08-19 13:32:29 +02:00
Pierre Ossman
604edf07d2
Upgrade to latest rollup
2019-08-15 15:58:09 +02:00
Pierre Ossman
c9765e5066
Upgrade to latest sinon and chai
2019-08-15 15:58:09 +02:00
Samuel Mannehed
9fe2fd04d4
noVNC 1.1.0
2019-04-09 16:29:53 +02:00
Pierre Ossman
69a9fd6029
Revert 'prepare' to 'prepublish'
...
Travis uses a so ancient version of npm that it doesn't support
'prepare', so we have to continue using 'prepublish' for now.
2019-01-11 13:39:02 +01:00
Pierre Ossman
6532b4d1b8
List main entry point for our NPM config
2019-01-11 13:39:02 +01:00
Pierre Ossman
ea4065f33a
Explicitly list what we want in our NPM package
...
Switch over to explicitly listing what we want to include, rather
than listing what we don't want to include. There is too much risk
of getting random junk from your working copy otherwise. This should
also hopefully complain if something is missing.
2019-01-11 13:39:02 +01:00
Pierre Ossman
7bcdbbc65b
Stop transpiling karma tests
...
This runs our code in the same manner as it would be used if loaded
directly in the browser. Includes the same kind of fallback for older
browsers.
2018-07-16 13:32:35 +02:00
Pierre Ossman
ae2e1ff7bd
Move sinon to karma framework
...
This frees us from manual imports, and makes things less magical
as those aren't ES modules even if the code suggest that the are.
2018-07-13 15:57:24 +02:00
Juanjo Diaz
cdb860ad84
Add transpilation for IE11 and skip linux tests
2018-05-24 00:26:34 +03:00
Juanjo Diaz
8727f598c2
Add eslint and fix reported issues
2018-05-24 00:25:44 +03:00
Pierre Ossman
e91a095ad6
noVNC 1.0.0
2018-02-22 14:10:10 +01:00
Pierre Ossman
e8b2ab65e5
noVNC 1.0.0 beta
2018-02-02 14:06:06 +01:00
Solly Ross
458d4e6724
[release] v1.0.0-testing.2
...
v1.0.0-testing.2 is the "make sure all of our autopublishing works
properly" release. Assuming everything goes well, it should shortly be
followed by v1.0.0 proper.
2017-10-04 15:36:06 -04:00
Solly Ross
10ab92e1ff
[infra] Publish to NPM via Travis
...
This commit sets up Travis to publish to NPM on tags, to the
@novnc/novnc repository.
2017-10-04 15:36:05 -04:00
Solly Ross
f6dd102a14
[infra] updated packaging config
...
This updates the .npmignore file to ignore some new files that were
recently added, and to keep the `core` directory, so that noVNC can be
used as an ES6 module from NPM.
This also updates package.json to clean when generating lib files in the
`prepare` phase (which has replaced the `prepublish` phase).
2017-10-04 14:29:54 -04:00
Pierre Ossman
1524df89ad
Adjust import of vendor/ modules in NPM package
...
We move the files in core/ up one directory level so we need to adjust
the imports from vendor libraries.
2017-07-04 10:10:36 +02:00
Martin Pitt
a9b483cd20
Fix license name in package.json
...
It's spelled "MPL-2.0" according to https://spdx.org/licenses/ .
2017-05-08 09:46:38 +02:00
Samuel Mannehed
e4290d8c00
Add Pierre as contributor in package.json
2017-04-19 15:34:16 +02:00
Samuel Mannehed
101ff12736
Update url's
2017-04-19 15:33:42 +02:00
Solly Ross
399fa2ee2d
Optimize ES6 Module Loader Polyfill
...
This commit makes the ES6 module loader polyfill use Web Workers,
so that Babel doesn't block the browser from animating. It also
uses localStorage to cache the compiled results, only recompiling
on source changes, so it makes loading faster while developing noVNC.
This includes a vendored copy of the ES6 module loader, modified as
described above.
2017-03-21 17:39:07 -04:00