]> git.proxmox.com Git - mirror_novnc.git/blob - docs/TODO
README/TODO: Windows browser testing results.
[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 - Opera hang after second disconnect.
13
14 - Opera event issues: keyboard not stopped. Middle mouse sticks.
15
16
17 Medium Term:
18
19 - Implement Cursor pseudo-encoding (CSS cursor)
20 http://en.wikipedia.org/wiki/ICO_(file_format)
21 https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property
22
23 - Viewport and/or scaling support.
24
25 - Status bar buttons:
26 - Isolate menu UI in DefaultControls.js
27 - Icons in status area upper left
28 - Dialogs float over canvas
29 - Turn off events while menu open (but still update display)
30 - Explanatory hover text over buttons
31
32 - Connect/disconnect button
33
34 - Configuration menu:
35 - Store in cookies
36 - Items (move to public settings):
37 - Host
38 - Port
39 - Password
40 - Encrypt
41 - TrueColor
42 - speed vs. bandwidth selection
43 - b64encoding
44 - shared mode
45
46 - Keyboard menu:
47 - Ctrl Lock, Alt Lock, SysRq Lock
48 - Highlight menu icon when keys are locked
49
50 - Clipboard button -> popup:
51 - text, clear and send buttons
52
53 - password popup:
54 - when none set, but password required
55 - session only, should not store in cookie
56
57
58 Longer Term:
59
60 - Implement UI option for VNC shared mode.
61
62 - Get web-socket-js RFC2817 proxying working again.
63
64 - Implement tight and ZRLE encoding
65
66 - Support for Spice protocol.
67
68 - Consider RDP protocol.
69
70 - Consider NX protocol.
71