summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2008-03-21 11:23:52 +0000
committerdscho <dscho>2008-03-21 11:23:52 +0000
commit357b99e5f2bdf52abde93aae2bb143b98341b39f (patch)
treea21e6467fdebddd6bb704c63de8f7b25775a6115
parentc04a28f306e7178dc8af5054f5c41db218a41be1 (diff)
downloadlibtdevnc-357b99e5.tar.gz
libtdevnc-357b99e5.zip
Update TODOs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-rw-r--r--TODO12
1 files changed, 7 insertions, 5 deletions
diff --git a/TODO b/TODO
index 9dbc359..af4aa41 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,13 @@
immediate:
----------
-Implement ZYWRLE decoding in libvncclient
-make SDLvncviewer more versatile (test for missing keys, introduce scrollbars,
- make scrollable with 2xCtrl and mouse drag)
-Clean up ZRLE (probably not thread-safe: zrleBeforeBuf, zrlePaletteHelper)
+make SDLvncviewer more versatile
+ - AltGr!
+ - test for missing keys (especially "[]{}" with ./examples/mac),
+ - keyboard repeat,
+ - introduce scrollbars,
+ - make scrollable with 2xCtrl and mouse drag,
+ - handle selection
style fixes: use Linux' coding guidelines & ANSIfy tightvnc-filetransfer:
discuss on list
LibVNCClient cleanup: prefix with "rfbClient", and make sure it does
@@ -12,7 +15,6 @@ LibVNCClient cleanup: prefix with "rfbClient", and make sure it does
java vncviewer doesn't do colour cursors?
MinGW32 doesn't do fcntl on sockets; use setsockopt instead...
make corre work again (libvncclient or libvncserver?)
-teach SDLvncviewer about capitals...
teach SDLvncviewer about CopyRect...
implement "-record" in libvncclient