]>
Commit | Line | Data |
---|---|---|
9baf5184 VZ |
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 | ||
48594fd2 VS |
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 | ||
db50ec5a | 101 | |
65270380 VZ |
102 | 9 Use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in |
103 | wxTE_RICH2 text control. | |
db50ec5a VZ |
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 | ||
65270380 | 110 | 10. Fixes for compilation with OpenWatcom |
a43d5db2 | 111 | |
65270380 | 112 | http://sf.net/tracker/index.php?func=detail&aid=665959&group_id=9863&atid=309863 |
a43d5db2 | 113 | |
65270380 VZ |
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 | |
a43d5db2 MB |
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 | |
747798ef VZ |
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 | |
747798ef | 169 | |
37a02715 | 170 | src/msw/stattext.cpp: 1.33 -> 1.35 |
cdc1d13b VZ |
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 | ||
ae7583b4 VZ |
186 | 15. wxCondition docs updates (just change true/false back to TRUE/FALSE) |
187 | ||
188 | Checking in docs/latex/wx/conditn.tex; | |
189 | /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/conditn.tex,v <-- conditn.tex | |
190 | new revision: 1.11; previous revision: 1.10 | |
191 | done | |
192 | ||
4e0862c4 VS |
193 | |
194 | 15. XRC fixes for <object_ref> and relative file names | |
195 | ||
196 | Must be modified to be binary compatible before backporting! | |
197 | ||
198 | Checking in xmlres.cpp; | |
199 | /pack/cvsroots/wxwindows/wxWindows/contrib/src/xrc/xmlres.cpp,v <-- xmlres.cpp | |
200 | new revision: 1.27; previous revision: 1.26 | |
201 | done | |
202 | Checking in xmlres.h; | |
203 | /pack/cvsroots/wxwindows/wxWindows/contrib/include/wx/xrc/xmlres.h,v <-- xmlres.h | |
204 | new revision: 1.22; previous revision: 1.21 | |
205 | done | |
b4a89d27 VS |
206 | |
207 | ||
208 | 16. Fixes for wxLocale::Init and Borland C++ | |
209 | ||
210 | (document it in changes.txt) | |
211 | ||
212 | Checking in intl.cpp; | |
213 | /pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v <-- intl.cpp | |
214 | new revision: 1.87; previous revision: 1.86 | |
215 | done | |
216 | ||
192ce0be VS |
217 | |
218 | 17. XRC: better wxToolBar handler | |
219 | ||
220 | Note: This depends on our agreement on what should be backported. Either | |
221 | only XRC_ADD_STYLE(...) lines will go into 2.4 or everything in this | |
222 | patch (including new features not present in 2.4.0's handler). | |
223 | ||
224 | Checking in xh_toolb.cpp; | |
225 | /pack/cvsroots/wxwindows/wxWindows/contrib/src/xrc/xh_toolb.cpp,v <-- xh_toolb.cpp | |
226 | new revision: 1.7; previous revision: 1.6 | |
227 | done | |
228 | ||
db8b7c50 | 229 | |
ae7583b4 VZ |
230 | 20. Fix for wxProgressDialog::Update() signature: |
231 | ||
232 | Checking in docs/latex/wx/progdlg.tex; | |
233 | /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/progdlg.tex,v <-- progdlg.tex | |
234 | new revision: 1.10; previous revision: 1.9 | |
235 | done | |
db8b7c50 | 236 | |
82e5f91b JS |
237 | 21. [ 668155 ] Refresh problem when msgbox is shown (wxUniversal) |
238 | ||
239 | https://sourceforge.net/tracker/index.php?func=detail&aid=668155&group_id=9863&atid=309863 | |
240 | ||
241 | Index: e:/dev/wxWindows/src/univ/winuniv.cpp | |
242 | =================================================================== | |
243 | RCS file: /pack/cvsroots/wxwindows/wxWindows/src/univ/winuniv.cpp,v | |
244 | retrieving revision 1.35 | |
245 | diff -u -2 -r1.35 winuniv.cpp | |
246 | --- e:/dev/wxWindows/src/univ/winuniv.cpp 2002/12/09 10:19:08 1.35 | |
247 | +++ e:/dev/wxWindows/src/univ/winuniv.cpp 2003/01/14 21:24:21 | |
248 | @@ -392,4 +392,17 @@ | |
249 | ||
250 | wxWindowNative::Refresh(eraseBackground, &rectWin); | |
251 | + | |
252 | + // Refresh all sub controls if any. | |
253 | + wxWindowList::Node *node = GetChildren().GetFirst(); | |
254 | + while ( node ) | |
255 | + { | |
256 | + wxWindow *win = node->GetData(); | |
257 | + // Only refresh sub controls when it is visible | |
258 | + // and when it is in the update region. | |
259 | + if(win->IsShown() && wxRegion(rectWin).Contains(win->GetRect()) != wxOutRegion) | |
260 | + win->Refresh(eraseBackground, &rectWin); | |
261 | + | |
262 | + node = node->GetNext(); | |
263 | + } | |
264 | } | |
265 | ||
266 | ||
778262c4 VS |
267 | 22. "Remove" wxFont::GetInternalFont from wxGTK w/ GTK2 |
268 | ||
269 | CVS: [RR] wxWindows/src/gtk dcclient.cpp,1.162,1.163 font.cpp,1.69,1.70 window.cpp,1.411,1.412 | |
270 | CVS: [RR] wxWindows/src/gtk choice.cpp,1.55,1.56 combobox.cpp,1.87,1.88 | |
271 | CVS: [RR] wxWindows/src/gtk minifram.cpp,1.29,1.30 | |
272 | (not sure about minifram.cpp: must be checked for binary compatibility - VS) | |
273 | ||
274 | When applying, be careful to not pick later revision of font.cpp -- 2.5 doesn't | |
275 | have wxFont::GetInternalFont while 2.4 must have it because of binary | |
276 | compatibility! | |
25d599ae VS |
277 | |
278 | ||
279 | 23. Use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager | |
280 | ||
281 | Checking in mimetype.cpp; | |
282 | /pack/cvsroots/wxwindows/wxWindows/src/unix/mimetype.cpp,v <-- mimetype.cpp | |
283 | new revision: 1.29; previous revision: 1.28 | |
284 | done | |
285 | ||
e8d19ddd RL |
286 | |
287 | 24. Fix SetScrollbars bug. You know the one :-) | |
288 | ||
289 | Checking in src/common/wincmn.cpp; | |
290 | /pack/cvsroots/wxwindows/wxWindows/src/common/wincmn.cpp,v <-- wincmn.cpp | |
291 | new revision: 1.129; previous revision: 1.128 | |
292 | done | |
293 | Checking in src/generic/scrlwing.cpp; | |
294 | /pack/cvsroots/wxwindows/wxWindows/src/generic/scrlwing.cpp,v <-- scrlwing.cpp | |
295 | new revision: 1.35; previous revision: 1.34 | |
296 | done | |
297 | Checking in src/gtk/scrolwin.cpp; | |
298 | /pack/cvsroots/wxwindows/wxWindows/src/gtk/scrolwin.cpp,v <-- scrolwin.cpp | |
299 | new revision: 1.27; previous revision: 1.26 | |
300 | done | |
301 | ||
1092b2a0 MB |
302 | |
303 | 25. Fix wxMac client data handling in wxChoice/wxComboBox | |
304 | ||
305 | Checking in src/mac/combobox.cpp; | |
306 | /pack/cvsroots/wxwindows/wxWindows/src/mac/combobox.cpp,v <-- combobox.cpp | |
307 | new revision: 1.23; previous revision: 1.22 | |
308 | done | |
309 | Checking in src/mac/choice.cpp; | |
310 | /pack/cvsroots/wxwindows/wxWindows/src/mac/choice.cpp,v <-- choice.cpp | |
311 | new revision: 1.28; previous revision: 1.27 | |
312 | done | |
313 | ||
314 |