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