]> git.proxmox.com Git - mirror_novnc.git/commit - package.json
Enable noVNC to become Browserifiable
authorSolly Ross <sross@redhat.com>
Wed, 14 Sep 2016 17:52:53 +0000 (13:52 -0400)
committerSolly Ross <sross@redhat.com>
Fri, 16 Sep 2016 19:49:51 +0000 (15:49 -0400)
commitae510306b5094b55aa08a2a0d15a151704f70993
treebbd3564c4457f7cbf21c83b899583ee271bda528
parent7a16304e52b3fbd466337601f05a7def2493c563
Enable noVNC to become Browserifiable

This commit restructures noVNC, splitting it into the core directory
and the app directory, with the former containing core noVNC parts,
and the latter containing parts specific to the application.
108 files changed:
.gitignore
.npmignore [new file with mode: 0644]
LICENSE.txt
app/images/alt.png [new file with mode: 0644]
app/images/clipboard.png [new file with mode: 0644]
app/images/connect.png [new file with mode: 0644]
app/images/ctrl.png [new file with mode: 0644]
app/images/ctrlaltdel.png [new file with mode: 0644]
app/images/disconnect.png [new file with mode: 0644]
app/images/drag.png [new file with mode: 0644]
app/images/esc.png [new file with mode: 0644]
app/images/favicon.ico [new file with mode: 0644]
app/images/favicon.png [new file with mode: 0644]
app/images/fullscreen.png [new file with mode: 0644]
app/images/keyboard.png [new file with mode: 0644]
app/images/mouse_left.png [new file with mode: 0644]
app/images/mouse_middle.png [new file with mode: 0644]
app/images/mouse_none.png [new file with mode: 0644]
app/images/mouse_right.png [new file with mode: 0644]
app/images/power.png [new file with mode: 0644]
app/images/screen_320x460.png [new file with mode: 0644]
app/images/screen_57x57.png [new file with mode: 0644]
app/images/screen_700x700.png [new file with mode: 0644]
app/images/settings.png [new file with mode: 0644]
app/images/tab.png [new file with mode: 0644]
app/images/toggleextrakeys.png [new file with mode: 0644]
app/styles/Orbitron700.ttf [new file with mode: 0644]
app/styles/Orbitron700.woff [new file with mode: 0644]
app/styles/base.css [new file with mode: 0644]
app/styles/black.css [new file with mode: 0644]
app/styles/blue.css [new file with mode: 0644]
app/ui.js [new file with mode: 0644]
app/webutil.js [new file with mode: 0644]
core/base64.js [new file with mode: 0644]
core/des.js [new file with mode: 0644]
core/display.js [new file with mode: 0644]
core/inflator.js [new file with mode: 0644]
core/inflator.mod.js [new file with mode: 0644]
core/input.js [new file with mode: 0644]
core/keyboard.js [new file with mode: 0644]
core/keysym.js [new file with mode: 0644]
core/keysymdef.js [new file with mode: 0644]
core/rfb.js [new file with mode: 0644]
core/util.js [new file with mode: 0644]
core/websock.js [new file with mode: 0644]
core/xtscancodes.js [new file with mode: 0644]
docs/notes
favicon.ico
images/alt.png [deleted file]
images/clipboard.png [deleted file]
images/connect.png [deleted file]
images/ctrl.png [deleted file]
images/ctrlaltdel.png [deleted file]
images/disconnect.png [deleted file]
images/drag.png [deleted file]
images/esc.png [deleted file]
images/favicon.ico [deleted file]
images/favicon.png [deleted file]
images/fullscreen.png [deleted file]
images/keyboard.png [deleted file]
images/mouse_left.png [deleted file]
images/mouse_middle.png [deleted file]
images/mouse_none.png [deleted file]
images/mouse_right.png [deleted file]
images/power.png [deleted file]
images/screen_320x460.png [deleted file]
images/screen_57x57.png [deleted file]
images/screen_700x700.png [deleted file]
images/settings.png [deleted file]
images/tab.png [deleted file]
images/toggleextrakeys.png [deleted file]
include/Orbitron700.ttf [deleted file]
include/Orbitron700.woff [deleted file]
include/base.css [deleted file]
include/base64.js [deleted file]
include/black.css [deleted file]
include/blue.css [deleted file]
include/chrome-app/tcp-client.js [deleted file]
include/des.js [deleted file]
include/display.js [deleted file]
include/inflator.js [deleted file]
include/input.js [deleted file]
include/keyboard.js [deleted file]
include/keysym.js [deleted file]
include/keysymdef.js [deleted file]
include/logo.js [deleted file]
include/playback.js [deleted file]
include/rfb.js [deleted file]
include/ui.js [deleted file]
include/util.js [deleted file]
include/websock.js [deleted file]
include/webutil.js [deleted file]
include/xtscancodes.js [deleted file]
karma.conf.js
package.json
tests/input.html
tests/playback.js [new file with mode: 0644]
tests/run_from_console.js
tests/test.helper.js
tests/test.keyboard.js
tests/test.util.js
tests/vnc_perf.html
tests/vnc_playback.html
utils/inflator.partial.js [deleted file]
utils/make-module-transform.js [new file with mode: 0644]
utils/use_require.js [new file with mode: 0755]
vnc.html
vnc_auto.html