TODO 850 Bytes
Newer Older
1 2 3
immediate:
----------

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

later:
------

dscho's avatar
dscho committed
22
selectbox: scroll bars
23 24 25
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
26
VisualNaCro testing