]> git.saurik.com Git - wxWidgets.git/blob - docs/toback24.txt
Borland apparently uses for int64 in printf(), not
[wxWidgets.git] / docs / toback24.txt
1 1. HAVE_EXPLICIT fix:
2
3 http://sf.net/tracker/index.php?func=detail&aid=651314&group_id=9863&atid=109863
4
5 Checking in defs.h;
6 /pack/cvsroots/wxwindows/wxWindows/include/wx/defs.h,v <-- defs.h
7 new revision: 1.324; previous revision: 1.323
8 done
9
10
11
12 2. wxCheckListBox::Check() event sending fix:
13
14 http://sf.net/tracker/index.php?func=detail&aid=651140&group_id=9863&atid=109863
15
16 Checking in docs/changes.txt;
17 /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
18 new revision: 1.221; previous revision: 1.220
19 done
20 cvs diff: [23:41:08] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs
21 Checking in docs/latex/wx/checklst.tex;
22 /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/checklst.tex,v <-- checklst.tex
23 new revision: 1.8; previous revision: 1.7
24 done
25 Checking in src/msw/checklst.cpp;
26 /pack/cvsroots/wxwindows/wxWindows/src/msw/checklst.cpp,v <-- checklst.cpp
27 new revision: 1.35; previous revision: 1.34
28 done
29
30
31
32 3. imagpng.cpp compilation fix for Watcom 11
33
34 http://sf.net/tracker/index.php?func=detail&aid=651492&group_id=9863&atid=109863
35
36 Checking in src/common/imagpng.cpp;
37 /pack/cvsroots/wxwindows/wxWindows/src/common/imagpng.cpp,v <-- imagpng.cpp
38 new revision: 1.29; previous revision: 1.28
39 done
40
41
42
43 4. wxCaret::SetSize() bug fix
44
45 http://sf.net/tracker/index.php?func=detail&aid=659209&group_id=9863&atid=109863
46
47 Checking in src/msw/caret.cpp;
48 /pack/cvsroots/wxwindows/wxWindows/src/msw/caret.cpp,v <-- caret.cpp
49 new revision: 1.15; previous revision: 1.14
50 done
51 cvs diff: [01:41:47] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/src/msw
52 Checking in docs/changes.txt;
53 /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
54 new revision: 1.223; previous revision: 1.222
55 done
56
57
58
59 5 wxTR_MULTIPLE and wxTR_EDIT_LABELS
60
61 http://sf.net/tracker/index.php?func=detail&aid=622089&group_id=9863&atid=109863
62
63 Checking in docs/changes.txt;
64 /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
65 new revision: 1.224; previous revision: 1.223
66 done
67 cvs diff: [21:21:39] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs
68 Checking in src/msw/treectrl.cpp;
69 /pack/cvsroots/wxwindows/wxWindows/src/msw/treectrl.cpp,v <-- treectrl.cpp
70 new revision: 1.136; previous revision: 1.135
71 done
72
73
74
75 6 Improved X11 ShowFullScreen (later, maybe 2.4.2?)
76
77 RCS file: /pack/cvsroots/wxwindows/wxWindows/src/gtk/toplevel.cpp,v
78 retrieving revision 1.34
79 retrieving revision 1.35
80 RCS file: /pack/cvsroots/wxwindows/wxWindows/src/unix/utilsx11.cpp,v
81 retrieving revision 1.5
82 retrieving revision 1.6
83 RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/unix/utilsx11.h,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86
87
88
89 7 Fixes to wxrc compiler
90
91 wxWindows/contrib/utils/wxrc/wxrc.cpp revision 1.23
92 Log: 1) fixed compilation of wxBitmap, wxIcon toplevel nodes
93 2) fixed wxrc when using -o dirname/filename
94
95
96
97 8 wxFrame support in wxrcedit
98
99 http://sourceforge.net/tracker/index.php?func=detail&aid=648659&group_id=9863&atid=309863
100
101
102 9 Use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in
103 wxTE_RICH2 text control.
104
105 Checking in src/msw/textctrl.cpp;
106 /pack/cvsroots/wxwindows/wxWindows/src/msw/textctrl.cpp,v <-- textctrl.cpp
107 new revision: 1.157; previous revision: 1.156
108 done
109
110 10. Fixes for compilation with OpenWatcom
111
112 http://sf.net/tracker/index.php?func=detail&aid=665959&group_id=9863&atid=309863
113
114 Checking in docs/changes.txt;
115 /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
116 new revision: 1.230; previous revision: 1.229
117 done
118 Checking in src/common/imagjpeg.cpp;
119 /pack/cvsroots/wxwindows/wxWindows/src/common/imagjpeg.cpp,v <-- imagjpeg.cpp
120 new revision: 1.31; previous revision: 1.30
121 done
122 Checking in include/wx/msw/missing.h;
123 /pack/cvsroots/wxwindows/wxWindows/include/wx/msw/missing.h,v <-- missing.h
124 new revision: 1.8; previous revision: 1.7
125 done
126 Checking in include/wx/msw/setup0.h;
127 /pack/cvsroots/wxwindows/wxWindows/include/wx/msw/setup0.h,v <-- setup0.h
128 new revision: 1.128; previous revision: 1.127
129 done
130
131 11 wxMotif filedialog/wildcard corrections
132
133 Documented wxMotif filedialog limitations WRT wildcard syntax.
134 Modified filedialog to either extract the wildcard (if only one wildcard
135 is present) or assert (if more than one is present).
136
137 Checking in docs/latex/wx/filedlg.tex;
138 /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/filedlg.tex,v <-- filedlg.tex
139 new revision: 1.14; previous revision: 1.13
140 done
141 Checking in samples/dialogs/dialogs.cpp;
142 /pack/cvsroots/wxwindows/wxWindows/samples/dialogs/dialogs.cpp,v <-- dialogs.cpp
143 new revision: 1.88; previous revision: 1.87
144 done
145 cvs diff: [15:36:24] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx
146 Checking in src/motif/filedlg.cpp;
147 /pack/cvsroots/wxwindows/wxWindows/src/motif/filedlg.cpp,v <-- filedlg.cpp
148 new revision: 1.16; previous revision: 1.15
149
150 12. wxStopWatch::Start() didn't resume it contrary to the docs
151
152 Checking in src/common/timercmn.cpp;
153 /pack/cvsroots/wxwindows/wxWindows/src/common/timercmn.cpp,v <-- timercmn.cpp
154 new revision: 1.64; previous revision: 1.63
155 done
156 Checking in docs/changes.txt;
157 /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
158 new revision: 1.234; previous revision: 1.233
159 done
160
161 13. wxMSW::wxStaticText::GetBestSize() was wrong by '&' width
162
163 http://sf.net/tracker/index.php?func=detail&aid=667324&group_id=9863&atid=109863
164
165 Checking in docs/changes.txt;
166 /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
167 new revision: 1.235; previous revision: 1.234
168 done
169
170 src/msw/stattext.cpp: 1.33 -> 1.35
171
172 14. wxMSW::wxFrame::Maximize(FALSE) would maximize the window if called before
173 showing it
174
175 http://sf.net/tracker/index.php?func=detail&aid=667665&group_id=9863&atid=109863
176
177 Checking in src/msw/toplevel.cpp;
178 /pack/cvsroots/wxwindows/wxWindows/src/msw/toplevel.cpp,v <-- toplevel.cpp
179 new revision: 1.44; previous revision: 1.43
180 done
181 Checking in docs/changes.txt;
182 /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
183 new revision: 1.236; previous revision: 1.235
184 done
185
186
187 15. XRC fixes for <object_ref> and relative file names
188
189 Must be modified to be binary compatible before backporting!
190
191 Checking in xmlres.cpp;
192 /pack/cvsroots/wxwindows/wxWindows/contrib/src/xrc/xmlres.cpp,v <-- xmlres.cpp
193 new revision: 1.27; previous revision: 1.26
194 done
195 Checking in xmlres.h;
196 /pack/cvsroots/wxwindows/wxWindows/contrib/include/wx/xrc/xmlres.h,v <-- xmlres.h
197 new revision: 1.22; previous revision: 1.21
198 done