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