1 immediate: 2 ---------- 3 4 make SDLvncviewer more versatile 5 - test for missing keys (especially "[]{}" with ./examples/mac), 6 - map Apple/Linux/Windows keys onto each other, 7 - handle selection 8 - handle scroll wheel 9 style fixes: use Linux' coding guidelines & ANSIfy tightvnc-filetransfer: 10 discuss on list 11 LibVNCClient cleanup: prefix with "rfbClient", and make sure it does 12 not deliberately die() or exit() anywhere! 13 java vncviewer doesn't do colour cursors? 14 make corre work again (libvncclient or libvncserver?) 15 teach SDLvncviewer about CopyRect... 16 implement "-record" in libvncclient 17 implement QoS for Windows in libvncclient 18 19 later: 20 ------ 21 22 selectbox: scroll bars 23 authentification schemes (secure vnc) 24 IO function ptr exists; now explain how to tunnel and implement a 25 client address restriction scheme. 26 VisualNaCro testing 27