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

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

later:
------

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