update about dialog
[presencevnc] / libvnc / TODO
1 immediate:
2 ----------
3
4 make SDLvncviewer more versatile
5         - Send modifiers key-up on leave focus,
6         - test for missing keys (especially "[]{}" with ./examples/mac),
7         - map Apple/Linux/Windows keys onto each other,
8         - keyboard repeat,
9         - introduce scrollbars,
10         - handle selection
11 style fixes: use Linux' coding guidelines & ANSIfy tightvnc-filetransfer:
12         discuss on list
13 LibVNCClient cleanup: prefix with "rfbClient", and make sure it does
14         not deliberately die() or exit() anywhere!
15 java vncviewer doesn't do colour cursors?
16 MinGW32 doesn't do fcntl on sockets; use setsockopt instead...
17 make corre work again (libvncclient or libvncserver?)
18 teach SDLvncviewer about CopyRect...
19 implement "-record" in libvncclient
20
21 later:
22 ------
23
24 selectbox: scroll bars
25 authentification schemes (secure vnc)
26         IO function ptr exists; now explain how to tunnel and implement a
27         client address restriction scheme.
28 using Hermes library for fast colour translations.
29 VisualNaCro testing
30