/[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 133 by astrand, Sat Sep 14 15:52:26 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:
# Line 61  http://bibl4.oru.se/projects/rdesktop/pa Line 61  http://bibl4.oru.se/projects/rdesktop/pa
61  Description:  Description:
62  (From http://mail.rdesktop.org/archive/2001/msg00218.html):  (From http://mail.rdesktop.org/archive/2001/msg00218.html):
63    
64  * Added --no-backpixmap option to disable the ugly double drawing in  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  xwin.c (I have a very robust backing storage in my X, so I don't need
66  it ;)  it ;)
67    
68  * More optimizations to text draw (previous fast-text patch was  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  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  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  on my S3Trio64 with XFree 3.3.6, please test it on other
# Line 74  with this change, it seems to use all tr Line 74  with this change, it seems to use all tr
74  draws, but with a old PC Magazine Winbench (3.1) doing the scroll text  draws, but with a old PC Magazine Winbench (3.1) doing the scroll text
75  test the speed gain is significative.  test the speed gain is significative.
76    
77  * My Previous patch to disable backing storage in fullscreen  3) My Previous patch to disable backing storage in fullscreen
78    
79  Status:  Status:
80  Not yet examined.  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:

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

  ViewVC Help
Powered by ViewVC 1.1.26