History.txt
上传用户:sbftbdw
上传日期:2007-01-03
资源大小:379k
文件大小:3k
源码类别:

远程控制编程

开发平台:

Visual C++

  1. Changes to VNCviewer
  2. 3.3.2 R10
  3. Added 3-button emulation.  
  4. Many thanks to Randy Brown <rgb@inven.com> for providing the basis of this.
  5.  New options -emulate3, -emulate3timeout, -emulate3fuzz.
  6. Added -fullscreen option to start in full-screen mode. Based on 
  7.  Daniel J. Rodriksson's <djr@dit.upm.es> suggestions and patches.
  8. Clipboard transfers can now be disabled from options box or using
  9.  -disableclipboard option.
  10. 3.3.2 R9
  11. Code restructuring to share more with CE version
  12. More use of allocator/deallocator objects, should reduce chance of leaks.
  13. Added 'request refresh' option.
  14. More logging available.
  15. 3.3.2 R8
  16. Lots of internal restructuring, better sharing of code with WinCE version.
  17. Worker thread only started *after* initial protocol negotiations.
  18. Fixed handle leak which was noticed by PMW.
  19. 3.3.2 R7
  20. Better use of timer for Tray-Icon checking
  21. 3.3.2 R6
  22. Fixed palette bug
  23. 3.3.2 R5
  24. Fixed non-dying problem
  25. 3.3.2 R4
  26. Some fixes to full-screen mode.
  27. Creates a palette for much better colour on 256-colour clients.
  28. Dot cursor only used when in focus.
  29. Updates not requested when iconified.
  30. Full screen prompt can be bypassed with reg setting.
  31. 3.3.2 R3
  32. Added full-screen mode. Many thanks to Greg Hewgill <greg@hewgill.com> for providing the basis for this.
  33. No longer sends initial state of the clipboard.
  34. Fixed bug whereby cancelling immediately on starting program could leave thread running.
  35. 3.3.2 R2
  36. Substantial source code restructuring.
  37. Added -viewonly and -restricted switches.
  38. Restored Ctl-Alt-Del option to menu in addition to separate key options.
  39. Oops! Now really does cancel modifiers when losing focus.
  40. Tray icon is checked for every 15 seconds and restored if not there.
  41. 3.3.2 R1
  42. Fixed session dialog box so longer names could be entered.
  43. Removed Ctl-Alt-Del option from menu, but added separate Press/Release options for Ctl & Alt.
  44. 3.3.2
  45. This is the same as 3.3.1 but with a different version number!
  46. 3.3.1 R7
  47. Fixed bug in MRU list where an entry could occur more than once.
  48. 3.3.1 R6
  49. The MRU list now defaults to the latest server and displays the entries in 
  50. reverse chronological order.
  51. Added logging facilities and -console option to aid debugging.
  52. Shortened the bell beep for those without sound cards.
  53. AltGr works better on Win95 - now raises all the modifiers when it can't
  54.  detect which ones are needed.
  55. An rfbConnFailed error now produces a WarningException instead of an 
  56. ErrorException, so the message is correctly reported.
  57. Fixed a rare bug which caused vncviewer to continue running in the background
  58. under certain circumstances when all windows were closed and the user then 
  59. closed the 'new connection' dialog.
  60. 3.3.1 R5
  61. Fixed scrolling bug which would sometimes stop you scrolling to the last pixel 
  62. in X & Y directions.
  63. Fixed clipboard bug which sometimes caused PC-PC sessions to close immediately.
  64. Alt keys now generate XK_Alt rather than XK_Meta.
  65. Number of MRU entries increased to 8.
  66. Better support for AltGr key combinations. Many thanks to Martin C. Mueller <mcm@itwm.uni-kl.de> 
  67. for assistance with the international keyboard mapping stuff.
  68. 3.3.1 R4
  69. Added MRU list for servers
  70. Added 'New Connection' on Window menu