]>
Commit | Line | Data |
---|---|---|
4eb38db7 | 1 | 1. wxFrame support in wxrcedit |
48594fd2 VS |
2 | |
3 | http://sourceforge.net/tracker/index.php?func=detail&aid=648659&group_id=9863&atid=309863 | |
4 | ||
4eb38db7 | 5 | [Is this worth applying if wxrcedit is not supported? - VS] |
4e0862c4 | 6 | |
4eb38db7 | 7 | 2. "Remove" wxFont::GetInternalFont from wxGTK w/ GTK2 |
778262c4 | 8 | |
fc2171bd JS |
9 | CVS: [RR] wxWidgets/src/gtk dcclient.cpp,1.162,1.163 font.cpp,1.69,1.70 window.cpp,1.411,1.412 |
10 | CVS: [RR] wxWidgets/src/gtk choice.cpp,1.55,1.56 combobox.cpp,1.87,1.88 | |
11 | CVS: [RR] wxWidgets/src/gtk minifram.cpp,1.29,1.30 | |
778262c4 VS |
12 | (not sure about minifram.cpp: must be checked for binary compatibility - VS) |
13 | ||
14 | When applying, be careful to not pick later revision of font.cpp -- 2.5 doesn't | |
15 | have wxFont::GetInternalFont while 2.4 must have it because of binary | |
16 | compatibility! | |
25d599ae | 17 | |
851ccc35 VS |
18 | 3. Add Windows XP manifests to wx.rc |
19 | ||
fc2171bd | 20 | RCS file: /pack/cvsroots/wxwindows/wxWidgets/include/wx/msw/wx.manifest,v |
851ccc35 VS |
21 | done |
22 | Checking in wx.manifest; | |
fc2171bd | 23 | /pack/cvsroots/wxwindows/wxWidgets/include/wx/msw/wx.manifest,v <-- wx.manifest |
851ccc35 VS |
24 | initial revision: 1.1 |
25 | done | |
26 | Checking in wx.rc; | |
fc2171bd | 27 | /pack/cvsroots/wxwindows/wxWidgets/include/wx/msw/wx.rc,v <-- wx.rc |
851ccc35 VS |
28 | new revision: 1.29; previous revision: 1.28 |
29 | done | |
30 | ||
ef6a2689 VZ |
31 | 5. proper AcceptsFocus() implementation for containers |
32 | ||
33 | http://sf.net/tracker/index.php?func=detail&aid=718913&group_id=9863&atid=309863 | |
34 | ||
35 | Checking in include/wx/containr.h; | |
fc2171bd | 36 | /pack/cvsroots/wxwindows/wxWidgets/include/wx/containr.h,v <-- containr.h |
ef6a2689 VZ |
37 | new revision: 1.10; previous revision: 1.9 |
38 | Checking in src/common/containr.cpp; | |
fc2171bd | 39 | /pack/cvsroots/wxwindows/wxWidgets/src/common/containr.cpp,v <-- containr.cpp |
ef6a2689 VZ |
40 | new revision: 1.17; previous revision: 1.16 |
41 | ||
42 | 6. fixes for user dash wxPens handling | |
43 | ||
44 | http://sf.net/tracker/index.php?func=detail&aid=717736&group_id=9863&atid=309863 | |
45 | ||
46 | Checking in include/wx/msw/pen.h; | |
fc2171bd | 47 | /pack/cvsroots/wxwindows/wxWidgets/include/wx/msw/pen.h,v <-- pen.h |
ef6a2689 VZ |
48 | new revision: 1.16; previous revision: 1.15 |
49 | Checking in src/msw/pen.cpp; | |
fc2171bd | 50 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/pen.cpp,v <-- pen.cpp |
ef6a2689 VZ |
51 | new revision: 1.20; previous revision: 1.19 |
52 | Checking in src/gtk/pen.cpp; | |
fc2171bd | 53 | /pack/cvsroots/wxwindows/wxWidgets/src/gtk/pen.cpp,v <-- pen.cpp |
ef6a2689 VZ |
54 | new revision: 1.23; previous revision: 1.22 |
55 | Checking in samples/drawing/drawing.cpp; | |
fc2171bd | 56 | /pack/cvsroots/wxwindows/wxWidgets/samples/drawing/drawing.cpp,v <-- drawing.cpp |
ef6a2689 VZ |
57 | new revision: 1.67; previous revision: 1.66 |
58 | Checking in docs/changes.txt; | |
fc2171bd | 59 | /pack/cvsroots/wxwindows/wxWidgets/docs/changes.txt,v <-- changes.txt |
ef6a2689 VZ |
60 | new revision: 1.266; previous revision: 1.265 |
61 | ||
ff101af5 VZ |
62 | 8. UnixWare compilation fixes: |
63 | ||
64 | Don't forget to rerun autoconf to regenerate configure! | |
65 | ||
66 | Checking in configure.in; | |
fc2171bd | 67 | /pack/cvsroots/wxwindows/wxWidgets/configure.in,v <-- configure.in |
ff101af5 VZ |
68 | new revision: 1.664; previous revision: 1.663 |
69 | Checking in setup.h.in; | |
fc2171bd | 70 | /pack/cvsroots/wxwindows/wxWidgets/setup.h.in,v <-- setup.h.in |
ff101af5 VZ |
71 | new revision: 1.111; previous revision: 1.110 |
72 | Checking in src/unix/gsocket.c; | |
fc2171bd | 73 | /pack/cvsroots/wxwindows/wxWidgets/src/unix/gsocket.c,v <-- gsocket.c |
ff101af5 VZ |
74 | new revision: 1.72; previous revision: 1.71 |
75 | ||
76 | 9. wxSemaphore methods returned incorrect values: | |
77 | ||
78 | Checking in src/msw/thread.cpp; | |
fc2171bd | 79 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/thread.cpp,v <-- thread.cpp |
ff101af5 VZ |
80 | new revision: 1.62; previous revision: 1.61 |
81 | Checking in src/unix/threadpsx.cpp; | |
fc2171bd | 82 | /pack/cvsroots/wxwindows/wxWidgets/src/unix/threadpsx.cpp,v <-- threadpsx.cpp |
ff101af5 VZ |
83 | new revision: 1.62; previous revision: 1.61 |
84 | ||
85 | 10. Unix/OpenGL build fix: | |
86 | ||
87 | Don't forget to rerun autoconf to regenerate configure! | |
88 | ||
89 | Checking in configure.in; | |
fc2171bd | 90 | /pack/cvsroots/wxwindows/wxWidgets/configure.in,v <-- configure.in |
ff101af5 VZ |
91 | new revision: 1.666; previous revision: 1.665 |
92 | ||
a364b957 | 93 | 11. Ukrainian translation (locale/uk.po) |
30a8c81d VS |
94 | [and other translations that were updated in the trunk as well] |
95 | ||
3136f782 VZ |
96 | |
97 | 13. UNICOWS problem in fdrepdlg | |
98 | ||
99 | http://sf.net/tracker/index.php?func=detail&aid=720542&group_id=9863&atid=309863 | |
100 | ||
101 | Checking in src/msw/fdrepdlg.cpp; | |
fc2171bd | 102 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/fdrepdlg.cpp,v <-- fdrepdlg.cpp |
3136f782 VZ |
103 | new revision: 1.10; previous revision: 1.9 |
104 | ||
105 | ||
3136f782 VZ |
106 | 15. Fixes for mono bitmaps in wxGTK |
107 | ||
108 | http://sf.net/tracker/index.php?func=detail&aid=728768&group_id=9863&atid=309863 | |
109 | ||
110 | Checking in include/wx/gtk/dcmemory.h; | |
fc2171bd | 111 | /pack/cvsroots/wxwindows/wxWidgets/include/wx/gtk/dcmemory.h,v <-- dcmemory.h |
3136f782 VZ |
112 | new revision: 1.13; previous revision: 1.12 |
113 | done | |
114 | Checking in src/gtk/dcmemory.cpp; | |
fc2171bd | 115 | /pack/cvsroots/wxwindows/wxWidgets/src/gtk/dcmemory.cpp,v <-- dcmemory.cpp |
3136f782 VZ |
116 | new revision: 1.21; previous revision: 1.20 |
117 | done | |
118 | ||
119 | ||
120 | 16. Menu accels for items with bitmaps in wxGTK | |
121 | ||
122 | http://sf.net/tracker/index.php?func=detail&aid=626048&group_id=9863&atid=309863 | |
123 | ||
124 | Checking in src/gtk/menu.cpp; | |
fc2171bd | 125 | /pack/cvsroots/wxwindows/wxWidgets/src/gtk/menu.cpp,v <-- menu.cpp |
3136f782 VZ |
126 | new revision: 1.136; previous revision: 1.135 |
127 | ||
128 | ||
129 | 17. Init wxTextBuffer::m_isOpened in ctor | |
130 | ||
131 | http://sf.net/tracker/index.php?func=detail&aid=736208&group_id=9863&atid=109863 | |
132 | ||
133 | Checking in include/wx/textbuf.h; | |
fc2171bd | 134 | /pack/cvsroots/wxwindows/wxWidgets/include/wx/textbuf.h,v <-- textbuf.h |
3136f782 VZ |
135 | new revision: 1.8; previous revision: 1.7 |
136 | ||
13005f1d | 137 | |
e6173e54 VZ |
138 | 20. Bug fix for clicking on a panel not giving focus to it: |
139 | ||
140 | http://sf.net/tracker/?func=detail&aid=215436&group_id=9863&atid=109863 | |
141 | ||
142 | Checking in src/common/containr.cpp; | |
fc2171bd | 143 | /pack/cvsroots/wxwindows/wxWidgets/src/common/containr.cpp,v <-- containr.cpp |
e6173e54 VZ |
144 | new revision: 1.18; previous revision: 1.17 |
145 | ||
13005f1d VS |
146 | |
147 | 21. Fix wxGTK w/ GTK+2 to respect wxDC::SetBackgroundMode and SetTextBackground | |
148 | ||
149 | Checking in dcclient.cpp; | |
fc2171bd | 150 | /pack/cvsroots/wxwindows/wxWidgets/src/gtk/dcclient.cpp,v <-- dcclient.cpp |
13005f1d VS |
151 | new revision: 1.170; previous revision: 1.169 |
152 | done | |
153 | ||
5c5428f9 JS |
154 | |
155 | 22. patch [ 619705 ] Fixes wxApp::GetComCtl32Version | |
156 | ||
fc2171bd JS |
157 | Checking in wxWidgets/src/msw/app.cpp; |
158 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/app.cpp,v <-- app.cpp | |
5c5428f9 JS |
159 | new revision: 1.186; previous revision: 1.185 |
160 | done | |
161 | ||
8da336eb JS |
162 | |
163 | 23. Add Raise() to wxDialog and have wxBringWindowToTop only | |
164 | call SetWindowPos, so that raising child windows does not | |
165 | automatically raise the associated top-level window. For | |
166 | binary compatibility, can do a test for top-level-ness in | |
167 | wxBringWindowToTop. | |
168 | ||
169 | See: Bug [ 744199 ] wxBringWindowToTop, child window z-order | |
170 | ||
171 | Checking in include/wx/msw/dialog.h; | |
fc2171bd | 172 | /pack/cvsroots/wxwindows/wxWidgets/include/wx/msw/dialog.h,v <-- dialog.h |
8da336eb JS |
173 | new revision: 1.34; previous revision: 1.33 |
174 | done | |
175 | Checking in src/msw/dialog.cpp; | |
fc2171bd | 176 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/dialog.cpp,v <-- dialog.cpp |
8da336eb JS |
177 | new revision: 1.84; previous revision: 1.83 |
178 | done | |
179 | Checking in src/msw/window.cpp; | |
fc2171bd | 180 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/window.cpp,v <-- window.cpp |
8da336eb JS |
181 | new revision: 1.381; previous revision: 1.380 |
182 | done | |
183 | ||
aaaa609f VZ |
184 | 25. wxGenericListCtrl::Refresh() (didn't work at all before) |
185 | ||
186 | Checking in include//wx/generic/listctrl.h; | |
fc2171bd | 187 | /pack/cvsroots/wxwindows/wxWidgets/include/wx/generic/listctrl.h,v <-- listctrl.h |
aaaa609f VZ |
188 | new revision: 1.77; previous revision: 1.76 |
189 | Checking in src/generic/listctrl.cpp; | |
fc2171bd | 190 | /pack/cvsroots/wxwindows/wxWidgets/src/generic/listctrl.cpp,v <-- listctrl.cpp |
aaaa609f | 191 | new revision: 1.284; previous revision: 1.283 |
fc2171bd | 192 | cvs diff: [13:19:09] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWidgets/include/wx/generic |
aaaa609f | 193 | Checking in docs/changes.txt; |
fc2171bd | 194 | /pack/cvsroots/wxwindows/wxWidgets/docs/changes.txt,v <-- changes.txt |
aaaa609f VZ |
195 | new revision: 1.299; previous revision: 1.298 |
196 | ||
8da336eb | 197 | |
29e1f689 VZ |
198 | 27. Fix redistribution of the extra space between sizer items: all extra space |
199 | used to be allocated to the first item which is wrong, it should be divided | |
200 | evenly among all of them. | |
201 | ||
202 | Checking in sizer.cpp; | |
fc2171bd | 203 | /pack/cvsroots/wxwindows/wxWidgets/src/common/sizer.cpp,v <-- sizer.cpp |
29e1f689 VZ |
204 | new revision: 1.71; previous revision: 1.70 |
205 | ||
256b8649 JS |
206 | 28. patch [ 771772 ] Crashes when setting icon tooltip longer than 63 characters |
207 | ||
208 | Checking in window.cpp; | |
fc2171bd | 209 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/window.cpp,v <-- window.cpp |
256b8649 | 210 | new revision: 1.431; previous revision: 1.430 |
256b8649 | 211 | |
dbd94b75 | 212 | 29. Fix infinite loop in IsDialogMessage when a panel is reparented after |
6ed506b9 VZ |
213 | creation (as happens with XRC) |
214 | Checking in src/msw/window.cpp; | |
fc2171bd | 215 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/window.cpp,v <-- window.cpp |
6ed506b9 VZ |
216 | new revision: 1.432; previous revision: 1.431 |
217 | ||
c1f65305 VZ |
218 | 30. Fix enumerating groups/entries in wxRegConfig under '/': |
219 | ||
220 | Checking in src/msw/regconf.cpp; | |
fc2171bd | 221 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/regconf.cpp,v <-- regconf.cpp |
c1f65305 VZ |
222 | new revision: 1.48; previous revision: 1.47 |
223 | ||
9d1f22e7 VS |
224 | 31. Cleanup of ZIP charset conversion in Unicode build |
225 | ||
226 | Checking in fs_zip.cpp; | |
fc2171bd | 227 | /pack/cvsroots/wxwindows/wxWidgets/src/common/fs_zip.cpp,v <-- fs_zip.cpp |
9d1f22e7 VS |
228 | new revision: 1.27; previous revision: 1.26 |
229 | done | |
230 | Checking in zipstrm.cpp; | |
fc2171bd | 231 | /pack/cvsroots/wxwindows/wxWidgets/src/common/zipstrm.cpp,v <-- zipstrm.cpp |
9d1f22e7 VS |
232 | new revision: 1.10; previous revision: 1.9 |
233 | done | |
234 | ||
30ec5dbb JS |
235 | 32. Apply patch [ 866387 ] wxGenericDirCtrl does not accept multiple wildcards |
236 | ||
237 | Checking in src/generic/dirctrlg.cpp; | |
fc2171bd | 238 | /pack/cvsroots/wxwindows/wxWidgets/src/generic/dirctrlg.cpp,v <-- dirctrlg.cpp |
30ec5dbb JS |
239 | new revision: 1.81; previous revision: 1.80 |
240 | ||
c92ed9f7 JS |
241 | 33. Apply patch [ 873021 ] Bug fix for MSW wxComboBox |
242 | ||
243 | wxComboBox::GetValue within a wxEVT_COMMAND_TEXT_UPDATED event | |
244 | should now pass the correct value even if the handler for | |
245 | wxEVT_COMMAND_COMBOBOX_SELECTED changed the selection. | |
246 | ||
247 | Checking in src/msw/combobox.cpp; | |
fc2171bd | 248 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/combobox.cpp,v <-- combobox.cpp |
c92ed9f7 JS |
249 | new revision: 1.72; previous revision: 1.71 |
250 | done | |
251 | ||
6463b9f5 | 252 | 34. Apply patch [ 851052 ] [msw] Clipboard: Allow automatic format conversionsChecking in clipbrd.cpp; |
fc2171bd | 253 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/clipbrd.cpp,v <-- clipbrd.cpp |
6463b9f5 JS |
254 | new revision: 1.54; previous revision: 1.53 |
255 | done | |
256 | ||
e20e6988 VS |
257 | 35. [ 882201 ] wxXPMDecoder doesn't always patch magenta |
258 | ||
259 | Checking in xpmdecod.cpp; | |
fc2171bd | 260 | /pack/cvsroots/wxwindows/wxWidgets/src/common/xpmdecod.cpp,v <-- xpmdecod.cpp |
e20e6988 VS |
261 | new revision: 1.32; previous revision: 1.31 |
262 | done | |
263 | ||
4901082d MB |
264 | 36. [ 892580, 892582 ] Fix of variable declaration in wxApp::Yield(). |
265 | ||
266 | Checking in src/motif/app.cpp; | |
fc2171bd | 267 | /pack/cvsroots/wxwindows/wxWidgets/src/motif/app.cpp,v <-- app.cpp |
4901082d MB |
268 | new revision: 1.82; previous revision: 1.81 |
269 | done | |
270 | Checking in src/x11/app.cpp; | |
fc2171bd | 271 | /pack/cvsroots/wxwindows/wxWidgets/src/x11/app.cpp,v <-- app.cpp |
4901082d MB |
272 | new revision: 1.94; previous revision: 1.93 |
273 | done | |
274 | ||
6e724836 JS |
275 | 37. no-remap system option, and tool centring |
276 | Checking in src/msw/tbar95.cpp; | |
fc2171bd | 277 | /pack/cvsroots/wxwindows/wxWidgets/src/msw/tbar95.cpp,v <-- tbar95.cpp |
6e724836 JS |
278 | new revision: 1.121; previous revision: 1.120 |
279 | done | |
280 | ||
c0831a3c RD |
281 | |
282 | 38. Implement wxBitmapButton::DoGetBestSize | |
283 | ||
284 | Checking in include/wx/gtk/bmpbuttn.h; | |
285 | /pack/cvsroots/wxwidgets/wxWidgets/include/wx/gtk/bmpbuttn.h,v <-- bmpbuttn.h | |
286 | new revision: 1.24; previous revision: 1.23 | |
287 | done | |
288 | Checking in src/gtk/bmpbuttn.cpp; | |
289 | /pack/cvsroots/wxwidgets/wxWidgets/src/gtk/bmpbuttn.cpp,v <-- bmpbuttn.cpp | |
290 | new revision: 1.46; previous revision: 1.45 | |
291 | done | |
292 | Checking in include/wx/msw/bmpbuttn.h; | |
293 | /pack/cvsroots/wxwidgets/wxWidgets/include/wx/msw/bmpbuttn.h,v <-- bmpbuttn.h | |
294 | new revision: 1.12; previous revision: 1.11 | |
295 | done | |
296 | Checking in src/msw/bmpbuttn.cpp; | |
297 | /pack/cvsroots/wxwidgets/wxWidgets/src/msw/bmpbuttn.cpp,v <-- bmpbuttn.cpp | |
298 | new revision: 1.45; previous revision: 1.44 | |
299 | done | |
300 | Checking in include/wx/mac/bmpbuttn.h; | |
301 | /pack/cvsroots/wxwidgets/wxWidgets/include/wx/mac/bmpbuttn.h,v <-- bmpbuttn.h | |
302 | new revision: 1.10; previous revision: 1.9 | |
303 | done | |
304 | Checking in src/mac/bmpbuttn.cpp; | |
305 | /pack/cvsroots/wxwidgets/wxWidgets/src/mac/bmpbuttn.cpp,v <-- bmpbuttn.cpp | |
306 | new revision: 1.26; previous revision: 1.25 | |
307 | done | |
308 | ||
bf179e45 VZ |
309 | 39. Fix for files opened by another app in wxFileName::GetModificationTime(): |
310 | ||
311 | Checking in src/common/filename.cpp; | |
fc2171bd | 312 | /pack/cvsroots/wxwindows/wxWidgets/src/common/filename.cpp,v <-- filename.cpp |
bf179e45 VZ |
313 | new revision: 1.131; previous revision: 1.130 |
314 | ||
e20e6988 VS |
315 | ======= |
316 | ||
3caa34b7 | 317 | |
ae500232 JS |
318 | TODO for 2.4 (items that are not backports) |
319 | =========================================== | |
320 | ||
321 | 1. Add uxtheme.cpp to CW for Windows project file. | |
322 | ||
323 | 2. Test Mac port with configure and CW. | |
324 | ||
325 | 3. Test popup window and border issues. | |
326 |