TODO 965 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 10
	- keyboard repeat,
	- introduce scrollbars,
	- handle selection
dscho's avatar
dscho committed
11 12
style fixes: use Linux' coding guidelines & ANSIfy tightvnc-filetransfer:
	discuss on list
dscho's avatar
dscho committed
13 14
LibVNCClient cleanup: prefix with "rfbClient", and make sure it does
	not deliberately die() or exit() anywhere!
15
java vncviewer doesn't do colour cursors?
dscho's avatar
dscho committed
16
MinGW32 doesn't do fcntl on sockets; use setsockopt instead...
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 21 22 23

later:
------

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