]> git.proxmox.com Git - mirror_novnc.git/blob - docs/TODO
Update TODO.
[mirror_novnc.git] / docs / TODO
1 Medium Term:
2
3 - Option to force SSL in proxy.
4
5 - Implement Cursor pseudo-encoding (CSS cursor)
6 http://en.wikipedia.org/wiki/ICO_(file_format)
7 https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property
8
9 - Status bar buttons:
10 - Isolate menu UI in DefaultControls.js
11 - Icons in status area upper left
12 - Dialogs float over canvas
13 - Turn off events while menu open (but still update display)
14 - Explanatory hover text over buttons
15
16 - Connect/disconnect button
17
18 - Configuration menu:
19 - Store in cookies
20 - Items (move to public settings):
21 - Host
22 - Port
23 - Password
24 - Encrypt
25 - TrueColor
26 - speed vs. bandwidth selection
27 - b64encoding
28 - shared mode
29
30 - Keyboard menu:
31 - Ctrl Lock, Alt Lock, SysRq Lock
32 - Highlight menu icon when keys are locked
33
34 - Clipboard button -> popup:
35 - text, clear and send buttons
36
37 - password popup:
38 - when none set, but password required
39 - session only, should not store in cookie
40
41
42 Longer Term:
43
44 - Implement UI option for VNC shared mode.
45
46 - Get web-socket-js RFC2817 proxying working again.
47
48 - Support for Spice protocol.
49
50 - Implement tight and ZRLE encoding
51