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