/[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 142 by astrand, Sat Sep 14 16:39:43 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 8  Description: Line 9  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  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
104  Description:  Description:
105  TDB  Some kind of performence improvements.
106  Status:  Status:
107  Not yet examined.  From what I can tell, this patch is no longer necessary.
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:
113  TDB  (From http://mail.rdesktop.org/archive/2001/msg00163.html):
114    
115    rdesktop uses gethostname to figure out the hostname, but gethostname
116    under linux returns an error when the hostname is longer than the
117    buffer.  This hack gives gethostname a 64 char buffer and then strips
118    the first 16 chars or upto the first '.' and puts the result in
119    hostname[16].
120    
121  Status:  Status:
122  Not yet examined.  Applied in version 1.10 of rdesktop.c.
123    
124    
125  URL:  URL:
126  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
127  Description:  Description:
128  TDB  Includes a program for testing endianness.
129  Status:  Status:
130  Not yet examined.  rdesktop determines endianness at runtime. This patch is not needed
131    anymore.
132    
133    
134  URL:  URL:
135  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
136  Description:  Description:
137  TDB  Some kind of new alternative keyboard mapping imlementation.
138  Status:  Status:
139  Not yet examined.  Not needed anymore, with the new keyboard mapping implementation.
140    
141    
142  URL:  URL:
143  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_fullscreen.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_fullscreen.patch
144  Description:  Description:
145  TDB  Fullscreen mode.
146  Status:  Status:
147  Not yet examined.  Applied.
148    
149    
150  URL:  URL:
151  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_percent.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_percent.txt
152  Description:  Description:
153  TDB  Makes is possible to specify RDP geometry based a percent value of the
154    current desktop size.
155  Status:  Status:
156  Not yet examined.  Not applied. I don't think many people will need this.
157    
158    
159  URL:  URL:
160  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
# Line 115  TDB Line 163  TDB
163  Status:  Status:
164  Not yet examined.  Not yet examined.
165    
166    
167  URL:  URL:
168  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
169  Description:  Description:
# Line 122  TDB Line 171  TDB
171  Status:  Status:
172  Not yet examined.  Not yet examined.
173    
174    
175  URL:  URL:
176  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
177  Description:  Description:
# Line 129  TDB Line 179  TDB
179  Status:  Status:
180  Not yet examined.  Not yet examined.
181    
182    
183  URL:  URL:
184  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
185  Description:  Description:
# Line 136  TDB Line 187  TDB
187  Status:  Status:
188  Not yet examined.  Not yet examined.
189    
190    
191  URL:  URL:
192  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
193  Description:  Description:
# Line 143  TDB Line 195  TDB
195  Status:  Status:
196  Not yet examined.  Not yet examined.
197    
198    
199  URL:  URL:
200  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-gmp.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-gmp.patch
201  Description:  Description:
# Line 150  TDB Line 203  TDB
203  Status:  Status:
204  Not yet examined.  Not yet examined.
205    
206    
207  URL:  URL:
208  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-new_kb.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-new_kb.patch
209  Description:  Description:
# Line 157  TDB Line 211  TDB
211  Status:  Status:
212  Not yet examined.  Not yet examined.
213    
214    
215  URL:  URL:
216  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-openssl.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-openssl.patch
217  Description:  Description:
# Line 164  TDB Line 219  TDB
219  Status:  Status:
220  Not yet examined.  Not yet examined.
221    
222    
223  URL:  URL:
224  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop.vncviewer_patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop.vncviewer_patch
225  Description:  Description:
# Line 171  TDB Line 227  TDB
227  Status:  Status:
228  Not yet examined.  Not yet examined.
229    
230    
231  URL:  URL:
232  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop_keymap.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop_keymap.patch
233  Description:  Description:
# Line 178  TDB Line 235  TDB
235  Status:  Status:
236  Not yet examined.  Not yet examined.
237    
238    
239  URL:  URL:
240  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
241  Description:  Description:
# Line 185  TDB Line 243  TDB
243  Status:  Status:
244  Not yet examined.  Not yet examined.
245    
246    
247  URL:  URL:
248  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
249  Description:  Description:
# Line 192  TDB Line 251  TDB
251  Status:  Status:
252  Not yet examined.  Not yet examined.
253    
254    
255  URL:  URL:
256  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
257  Description:  Description:
# Line 199  TDB Line 259  TDB
259  Status:  Status:
260  Not yet examined.  Not yet examined.
261    
262    
263  URL:  URL:
264  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
265  Description:  Description:
# Line 206  TDB Line 267  TDB
267  Status:  Status:
268  Not yet examined.  Not yet examined.
269    
270    
271  URL:  URL:
272  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark_xinerama-patch2  http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark_xinerama-patch2
273  Description:  Description:
# Line 213  TDB Line 275  TDB
275  Status:  Status:
276  Not yet examined.  Not yet examined.
277    
278    
279  URL:  URL:
280  http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_dis_wmkeybnds.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_dis_wmkeybnds.patch
281  Description:  Description:
# Line 220  TDB Line 283  TDB
283  Status:  Status:
284  Not yet examined.  Not yet examined.
285    
286    
287  URL:  URL:
288  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
289  Description:  Description:
# Line 227  TDB Line 291  TDB
291  Status:  Status:
292  Not yet examined.  Not yet examined.
293    
294    
295  URL:  URL:
296  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
297  Description:  Description:
# Line 234  TDB Line 299  TDB
299  Status:  Status:
300  Not yet examined.  Not yet examined.
301    
302    
303  URL:  URL:
304  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
305  Description:  Description:
# Line 241  TDB Line 307  TDB
307  Status:  Status:
308  Not yet examined.  Not yet examined.
309    
310    
311  URL:  URL:
312  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
313  Description:  Description:
# Line 248  TDB Line 315  TDB
315  Status:  Status:
316  Not yet examined.  Not yet examined.
317    
318    
319  URL:  URL:
320  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_8bpp.patch  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_8bpp.patch
321  Description:  Description:
# Line 255  TDB Line 323  TDB
323  Status:  Status:
324  Not yet examined.  Not yet examined.
325    
326    
327  URL:  URL:
328  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vpypatch.txt  http://bibl4.oru.se/projects/rdesktop/patch19/patches/vpypatch.txt
329  Description:  Description:

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

  ViewVC Help
Powered by ViewVC 1.1.26