"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "vnc_winsrc/vncviewer/History.txt" of archive tightvnc-1.3.9_winsrc.zip:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 Changes to VNCviewer
    2 
    3 3.3.3 R3
    4 
    5 Fixed bug where 'Raw' option was not part of the radio button group and so couldn't be selected exclusively.
    6 Fixed KillScreenSaver to only kill windows of the appropriate class.
    7 
    8 3.3.3 R2
    9 
   10 Config files now also store list of acceptable and preferred encodings.
   11 The -register option now the full quoted program pathname, rather than relying on AppPaths. 
   12 Also quotes argument pathname.
   13 
   14 3.3.3 R1
   15 
   16 Fixed bug in MRU list that could cause crash if first server entered was a null string.
   17 Changes which should solve problems of screen not updating on SMP machines.
   18 Allowed quoted arguments on command line.
   19 
   20 3.3.3
   21 
   22 Bug fix in Log.cpp - thanks to Benjamin Vierck.
   23 Change most ORL references to AT&T and updated copyright.
   24 Some changes in code which only really affect CE build.
   25 Changes to thread scheduling and locking to improve reactivity of local GUI
   26   particularly on slow links.
   27 Save connection info to file, which can then be specified on command line.
   28  A bit messy internally.
   29 Add crude scaling facility and -scale argument.
   30 Display defaults to 0 if not specified.
   31 Added -register argument to associate .vnc files with vncviewer.
   32 Added -nocursor, -dotcursor, -normalcursor argument to allow local
   33  cursor to be changed.
   34 3-button emulation is now the default. Use -noemulate3 to turn it off
   35 
   36 3.3.2 R11
   37 
   38 Fixed (I hope) bug whereby full-screen prompt was invisible if
   39 it appeared after -fullscreen mode had been specified on command 
   40 line.
   41 
   42 3.3.2 R10
   43 
   44 Added 3-button emulation.  
   45 Many thanks to Randy Brown <rgb@inven.com> for providing the basis of this.
   46  New options -emulate3, -emulate3timeout, -emulate3fuzz.
   47 Added -fullscreen option to start in full-screen mode. Based on 
   48  Daniel J. Rodriksson's <djr@dit.upm.es> suggestions and patches.
   49 Clipboard transfers can now be disabled from options box or using
   50  -disableclipboard option.
   51 
   52 3.3.2 R9
   53 
   54 Code restructuring to share more with CE version
   55 More use of allocator/deallocator objects, should reduce chance of leaks.
   56 Added 'request refresh' option.
   57 More logging available.
   58 
   59 3.3.2 R8
   60 
   61 Lots of internal restructuring, better sharing of code with WinCE version.
   62 Worker thread only started *after* initial protocol negotiations.
   63 Fixed handle leak which was noticed by PMW.
   64 
   65 3.3.2 R7
   66 
   67 Better use of timer for Tray-Icon checking
   68 
   69 3.3.2 R6
   70 
   71 Fixed palette bug
   72 
   73 3.3.2 R5
   74 
   75 Fixed non-dying problem
   76 
   77 3.3.2 R4
   78 Some fixes to full-screen mode.
   79 Creates a palette for much better colour on 256-colour clients.
   80 Dot cursor only used when in focus.
   81 Updates not requested when iconified.
   82 Full screen prompt can be bypassed with reg setting.
   83 
   84 3.3.2 R3
   85 
   86 Added full-screen mode. Many thanks to Greg Hewgill <greg@hewgill.com> for providing the basis for this.
   87 No longer sends initial state of the clipboard.
   88 Fixed bug whereby cancelling immediately on starting program could leave thread running.
   89 
   90 3.3.2 R2
   91 
   92 Substantial source code restructuring.
   93 Added -viewonly and -restricted switches.
   94 Restored Ctl-Alt-Del option to menu in addition to separate key options.
   95 Oops! Now really does cancel modifiers when losing focus.
   96 Tray icon is checked for every 15 seconds and restored if not there.
   97 
   98 3.3.2 R1
   99 
  100 Fixed session dialog box so longer names could be entered.
  101 
  102 Removed Ctl-Alt-Del option from menu, but added separate Press/Release options for Ctl & Alt.
  103 
  104 3.3.2
  105 
  106 This is the same as 3.3.1 but with a different version number!
  107 
  108 3.3.1 R7
  109 
  110 Fixed bug in MRU list where an entry could occur more than once.
  111 
  112 3.3.1 R6
  113 
  114 The MRU list now defaults to the latest server and displays the entries in 
  115 reverse chronological order.
  116 
  117 Added logging facilities and -console option to aid debugging.
  118 
  119 Shortened the bell beep for those without sound cards.
  120 
  121 AltGr works better on Win95 - now raises all the modifiers when it can't
  122  detect which ones are needed.
  123 
  124 An rfbConnFailed error now produces a WarningException instead of an 
  125 ErrorException, so the message is correctly reported.
  126 
  127 Fixed a rare bug which caused vncviewer to continue running in the background
  128 under certain circumstances when all windows were closed and the user then 
  129 closed the 'new connection' dialog.
  130 
  131 3.3.1 R5
  132 
  133 Fixed scrolling bug which would sometimes stop you scrolling to the last pixel 
  134 in X & Y directions.
  135 
  136 Fixed clipboard bug which sometimes caused PC-PC sessions to close immediately.
  137 
  138 Alt keys now generate XK_Alt rather than XK_Meta.
  139 
  140 Number of MRU entries increased to 8.
  141 
  142 Better support for AltGr key combinations. Many thanks to Martin C. Mueller <mcm@itwm.uni-kl.de> 
  143 for assistance with the international keyboard mapping stuff.
  144 
  145 3.3.1 R4
  146 
  147 Added MRU list for servers
  148 Added 'New Connection' on Window menu