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