summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2008-02-02 03:55:21 +0000
committerdscho <dscho>2008-02-02 03:55:21 +0000
commitd6fe147f345beeab1bd03d7f8cb5b6072a99e82e (patch)
tree34befd91b4e8256cf66bb1288497878dc6780bfd
parentfe63ea1365dbebd07d65b86afd5d829012a1a8ba (diff)
downloadlibtdevnc-d6fe147f345beeab1bd03d7f8cb5b6072a99e82e.tar.gz
libtdevnc-d6fe147f345beeab1bd03d7f8cb5b6072a99e82e.zip
Updated TODOs
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-rw-r--r--TODO18
1 files changed, 10 insertions, 8 deletions
diff --git a/TODO b/TODO
index 2c1c266..d146a29 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,22 @@
immediate:
----------
-Integrate CMake patch
-Clean up ZYWRLE (client-specific zywrle_level and zywrleBuf)
-Clean up ZRLE (probably not thread-safe: zrleBeforeBuf, zrlePaletteHelper)
Implement ZYWRLE decoding in libvncclient
-style fixes: use Linux' coding guidelines
+make SDLvncviewer more versatile (test for missing keys, introduce scrollbars,
+ make scrollable with 2xCtrl and mouse drag)
+ - Tab does not work
+ - Left Ctrl + A does not work
+ - 2nd and 3rd mouse button are switched
+Clean up ZRLE (probably not thread-safe: zrleBeforeBuf, zrlePaletteHelper)
+style fixes: use Linux' coding guidelines & ANSIfy tightvnc-filetransfer:
+ discuss on list
LibVNCClient cleanup: prefix with "rfbClient", and make sure it does
not deliberately die() or exit() anywhere!
-ANSIfy tightvnc-filetransfer
-VisualNaCro testing
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...
-make SDLvncviewer more versatile (test for missing keys, introduce scrollbars,
- make scrollable with 2xCtrl and mouse drag)
implement "-record" in libvncclient
later:
@@ -27,3 +27,5 @@ authentification schemes (secure vnc)
IO function ptr exists; now explain how to tunnel and implement a
client address restriction scheme.
using Hermes library for fast colour translations.
+VisualNaCro testing
+