/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/patches.txt
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/doc/patches.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 127 by astrand, Sat Sep 14 15:05:12 2002 UTC revision 133 by astrand, Sat Sep 14 15:52:26 2002 UTC
# Line 2  This file documents some of all patches Line 2  This file documents some of all patches
2  the net, and how they are related to the current (CVS) version of  the net, and how they are related to the current (CVS) version of
3  rdesktop.  rdesktop.
4    
5    
6  URL:  URL:
7  http://bibl4.oru.se/projects/rdesktop/patch19/patches/Makefile.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/Makefile.diff
8  Description:  Description:
9  Makefile changes which makes it possible to compile rdesktop on SunOS  Makefile changes which makes it possible to compile rdesktop on SunOS
10  and OSF1.  and OSF1.
11  Status:  Status:
12  Adopted.  Applied (slightly modified)
13    
14    
15  URL:  URL:
16  http://bibl4.oru.se/projects/rdesktop/patch19/patches/assar_19-7-2.hostlen.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/assar_19-7-2.hostlen.patch
17  Description:  Description:
18  TDB  Fix for hostnames longer than 30 chars.
19  Status:  Status:
20  Not yet examined.  Applied (revision 1.11 of secure.c)
21    
22    
23  URL:  URL:
24  http://bibl4.oru.se/projects/rdesktop/patch19/patches/backingstore+privatecolormap-for-19-3-9.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/backingstore+privatecolormap-for-19-3-9.patch
25  Description:  Description:
26  TDB  This adds support for 1) Private color maps (useful for 8 bpp mode)
27    and 2) backingstore selection.
28  Status:  Status:
29  Not yet examined.  1) is not needed anymore; rdesktop automatically uses Private color
30    map in 8 bpp mode. 2) is, as far as I understand, also not
31    need. rdesktop automatically uses a software backing store if the
32    Xserver does not provide one.
33    
34    
35  URL:  URL:
36  http://bibl4.oru.se/projects/rdesktop/patch19/patches/ben_xwin.c.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/ben_xwin.c.diff
37  Description:  Description:
38  TDB  Fixes for CapsLock and NumLock.
39  Status:  Status:
40  Not yet examined.  Not needed anymore, with the new keyboard mapping implementation.
41    
42    
43  URL:  URL:
44  http://bibl4.oru.se/projects/rdesktop/patch19/patches/ctrl1nohang.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/ctrl1nohang.diff
45  Description:  Description:
46  TDB  Fixes problem with ctrl1 hangs.
47  Status:  Status:
48  Not yet examined.  Not needed anymore, with the new keyboard mapping implementation.
49    
50    
51  URL:  URL:
52  http://bibl4.oru.se/projects/rdesktop/patch19/patches/downkeypatch.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/downkeypatch.diff
53  Description:  Description:
54  TDB  Seems to keep track of the remote modifier status.
55  Status:  Status:
56  Not yet examined.  Not needed anymore, with the new keyboard mapping implementation.
57    
58    
59  URL:  URL:
60  http://bibl4.oru.se/projects/rdesktop/patch19/patches/fasttext2+nobackpixmap.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/fasttext2+nobackpixmap.patch
61  Description:  Description:
62  TDB  (From http://mail.rdesktop.org/archive/2001/msg00218.html):
63    
64    * Added --no-backpixmap option to disable the ugly double drawing in
65    xwin.c (I have a very robust backing storage in my X, so I don't need
66    it ;)
67    
68    * More optimizations to text draw (previous fast-text patch was
69    included in 192-3-6-2). In text drawing with solid background the
70    glyphs are drawn with stippled fill instead of XCopyPlane (runs faster
71    on my S3Trio64 with XFree 3.3.6, please test it on other
72    configurations to validate this). The WinTach not show any improvement
73    with this change, it seems to use all transparent background text
74    draws, but with a old PC Magazine Winbench (3.1) doing the scroll text
75    test the speed gain is significative.
76    
77    * My Previous patch to disable backing storage in fullscreen
78    
79  Status:  Status:
80  Not yet examined.  Not yet examined.
81    
82    
83  URL:  URL:
84  http://bibl4.oru.se/projects/rdesktop/patch19/patches/francisco_fix_patblt.html  http://bibl4.oru.se/projects/rdesktop/patch19/patches/francisco_fix_patblt.html
85  Description:  Description:
# Line 59  TDB Line 87  TDB
87  Status:  Status:
88  Not yet examined.  Not yet examined.
89    
90    
91  URL:  URL:
92  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_1linerfix.html  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_1linerfix.html
93  Description:  Description:
# Line 66  TDB Line 95  TDB
95  Status:  Status:
96  Not yet examined.  Not yet examined.
97    
98    
99  URL:  URL:
100  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_fasttext.patch.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_fasttext.patch.txt
101  Description:  Description:
# Line 73  TDB Line 103  TDB
103  Status:  Status:
104  Not yet examined.  Not yet examined.
105    
106    
107  URL:  URL:
108  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hostname-patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hostname-patch
109  Description:  Description:
# Line 80  TDB Line 111  TDB
111  Status:  Status:
112  Not yet examined.  Not yet examined.
113    
114    
115  URL:  URL:
116  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hove-19-7-2endian.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hove-19-7-2endian.diff
117  Description:  Description:
# Line 87  TDB Line 119  TDB
119  Status:  Status:
120  Not yet examined.  Not yet examined.
121    
122    
123  URL:  URL:
124  http://bibl4.oru.se/projects/rdesktop/patch19/patches/mmihalik_19-7-3-keyfix-4.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/mmihalik_19-7-3-keyfix-4.patch
125  Description:  Description:
# Line 94  TDB Line 127  TDB
127  Status:  Status:
128  Not yet examined.  Not yet examined.
129    
130    
131  URL:  URL:
132  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_fullscreen.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_fullscreen.patch
133  Description:  Description:
# Line 101  TDB Line 135  TDB
135  Status:  Status:
136  Not yet examined.  Not yet examined.
137    
138    
139  URL:  URL:
140  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_percent.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_percent.txt
141  Description:  Description:
# Line 108  TDB Line 143  TDB
143  Status:  Status:
144  Not yet examined.  Not yet examined.
145    
146    
147  URL:  URL:
148  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_rdp_tcp_port.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_rdp_tcp_port.diff
149  Description:  Description:
# Line 115  TDB Line 151  TDB
151  Status:  Status:
152  Not yet examined.  Not yet examined.
153    
154    
155  URL:  URL:
156  http://bibl4.oru.se/projects/rdesktop/patch19/patches/patch19-7-2.xyPos.emptyPassword.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/patch19-7-2.xyPos.emptyPassword.patch
157  Description:  Description:
# Line 122  TDB Line 159  TDB
159  Status:  Status:
160  Not yet examined.  Not yet examined.
161    
162    
163  URL:  URL:
164  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-19-7-1-mmihalik-3.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-19-7-1-mmihalik-3.diff
165  Description:  Description:
# Line 129  TDB Line 167  TDB
167  Status:  Status:
168  Not yet examined.  Not yet examined.
169    
170    
171  URL:  URL:
172  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-mmihalik-1.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-mmihalik-1.diff
173  Description:  Description:
# Line 136  TDB Line 175  TDB
175  Status:  Status:
176  Not yet examined.  Not yet examined.
177    
178    
179  URL:  URL:
180  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-pl19-7-2-mmihalik-1.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-pl19-7-2-mmihalik-1.diff
181  Description:  Description:
# Line 143  TDB Line 183  TDB
183  Status:  Status:
184  Not yet examined.  Not yet examined.
185    
186    
187  URL:  URL:
188  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-gmp.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-gmp.patch
189  Description:  Description:
# Line 150  TDB Line 191  TDB
191  Status:  Status:
192  Not yet examined.  Not yet examined.
193    
194    
195  URL:  URL:
196  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-new_kb.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-new_kb.patch
197  Description:  Description:
# Line 157  TDB Line 199  TDB
199  Status:  Status:
200  Not yet examined.  Not yet examined.
201    
202    
203  URL:  URL:
204  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-openssl.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-openssl.patch
205  Description:  Description:
# Line 164  TDB Line 207  TDB
207  Status:  Status:
208  Not yet examined.  Not yet examined.
209    
210    
211  URL:  URL:
212  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop.vncviewer_patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop.vncviewer_patch
213  Description:  Description:
# Line 171  TDB Line 215  TDB
215  Status:  Status:
216  Not yet examined.  Not yet examined.
217    
218    
219  URL:  URL:
220  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop_keymap.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop_keymap.patch
221  Description:  Description:
# Line 178  TDB Line 223  TDB
223  Status:  Status:
224  Not yet examined.  Not yet examined.
225    
226    
227  URL:  URL:
228  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdp-srvr-19-6-6.diff  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdp-srvr-19-6-6.diff
229  Description:  Description:
# Line 185  TDB Line 231  TDB
231  Status:  Status:
232  Not yet examined.  Not yet examined.
233    
234    
235  URL:  URL:
236  http://bibl4.oru.se/projects/rdesktop/patch19/patches/scroll-to-death-patch.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/scroll-to-death-patch.txt
237  Description:  Description:
# Line 192  TDB Line 239  TDB
239  Status:  Status:
240  Not yet examined.  Not yet examined.
241    
242    
243  URL:  URL:
244  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark-manpage-patch-19.4  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark-manpage-patch-19.4
245  Description:  Description:
# Line 199  TDB Line 247  TDB
247  Status:  Status:
248  Not yet examined.  Not yet examined.
249    
250    
251  URL:  URL:
252  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark-manpage-patch-19.4-1  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark-manpage-patch-19.4-1
253  Description:  Description:
# Line 206  TDB Line 255  TDB
255  Status:  Status:
256  Not yet examined.  Not yet examined.
257    
258    
259  URL:  URL:
260  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark_xinerama-patch2  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark_xinerama-patch2
261  Description:  Description:
# Line 213  TDB Line 263  TDB
263  Status:  Status:
264  Not yet examined.  Not yet examined.
265    
266    
267  URL:  URL:
268  http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_dis_wmkeybnds.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_dis_wmkeybnds.patch
269  Description:  Description:
# Line 220  TDB Line 271  TDB
271  Status:  Status:
272  Not yet examined.  Not yet examined.
273    
274    
275  URL:  URL:
276  http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_disable_bs_in_x-tiny-patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_disable_bs_in_x-tiny-patch
277  Description:  Description:
# Line 227  TDB Line 279  TDB
279  Status:  Status:
280  Not yet examined.  Not yet examined.
281    
282    
283  URL:  URL:
284  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_19-7-2.license.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_19-7-2.license.patch
285  Description:  Description:
# Line 234  TDB Line 287  TDB
287  Status:  Status:
288  Not yet examined.  Not yet examined.
289    
290    
291  URL:  URL:
292  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_19-7-2.secure.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_19-7-2.secure.patch
293  Description:  Description:
# Line 241  TDB Line 295  TDB
295  Status:  Status:
296  Not yet examined.  Not yet examined.
297    
298    
299  URL:  URL:
300  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_19-7-3_excel.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_19-7-3_excel.patch
301  Description:  Description:
# Line 248  TDB Line 303  TDB
303  Status:  Status:
304  Not yet examined.  Not yet examined.
305    
306    
307  URL:  URL:
308  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_8bpp.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_8bpp.patch
309  Description:  Description:
# Line 255  TDB Line 311  TDB
311  Status:  Status:
312  Not yet examined.  Not yet examined.
313    
314    
315  URL:  URL:
316  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vpypatch.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vpypatch.txt
317  Description:  Description:

Legend:
Removed from v.127  
changed lines
  Added in v.133

  ViewVC Help
Powered by ViewVC 1.1.26