TODO 787 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
make corre work again (libvncclient or libvncserver?)
dscho's avatar
dscho committed
15
teach SDLvncviewer about CopyRect...
dscho's avatar
dscho committed
16
implement "-record" in libvncclient
17 18 19 20

later:
------

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