diff options
author | Peter Åstrand <astrand@cendio.se> | 2004-12-21 15:59:40 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2004-12-21 15:59:40 +0000 |
commit | 3b170eea935454943bb4d6842af34c9a8077489f (patch) | |
tree | 484c2445fa82c5cc2be81d37e27c8db46e6cd5b3 /doc | |
parent | dd747d86e7cf6c05a6e21d495d9e7e051381929c (diff) | |
download | tigervnc-3b170eea935454943bb4d6842af34c9a8077489f.tar.gz tigervnc-3b170eea935454943bb4d6842af34c9a8077489f.zip |
Updated TODO.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@50 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,9 +3,13 @@ * Document the Tight protocol extensions in a text file. -* Add GUI support for selecting TightVNC encoding, JPEG quality etc +* Add GUI support for selecting JPEG quality etc * Support selecting zlib compression from the client side (the old -compresslevel option) * All other features from the TightVNC 1.3 series: Filetransfer etc + +* Improve bandwidth tests: The routine only works when doing + block reads, currently. If reading data pixel by pixel, or reading + through a ZlibInStream, the bandwidth tests don't work. |