]> git.proxmox.com Git - mirror_novnc.git/blob - docs/TODO
Disable excanvas experiment.
[mirror_novnc.git] / docs / TODO
1 Short Term:
2
3 - Test on IE 9 preview 3.
4
5 - Possibly support IE <= 8.0 using excanvas or fxcanvas:
6 http://excanvas.sourceforge.net/
7 http://code.google.com/p/fxcanvas/
8
9 - Timing delta between frames in proxy record log, for playback
10 support (for demo and test).
11
12
13 Medium Term:
14
15 - Implement Cursor pseudo-encoding (CSS cursor)
16 http://en.wikipedia.org/wiki/ICO_(file_format)
17 https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property
18
19 - Viewport and/or scaling support.
20
21 - Status bar buttons:
22 - Isolate menu UI in DefaultControls.js
23 - Icons in status area upper left
24 - Dialogs float over canvas
25 - Turn off events while menu open (but still update display)
26 - Explanatory hover text over buttons
27
28 - Connect/disconnect button
29
30 - Configuration menu:
31 - Store in cookies
32 - Items (move to public settings):
33 - Host
34 - Port
35 - Password
36 - Encrypt
37 - TrueColor
38 - speed vs. bandwidth selection
39 - b64encoding
40 - shared mode
41
42 - Keyboard menu:
43 - Ctrl Lock, Alt Lock, SysRq Lock
44 - Highlight menu icon when keys are locked
45
46 - Clipboard button -> popup:
47 - text, clear and send buttons
48
49 - password popup:
50 - when none set, but password required
51 - session only, should not store in cookie
52
53
54 Longer Term:
55
56 - Implement UI option for VNC shared mode.
57
58 - Get web-socket-js RFC2817 proxying working again.
59
60 - Implement tight and ZRLE encoding
61
62 - Support for Spice protocol.
63
64 - Consider RDP protocol.
65
66 - Consider NX protocol.
67