Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
208c832b
Commit
208c832b
authored
Aug 03, 2010
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Encrypt default to off, TODO updates.
parent
8db09746
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
TODO
docs/TODO
+0
-3
default_controls.js
include/default_controls.js
+2
-2
No files found.
docs/TODO
View file @
208c832b
Short Term:
Short Term:
- Proper Javascript namespacing for Canvas and RFB (using function for
true local variables and functions).
- Timing delta between frames in proxy record log, for playback
- Timing delta between frames in proxy record log, for playback
support (for demo and test).
support (for demo and test).
...
...
include/default_controls.js
View file @
208c832b
...
@@ -44,7 +44,7 @@ load: function(target) {
...
@@ -44,7 +44,7 @@ load: function(target) {
html
+=
' onmouseout="DefaultControls.canvasFocus();">'
;
html
+=
' onmouseout="DefaultControls.canvasFocus();">'
;
html
+=
' <ul>'
;
html
+=
' <ul>'
;
html
+=
' <li><input id="VNC_encrypt"'
;
html
+=
' <li><input id="VNC_encrypt"'
;
html
+=
' type="checkbox"
checked
> Encrypt</li>'
;
html
+=
' type="checkbox"> Encrypt</li>'
;
html
+=
' <li><input id="VNC_base64"'
;
html
+=
' <li><input id="VNC_base64"'
;
html
+=
' type="checkbox" checked> Base64 Encode</li>'
;
html
+=
' type="checkbox" checked> Base64 Encode</li>'
;
html
+=
' <li><input id="VNC_true_color"'
;
html
+=
' <li><input id="VNC_true_color"'
;
...
@@ -112,7 +112,7 @@ load: function(target) {
...
@@ -112,7 +112,7 @@ load: function(target) {
DC
.
initSetting
(
'host'
,
''
);
DC
.
initSetting
(
'host'
,
''
);
DC
.
initSetting
(
'port'
,
''
);
DC
.
initSetting
(
'port'
,
''
);
DC
.
initSetting
(
'password'
,
''
);
DC
.
initSetting
(
'password'
,
''
);
DC
.
initSetting
(
'encrypt'
,
tru
e
);
DC
.
initSetting
(
'encrypt'
,
fals
e
);
DC
.
initSetting
(
'base64'
,
true
);
DC
.
initSetting
(
'base64'
,
true
);
DC
.
initSetting
(
'true_color'
,
true
);
DC
.
initSetting
(
'true_color'
,
true
);
DC
.
initSetting
(
'cursor'
,
true
);
DC
.
initSetting
(
'cursor'
,
true
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment