/[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 131 by astrand, Sat Sep 14 15:44:24 2002 UTC revision 136 by astrand, Sat Sep 14 16:13:09 2002 UTC
# Line 1  Line 1 
1  This file documents some of all patches for rdesktop, floating around  This file documents some of all patches for rdesktop, floating around
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. Things left to do are marked with TDB (To Be Done).
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
# Line 10  and OSF1. Line 11  and OSF1.
11  Status:  Status:
12  Applied (slightly modified)  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:
# Line 17  Fix for hostnames longer than 30 chars. Line 19  Fix for hostnames longer than 30 chars.
19  Status:  Status:
20  Applied (revision 1.11 of secure.c)  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:
# Line 28  map in 8 bpp mode. 2) is, as far as I un Line 31  map in 8 bpp mode. 2) is, as far as I un
31  need. rdesktop automatically uses a software backing store if the  need. rdesktop automatically uses a software backing store if the
32  Xserver does not provide one.  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:
# Line 35  Fixes for CapsLock and NumLock. Line 39  Fixes for CapsLock and NumLock.
39  Status:  Status:
40  Not needed anymore, with the new keyboard mapping implementation.  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:
# Line 42  Fixes problem with ctrl1 hangs. Line 47  Fixes problem with ctrl1 hangs.
47  Status:  Status:
48  Not needed anymore, with the new keyboard mapping implementation.  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  Status:  
64  Not yet examined.  1) 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    2) 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    3) My Previous patch to disable backing storage in fullscreen
78    
79    Status:
80    1) is not relevant any more, since rdesktop only uses backing store if
81    the Xserver does not provide backing store.
82    Need to examine if 2) and 3) are still useful. TDB.
83    
84    
85  URL:  URL:
86  http://bibl4.oru.se/projects/rdesktop/patch19/patches/francisco_fix_patblt.html  http://bibl4.oru.se/projects/rdesktop/patch19/patches/francisco_fix_patblt.html
87  Description:  Description:
88  TDB  The colors in patterns drawn with "pattern blt" order was inverted (fg
89    & bg). (See the background of the yellow help banners)
90  Status:  Status:
91  Not yet examined.  Applied (in revision 1.29, 2002/07/14)
92    
93    
94  URL:  URL:
95  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_1linerfix.html  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_1linerfix.html
96  Description:  Description:
97  TDB  ui_create_glyph was not called with ipattern.
98  Status:  Status:
99  Not yet examined.  Applied (in revision 1.29, 2002/07/14).
100    
101    
102  URL:  URL:
103  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_fasttext.patch.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_fasttext.patch.txt
# Line 77  TDB Line 106  TDB
106  Status:  Status:
107  Not yet examined.  Not yet examined.
108    
109    
110  URL:  URL:
111  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hostname-patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/hostname-patch
112  Description:  Description:
# Line 84  TDB Line 114  TDB
114  Status:  Status:
115  Not yet examined.  Not yet examined.
116    
117    
118  URL:  URL:
119  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
120  Description:  Description:
# Line 91  TDB Line 122  TDB
122  Status:  Status:
123  Not yet examined.  Not yet examined.
124    
125    
126  URL:  URL:
127  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
128  Description:  Description:
# Line 98  TDB Line 130  TDB
130  Status:  Status:
131  Not yet examined.  Not yet examined.
132    
133    
134  URL:  URL:
135  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_fullscreen.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_fullscreen.patch
136  Description:  Description:
# Line 105  TDB Line 138  TDB
138  Status:  Status:
139  Not yet examined.  Not yet examined.
140    
141    
142  URL:  URL:
143  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_percent.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_percent.txt
144  Description:  Description:
# Line 112  TDB Line 146  TDB
146  Status:  Status:
147  Not yet examined.  Not yet examined.
148    
149    
150  URL:  URL:
151  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
152  Description:  Description:
# Line 119  TDB Line 154  TDB
154  Status:  Status:
155  Not yet examined.  Not yet examined.
156    
157    
158  URL:  URL:
159  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
160  Description:  Description:
# Line 126  TDB Line 162  TDB
162  Status:  Status:
163  Not yet examined.  Not yet examined.
164    
165    
166  URL:  URL:
167  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
168  Description:  Description:
# Line 133  TDB Line 170  TDB
170  Status:  Status:
171  Not yet examined.  Not yet examined.
172    
173    
174  URL:  URL:
175  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
176  Description:  Description:
# Line 140  TDB Line 178  TDB
178  Status:  Status:
179  Not yet examined.  Not yet examined.
180    
181    
182  URL:  URL:
183  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
184  Description:  Description:
# Line 147  TDB Line 186  TDB
186  Status:  Status:
187  Not yet examined.  Not yet examined.
188    
189    
190  URL:  URL:
191  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-gmp.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-gmp.patch
192  Description:  Description:
# Line 154  TDB Line 194  TDB
194  Status:  Status:
195  Not yet examined.  Not yet examined.
196    
197    
198  URL:  URL:
199  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-new_kb.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-new_kb.patch
200  Description:  Description:
# Line 161  TDB Line 202  TDB
202  Status:  Status:
203  Not yet examined.  Not yet examined.
204    
205    
206  URL:  URL:
207  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-openssl.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-openssl.patch
208  Description:  Description:
# Line 168  TDB Line 210  TDB
210  Status:  Status:
211  Not yet examined.  Not yet examined.
212    
213    
214  URL:  URL:
215  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop.vncviewer_patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop.vncviewer_patch
216  Description:  Description:
# Line 175  TDB Line 218  TDB
218  Status:  Status:
219  Not yet examined.  Not yet examined.
220    
221    
222  URL:  URL:
223  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop_keymap.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop_keymap.patch
224  Description:  Description:
# Line 182  TDB Line 226  TDB
226  Status:  Status:
227  Not yet examined.  Not yet examined.
228    
229    
230  URL:  URL:
231  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
232  Description:  Description:
# Line 189  TDB Line 234  TDB
234  Status:  Status:
235  Not yet examined.  Not yet examined.
236    
237    
238  URL:  URL:
239  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
240  Description:  Description:
# Line 196  TDB Line 242  TDB
242  Status:  Status:
243  Not yet examined.  Not yet examined.
244    
245    
246  URL:  URL:
247  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
248  Description:  Description:
# Line 203  TDB Line 250  TDB
250  Status:  Status:
251  Not yet examined.  Not yet examined.
252    
253    
254  URL:  URL:
255  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
256  Description:  Description:
# Line 210  TDB Line 258  TDB
258  Status:  Status:
259  Not yet examined.  Not yet examined.
260    
261    
262  URL:  URL:
263  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark_xinerama-patch2  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark_xinerama-patch2
264  Description:  Description:
# Line 217  TDB Line 266  TDB
266  Status:  Status:
267  Not yet examined.  Not yet examined.
268    
269    
270  URL:  URL:
271  http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_dis_wmkeybnds.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_dis_wmkeybnds.patch
272  Description:  Description:
# Line 224  TDB Line 274  TDB
274  Status:  Status:
275  Not yet examined.  Not yet examined.
276    
277    
278  URL:  URL:
279  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
280  Description:  Description:
# Line 231  TDB Line 282  TDB
282  Status:  Status:
283  Not yet examined.  Not yet examined.
284    
285    
286  URL:  URL:
287  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
288  Description:  Description:
# Line 238  TDB Line 290  TDB
290  Status:  Status:
291  Not yet examined.  Not yet examined.
292    
293    
294  URL:  URL:
295  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
296  Description:  Description:
# Line 245  TDB Line 298  TDB
298  Status:  Status:
299  Not yet examined.  Not yet examined.
300    
301    
302  URL:  URL:
303  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
304  Description:  Description:
# Line 252  TDB Line 306  TDB
306  Status:  Status:
307  Not yet examined.  Not yet examined.
308    
309    
310  URL:  URL:
311  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_8bpp.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_8bpp.patch
312  Description:  Description:
# Line 259  TDB Line 314  TDB
314  Status:  Status:
315  Not yet examined.  Not yet examined.
316    
317    
318  URL:  URL:
319  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vpypatch.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vpypatch.txt
320  Description:  Description:

Legend:
Removed from v.131  
changed lines
  Added in v.136

  ViewVC Help
Powered by ViewVC 1.1.26