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