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
ae0ecca2
Commit
ae0ecca2
authored
Jul 02, 2010
by
Joel Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable excanvas experiment.
Also, move bugs from TODO to github issues.
parent
b8e07362
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
TODO
docs/TODO
+0
-4
canvas.js
include/canvas.js
+2
-2
No files found.
docs/TODO
View file @
ae0ecca2
...
...
@@ -9,10 +9,6 @@ Short Term:
- Timing delta between frames in proxy record log, for playback
support (for demo and test).
- Opera hang after second disconnect.
- Opera event issues: keyboard not stopped. Middle mouse sticks.
Medium Term:
...
...
include/canvas.js
View file @
ae0ecca2
...
...
@@ -19,7 +19,7 @@ var Canvas, Canvas_native;
}
else
{
pre
=
(
typeof
VNC_uri_prefix
!==
"undefined"
)
?
VNC_uri_prefix
:
"include/"
;
document
.
write
(
start
+
pre
+
"excanvas.js"
+
end
);
//
document.write(start + pre + "excanvas.js" + end);
Canvas_native
=
false
;
}
}());
...
...
@@ -150,7 +150,7 @@ init: function (id) {
}
else
{
console
.
warn
(
"Using excanvas canvas emulation"
);
//G_vmlCanvasManager.init(c);
G_vmlCanvasManager
.
initElement
(
c
);
//
G_vmlCanvasManager.initElement(c);
}
if
(
!
c
.
getContext
)
{
throw
(
"No getContext method"
);
}
...
...
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