/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 140 - (hide annotations)
Sat Sep 14 16:30:07 2002 UTC (21 years, 8 months ago) by astrand
File MIME type: text/plain
File size: 7483 byte(s)
Updated with info about mmihalik_19-7-3-keyfix-4.patch.

1 astrand 124 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
3 astrand 134 rdesktop. Things left to do are marked with TDB (To Be Done).
4 astrand 124
5 astrand 133
6 astrand 124 URL:
7     http://bibl4.oru.se/projects/rdesktop/patch19/patches/Makefile.diff
8     Description:
9 astrand 127 Makefile changes which makes it possible to compile rdesktop on SunOS
10     and OSF1.
11 astrand 124 Status:
12 astrand 128 Applied (slightly modified)
13 astrand 124
14 astrand 133
15 astrand 124 URL:
16     http://bibl4.oru.se/projects/rdesktop/patch19/patches/assar_19-7-2.hostlen.patch
17     Description:
18 astrand 128 Fix for hostnames longer than 30 chars.
19 astrand 124 Status:
20 astrand 128 Applied (revision 1.11 of secure.c)
21 astrand 124
22 astrand 133
23 astrand 124 URL:
24     http://bibl4.oru.se/projects/rdesktop/patch19/patches/backingstore+privatecolormap-for-19-3-9.patch
25     Description:
26 astrand 129 This adds support for 1) Private color maps (useful for 8 bpp mode)
27     and 2) backingstore selection.
28 astrand 124 Status:
29 astrand 129 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 astrand 124
34 astrand 133
35 astrand 124 URL:
36     http://bibl4.oru.se/projects/rdesktop/patch19/patches/ben_xwin.c.diff
37     Description:
38 astrand 130 Fixes for CapsLock and NumLock.
39 astrand 124 Status:
40 astrand 130 Not needed anymore, with the new keyboard mapping implementation.
41 astrand 124
42 astrand 133
43 astrand 124 URL:
44     http://bibl4.oru.se/projects/rdesktop/patch19/patches/ctrl1nohang.diff
45     Description:
46 astrand 131 Fixes problem with ctrl1 hangs.
47 astrand 124 Status:
48 astrand 131 Not needed anymore, with the new keyboard mapping implementation.
49 astrand 124
50 astrand 133
51 astrand 124 URL:
52     http://bibl4.oru.se/projects/rdesktop/patch19/patches/downkeypatch.diff
53     Description:
54 astrand 132 Seems to keep track of the remote modifier status.
55 astrand 124 Status:
56 astrand 132 Not needed anymore, with the new keyboard mapping implementation.
57 astrand 124
58 astrand 133
59 astrand 124 URL:
60     http://bibl4.oru.se/projects/rdesktop/patch19/patches/fasttext2+nobackpixmap.patch
61     Description:
62 astrand 133 (From http://mail.rdesktop.org/archive/2001/msg00218.html):
63    
64 astrand 134 1) Added --no-backpixmap option to disable the ugly double drawing in
65 astrand 133 xwin.c (I have a very robust backing storage in my X, so I don't need
66     it ;)
67    
68 astrand 134 2) More optimizations to text draw (previous fast-text patch was
69 astrand 133 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 astrand 134 3) My Previous patch to disable backing storage in fullscreen
78 astrand 133
79 astrand 124 Status:
80 astrand 134 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 astrand 124
84 astrand 133
85 astrand 124 URL:
86     http://bibl4.oru.se/projects/rdesktop/patch19/patches/francisco_fix_patblt.html
87     Description:
88 astrand 135 The colors in patterns drawn with "pattern blt" order was inverted (fg
89     & bg). (See the background of the yellow help banners)
90 astrand 124 Status:
91 astrand 135 Applied (in revision 1.29, 2002/07/14)
92 astrand 124
93 astrand 133
94 astrand 124 URL:
95     http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_1linerfix.html
96     Description:
97 astrand 136 ui_create_glyph was not called with ipattern.
98 astrand 124 Status:
99 astrand 136 Applied (in revision 1.29, 2002/07/14).
100 astrand 124
101 astrand 133
102 astrand 124 URL:
103     http://bibl4.oru.se/projects/rdesktop/patch19/patches/frank_fasttext.patch.txt
104     Description:
105 astrand 137 Some kind of performence improvements.
106 astrand 124 Status:
107 astrand 137 From what I can tell, this patch is no longer necessary.
108 astrand 124
109 astrand 133
110 astrand 124 URL:
111     http://bibl4.oru.se/projects/rdesktop/patch19/patches/hostname-patch
112     Description:
113 astrand 138 (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 astrand 124 Status:
122 astrand 138 Applied in version 1.10 of rdesktop.c.
123 astrand 124
124 astrand 133
125 astrand 124 URL:
126     http://bibl4.oru.se/projects/rdesktop/patch19/patches/hove-19-7-2endian.diff
127     Description:
128 astrand 139 Includes a program for testing endianness.
129 astrand 124 Status:
130 astrand 139 rdesktop determines endianness at runtime. This patch is not needed
131     anymore.
132 astrand 124
133 astrand 133
134 astrand 124 URL:
135     http://bibl4.oru.se/projects/rdesktop/patch19/patches/mmihalik_19-7-3-keyfix-4.patch
136     Description:
137 astrand 140 Some kind of new alternative keyboard mapping imlementation.
138 astrand 124 Status:
139 astrand 140 Not needed anymore, with the new keyboard mapping implementation.
140 astrand 124
141 astrand 133
142 astrand 124 URL:
143     http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_fullscreen.patch
144     Description:
145     TDB
146     Status:
147     Not yet examined.
148    
149 astrand 133
150 astrand 124 URL:
151     http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_percent.txt
152     Description:
153     TDB
154     Status:
155     Not yet examined.
156    
157 astrand 133
158 astrand 124 URL:
159     http://bibl4.oru.se/projects/rdesktop/patch19/patches/norbert_rdp_tcp_port.diff
160     Description:
161     TDB
162     Status:
163     Not yet examined.
164    
165 astrand 133
166 astrand 124 URL:
167     http://bibl4.oru.se/projects/rdesktop/patch19/patches/patch19-7-2.xyPos.emptyPassword.patch
168     Description:
169     TDB
170     Status:
171     Not yet examined.
172    
173 astrand 133
174 astrand 124 URL:
175     http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-19-7-1-mmihalik-3.diff
176     Description:
177     TDB
178     Status:
179     Not yet examined.
180    
181 astrand 133
182 astrand 124 URL:
183     http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-mmihalik-1.diff
184     Description:
185     TDB
186     Status:
187     Not yet examined.
188    
189 astrand 133
190 astrand 124 URL:
191     http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-1.0.0-pl19-7-2-mmihalik-1.diff
192     Description:
193     TDB
194     Status:
195     Not yet examined.
196    
197 astrand 133
198 astrand 124 URL:
199     http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-gmp.patch
200     Description:
201     TDB
202     Status:
203     Not yet examined.
204    
205 astrand 133
206 astrand 124 URL:
207     http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-new_kb.patch
208     Description:
209     TDB
210     Status:
211     Not yet examined.
212    
213 astrand 133
214 astrand 124 URL:
215     http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop-openssl.patch
216     Description:
217     TDB
218     Status:
219     Not yet examined.
220    
221 astrand 133
222 astrand 124 URL:
223     http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop.vncviewer_patch
224     Description:
225     TDB
226     Status:
227     Not yet examined.
228    
229 astrand 133
230 astrand 124 URL:
231     http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdesktop_keymap.patch
232     Description:
233     TDB
234     Status:
235     Not yet examined.
236    
237 astrand 133
238 astrand 124 URL:
239     http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdp-srvr-19-6-6.diff
240     Description:
241     TDB
242     Status:
243     Not yet examined.
244    
245 astrand 133
246 astrand 124 URL:
247     http://bibl4.oru.se/projects/rdesktop/patch19/patches/scroll-to-death-patch.txt
248     Description:
249     TDB
250     Status:
251     Not yet examined.
252    
253 astrand 133
254 astrand 124 URL:
255     http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark-manpage-patch-19.4
256     Description:
257     TDB
258     Status:
259     Not yet examined.
260    
261 astrand 133
262 astrand 124 URL:
263     http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark-manpage-patch-19.4-1
264     Description:
265     TDB
266     Status:
267     Not yet examined.
268    
269 astrand 133
270 astrand 124 URL:
271     http://bibl4.oru.se/projects/rdesktop/patch19/patches/spark_xinerama-patch2
272     Description:
273     TDB
274     Status:
275     Not yet examined.
276    
277 astrand 133
278 astrand 124 URL:
279     http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_dis_wmkeybnds.patch
280     Description:
281     TDB
282     Status:
283     Not yet examined.
284    
285 astrand 133
286 astrand 124 URL:
287     http://bibl4.oru.se/projects/rdesktop/patch19/patches/svenni_disable_bs_in_x-tiny-patch
288     Description:
289     TDB
290     Status:
291     Not yet examined.
292    
293 astrand 133
294 astrand 124 URL:
295     http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_19-7-2.license.patch
296     Description:
297     TDB
298     Status:
299     Not yet examined.
300    
301 astrand 133
302 astrand 124 URL:
303     http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_19-7-2.secure.patch
304     Description:
305     TDB
306     Status:
307     Not yet examined.
308    
309 astrand 133
310 astrand 124 URL:
311     http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_19-7-3_excel.patch
312     Description:
313     TDB
314     Status:
315     Not yet examined.
316    
317 astrand 133
318 astrand 124 URL:
319     http://bibl4.oru.se/projects/rdesktop/patch19/patches/vincent_8bpp.patch
320     Description:
321     TDB
322     Status:
323     Not yet examined.
324    
325 astrand 133
326 astrand 124 URL:
327     http://bibl4.oru.se/projects/rdesktop/patch19/patches/vpypatch.txt
328     Description:
329     TDB
330     Status:
331     Not yet examined.

  ViewVC Help
Powered by ViewVC 1.1.26