You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TODO 1.2KB

12345678910111213141516171819202122232425262728293031
  1. * When running the UNIX vncviewer on a host with a different byte
  2. order than the Xserver, the colors are incorrect. This happens when
  3. using color depth 24 ("cutZeros"). Basically, the problem is that
  4. the RGB24_TO_PIXEL32 macro is wrong; we need to swap endianess
  5. in this situation. There seems to be something wrong with the local
  6. cursor handling as well.
  7. * Change version strings.
  8. * Tight encoding support
  9. * Update vncviewer.man: many parameters are currently not documented.
  10. * When manually changing color level and running against an old server
  11. (Xvnc from TightVNC 1.2.9, for example), the user should perhaps be
  12. warned that vncviewer might crash.
  13. * Document the Tight protocol extensions in a text file.
  14. * All other features from the TightVNC 1.3 series: Filetransfer etc
  15. * Consider adding the toolbar from http://lars.werner.no/vnc/.
  16. * Implement support for rfbEncodingXCursor. When this is finished, it
  17. should be safe to allow dynamic pixel format changes again, as long
  18. as we only orders new pixel formats after recieving a framebuffer
  19. update with real pixel data.
  20. * The vncviewer password dialog should probably display the server
  21. name in the password dialog windows title. Wish from Gaetano Giunta.