Updated TODO.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@50 3789f03b-4d11-0410-bbf8-ca57d06f2519
This commit is contained in:
Peter Åstrand 2004-12-21 15:59:40 +00:00
parent dd747d86e7
commit 3b170eea93

View File

@ -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.