TODO 939 Bytes
Newer Older
1 2
immediate:
----------
Christian Beier's avatar
Christian Beier committed
3 4
- Add sources for the java stuff.
- Implement encryption in libvncserver.
5
- Add a libvncclient-config script.
6

dscho's avatar
dscho committed
7 8
make SDLvncviewer more versatile
	- test for missing keys (especially "[]{}" with ./examples/mac),
dscho's avatar
dscho committed
9
	- map Apple/Linux/Windows keys onto each other,
dscho's avatar
dscho committed
10
	- handle selection
dscho's avatar
dscho committed
11
	- handle scroll wheel
dscho's avatar
dscho committed
12 13
style fixes: use Linux' coding guidelines & ANSIfy tightvnc-filetransfer:
	discuss on list
dscho's avatar
dscho committed
14 15
LibVNCClient cleanup: prefix with "rfbClient", and make sure it does
	not deliberately die() or exit() anywhere!
16
java vncviewer doesn't do colour cursors?
dscho's avatar
dscho committed
17
make corre work again (libvncclient or libvncserver?)
dscho's avatar
dscho committed
18
teach SDLvncviewer about CopyRect...
dscho's avatar
dscho committed
19
implement "-record" in libvncclient
20
implement QoS for Windows in libvncclient
21 22 23 24

later:
------

dscho's avatar
dscho committed
25
selectbox: scroll bars
26 27 28
authentification schemes (secure vnc)
	IO function ptr exists; now explain how to tunnel and implement a
	client address restriction scheme.
dscho's avatar
dscho committed
29
VisualNaCro testing