]>
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 | |
9baf5184 VZ |
8 | |
9 | ||
10 | ||
11 | 2. wxCheckListBox::Check() event sending fix: | |
12 | ||
13 | http://sf.net/tracker/index.php?func=detail&aid=651140&group_id=9863&atid=109863 | |
14 | ||
15 | Checking in docs/changes.txt; | |
16 | /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt | |
17 | new revision: 1.221; previous revision: 1.220 | |
9baf5184 VZ |
18 | cvs diff: [23:41:08] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs |
19 | Checking in docs/latex/wx/checklst.tex; | |
20 | /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/checklst.tex,v <-- checklst.tex | |
21 | new revision: 1.8; previous revision: 1.7 | |
9baf5184 VZ |
22 | Checking in src/msw/checklst.cpp; |
23 | /pack/cvsroots/wxwindows/wxWindows/src/msw/checklst.cpp,v <-- checklst.cpp | |
24 | new revision: 1.35; previous revision: 1.34 | |
9baf5184 VZ |
25 | |
26 | ||
27 | ||
28 | 3. imagpng.cpp compilation fix for Watcom 11 | |
29 | ||
30 | http://sf.net/tracker/index.php?func=detail&aid=651492&group_id=9863&atid=109863 | |
31 | ||
32 | Checking in src/common/imagpng.cpp; | |
33 | /pack/cvsroots/wxwindows/wxWindows/src/common/imagpng.cpp,v <-- imagpng.cpp | |
34 | new revision: 1.29; previous revision: 1.28 | |
9baf5184 VZ |
35 | |
36 | ||
37 | ||
38 | 4. wxCaret::SetSize() bug fix | |
39 | ||
40 | http://sf.net/tracker/index.php?func=detail&aid=659209&group_id=9863&atid=109863 | |
41 | ||
42 | Checking in src/msw/caret.cpp; | |
43 | /pack/cvsroots/wxwindows/wxWindows/src/msw/caret.cpp,v <-- caret.cpp | |
44 | new revision: 1.15; previous revision: 1.14 | |
9baf5184 VZ |
45 | cvs diff: [01:41:47] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/src/msw |
46 | Checking in docs/changes.txt; | |
47 | /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt | |
48 | new revision: 1.223; previous revision: 1.222 | |
9baf5184 VZ |
49 | |
50 | ||
51 | ||
52 | 5 wxTR_MULTIPLE and wxTR_EDIT_LABELS | |
53 | ||
54 | http://sf.net/tracker/index.php?func=detail&aid=622089&group_id=9863&atid=109863 | |
55 | ||
56 | Checking in docs/changes.txt; | |
57 | /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt | |
58 | new revision: 1.224; previous revision: 1.223 | |
9baf5184 VZ |
59 | cvs diff: [21:21:39] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs |
60 | Checking in src/msw/treectrl.cpp; | |
61 | /pack/cvsroots/wxwindows/wxWindows/src/msw/treectrl.cpp,v <-- treectrl.cpp | |
62 | new revision: 1.136; previous revision: 1.135 | |
9baf5184 | 63 | |
48594fd2 VS |
64 | |
65 | ||
66 | 6 Improved X11 ShowFullScreen (later, maybe 2.4.2?) | |
67 | ||
68 | RCS file: /pack/cvsroots/wxwindows/wxWindows/src/gtk/toplevel.cpp,v | |
69 | retrieving revision 1.34 | |
70 | retrieving revision 1.35 | |
71 | RCS file: /pack/cvsroots/wxwindows/wxWindows/src/unix/utilsx11.cpp,v | |
72 | retrieving revision 1.5 | |
73 | retrieving revision 1.6 | |
74 | RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/unix/utilsx11.h,v | |
75 | retrieving revision 1.1 | |
76 | retrieving revision 1.2 | |
e4d47fbd VS |
77 | Checking in gtk/toplevel.cpp; |
78 | /pack/cvsroots/wxwindows/wxWindows/src/gtk/toplevel.cpp,v <-- toplevel.cpp | |
79 | new revision: 1.37; previous revision: 1.36 | |
e4d47fbd VS |
80 | Checking in unix/utilsx11.cpp; |
81 | /pack/cvsroots/wxwindows/wxWindows/src/unix/utilsx11.cpp,v <-- utilsx11.cpp | |
82 | new revision: 1.9; previous revision: 1.8 | |
48594fd2 VS |
83 | |
84 | ||
85 | ||
86 | 7 Fixes to wxrc compiler | |
87 | ||
88 | wxWindows/contrib/utils/wxrc/wxrc.cpp revision 1.23 | |
89 | Log: 1) fixed compilation of wxBitmap, wxIcon toplevel nodes | |
90 | 2) fixed wxrc when using -o dirname/filename | |
91 | ||
92 | ||
93 | ||
94 | 8 wxFrame support in wxrcedit | |
95 | ||
96 | http://sourceforge.net/tracker/index.php?func=detail&aid=648659&group_id=9863&atid=309863 | |
97 | ||
db50ec5a | 98 | |
65270380 VZ |
99 | 9 Use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in |
100 | wxTE_RICH2 text control. | |
db50ec5a VZ |
101 | |
102 | Checking in src/msw/textctrl.cpp; | |
103 | /pack/cvsroots/wxwindows/wxWindows/src/msw/textctrl.cpp,v <-- textctrl.cpp | |
104 | new revision: 1.157; previous revision: 1.156 | |
db50ec5a | 105 | |
65270380 | 106 | 10. Fixes for compilation with OpenWatcom |
a43d5db2 | 107 | |
65270380 | 108 | http://sf.net/tracker/index.php?func=detail&aid=665959&group_id=9863&atid=309863 |
a43d5db2 | 109 | |
65270380 VZ |
110 | Checking in docs/changes.txt; |
111 | /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt | |
112 | new revision: 1.230; previous revision: 1.229 | |
65270380 VZ |
113 | Checking in src/common/imagjpeg.cpp; |
114 | /pack/cvsroots/wxwindows/wxWindows/src/common/imagjpeg.cpp,v <-- imagjpeg.cpp | |
115 | new revision: 1.31; previous revision: 1.30 | |
65270380 VZ |
116 | Checking in include/wx/msw/missing.h; |
117 | /pack/cvsroots/wxwindows/wxWindows/include/wx/msw/missing.h,v <-- missing.h | |
118 | new revision: 1.8; previous revision: 1.7 | |
65270380 VZ |
119 | Checking in include/wx/msw/setup0.h; |
120 | /pack/cvsroots/wxwindows/wxWindows/include/wx/msw/setup0.h,v <-- setup0.h | |
121 | new revision: 1.128; previous revision: 1.127 | |
65270380 | 122 | |
747798ef VZ |
123 | 12. wxStopWatch::Start() didn't resume it contrary to the docs |
124 | ||
125 | Checking in src/common/timercmn.cpp; | |
126 | /pack/cvsroots/wxwindows/wxWindows/src/common/timercmn.cpp,v <-- timercmn.cpp | |
127 | new revision: 1.64; previous revision: 1.63 | |
747798ef VZ |
128 | Checking in docs/changes.txt; |
129 | /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt | |
130 | new revision: 1.234; previous revision: 1.233 | |
747798ef VZ |
131 | |
132 | 13. wxMSW::wxStaticText::GetBestSize() was wrong by '&' width | |
133 | ||
134 | http://sf.net/tracker/index.php?func=detail&aid=667324&group_id=9863&atid=109863 | |
135 | ||
136 | Checking in docs/changes.txt; | |
137 | /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt | |
138 | new revision: 1.235; previous revision: 1.234 | |
747798ef | 139 | |
37a02715 | 140 | src/msw/stattext.cpp: 1.33 -> 1.35 |
cdc1d13b VZ |
141 | |
142 | 14. wxMSW::wxFrame::Maximize(FALSE) would maximize the window if called before | |
143 | showing it | |
144 | ||
145 | http://sf.net/tracker/index.php?func=detail&aid=667665&group_id=9863&atid=109863 | |
146 | ||
147 | Checking in src/msw/toplevel.cpp; | |
148 | /pack/cvsroots/wxwindows/wxWindows/src/msw/toplevel.cpp,v <-- toplevel.cpp | |
149 | new revision: 1.44; previous revision: 1.43 | |
cdc1d13b VZ |
150 | Checking in docs/changes.txt; |
151 | /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt | |
152 | new revision: 1.236; previous revision: 1.235 | |
cdc1d13b | 153 | |
ae7583b4 VZ |
154 | 15. wxCondition docs updates (just change true/false back to TRUE/FALSE) |
155 | ||
156 | Checking in docs/latex/wx/conditn.tex; | |
157 | /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/conditn.tex,v <-- conditn.tex | |
158 | new revision: 1.11; previous revision: 1.10 | |
ae7583b4 | 159 | |
4e0862c4 VS |
160 | |
161 | 15. XRC fixes for <object_ref> and relative file names | |
162 | ||
163 | Must be modified to be binary compatible before backporting! | |
164 | ||
165 | Checking in xmlres.cpp; | |
166 | /pack/cvsroots/wxwindows/wxWindows/contrib/src/xrc/xmlres.cpp,v <-- xmlres.cpp | |
167 | new revision: 1.27; previous revision: 1.26 | |
76806f59 VS |
168 | done |
169 | ||
170 | (also revision 1.30->1.31 of xmlres.cpp !!!) | |
171 | ||
4e0862c4 VS |
172 | Checking in xmlres.h; |
173 | /pack/cvsroots/wxwindows/wxWindows/contrib/include/wx/xrc/xmlres.h,v <-- xmlres.h | |
174 | new revision: 1.22; previous revision: 1.21 | |
b4a89d27 VS |
175 | |
176 | ||
177 | 16. Fixes for wxLocale::Init and Borland C++ | |
178 | ||
179 | (document it in changes.txt) | |
180 | ||
181 | Checking in intl.cpp; | |
182 | /pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v <-- intl.cpp | |
183 | new revision: 1.87; previous revision: 1.86 | |
b4a89d27 | 184 | |
192ce0be VS |
185 | |
186 | 17. XRC: better wxToolBar handler | |
187 | ||
188 | Note: This depends on our agreement on what should be backported. Either | |
189 | only XRC_ADD_STYLE(...) lines will go into 2.4 or everything in this | |
190 | patch (including new features not present in 2.4.0's handler). | |
191 | ||
192 | Checking in xh_toolb.cpp; | |
193 | /pack/cvsroots/wxwindows/wxWindows/contrib/src/xrc/xh_toolb.cpp,v <-- xh_toolb.cpp | |
194 | new revision: 1.7; previous revision: 1.6 | |
192ce0be | 195 | |
db8b7c50 | 196 | |
ae7583b4 VZ |
197 | 20. Fix for wxProgressDialog::Update() signature: |
198 | ||
199 | Checking in docs/latex/wx/progdlg.tex; | |
200 | /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/progdlg.tex,v <-- progdlg.tex | |
201 | new revision: 1.10; previous revision: 1.9 | |
db8b7c50 | 202 | |
82e5f91b JS |
203 | 21. [ 668155 ] Refresh problem when msgbox is shown (wxUniversal) |
204 | ||
205 | https://sourceforge.net/tracker/index.php?func=detail&aid=668155&group_id=9863&atid=309863 | |
206 | ||
207 | Index: e:/dev/wxWindows/src/univ/winuniv.cpp | |
208 | =================================================================== | |
209 | RCS file: /pack/cvsroots/wxwindows/wxWindows/src/univ/winuniv.cpp,v | |
210 | retrieving revision 1.35 | |
211 | diff -u -2 -r1.35 winuniv.cpp | |
212 | --- e:/dev/wxWindows/src/univ/winuniv.cpp 2002/12/09 10:19:08 1.35 | |
213 | +++ e:/dev/wxWindows/src/univ/winuniv.cpp 2003/01/14 21:24:21 | |
214 | @@ -392,4 +392,17 @@ | |
215 | ||
216 | wxWindowNative::Refresh(eraseBackground, &rectWin); | |
217 | + | |
218 | + // Refresh all sub controls if any. | |
219 | + wxWindowList::Node *node = GetChildren().GetFirst(); | |
220 | + while ( node ) | |
221 | + { | |
222 | + wxWindow *win = node->GetData(); | |
223 | + // Only refresh sub controls when it is visible | |
224 | + // and when it is in the update region. | |
225 | + if(win->IsShown() && wxRegion(rectWin).Contains(win->GetRect()) != wxOutRegion) | |
226 | + win->Refresh(eraseBackground, &rectWin); | |
227 | + | |
228 | + node = node->GetNext(); | |
229 | + } | |
230 | } | |
231 | ||
232 | ||
778262c4 VS |
233 | 22. "Remove" wxFont::GetInternalFont from wxGTK w/ GTK2 |
234 | ||
235 | CVS: [RR] wxWindows/src/gtk dcclient.cpp,1.162,1.163 font.cpp,1.69,1.70 window.cpp,1.411,1.412 | |
236 | CVS: [RR] wxWindows/src/gtk choice.cpp,1.55,1.56 combobox.cpp,1.87,1.88 | |
237 | CVS: [RR] wxWindows/src/gtk minifram.cpp,1.29,1.30 | |
238 | (not sure about minifram.cpp: must be checked for binary compatibility - VS) | |
239 | ||
240 | When applying, be careful to not pick later revision of font.cpp -- 2.5 doesn't | |
241 | have wxFont::GetInternalFont while 2.4 must have it because of binary | |
242 | compatibility! | |
25d599ae VS |
243 | |
244 | ||
245 | 23. Use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager | |
246 | ||
247 | Checking in mimetype.cpp; | |
248 | /pack/cvsroots/wxwindows/wxWindows/src/unix/mimetype.cpp,v <-- mimetype.cpp | |
249 | new revision: 1.29; previous revision: 1.28 | |
25d599ae | 250 | |
e8d19ddd RL |
251 | |
252 | 24. Fix SetScrollbars bug. You know the one :-) | |
253 | ||
254 | Checking in src/common/wincmn.cpp; | |
255 | /pack/cvsroots/wxwindows/wxWindows/src/common/wincmn.cpp,v <-- wincmn.cpp | |
256 | new revision: 1.129; previous revision: 1.128 | |
e8d19ddd RL |
257 | Checking in src/generic/scrlwing.cpp; |
258 | /pack/cvsroots/wxwindows/wxWindows/src/generic/scrlwing.cpp,v <-- scrlwing.cpp | |
259 | new revision: 1.35; previous revision: 1.34 | |
e8d19ddd RL |
260 | Checking in src/gtk/scrolwin.cpp; |
261 | /pack/cvsroots/wxwindows/wxWindows/src/gtk/scrolwin.cpp,v <-- scrolwin.cpp | |
262 | new revision: 1.27; previous revision: 1.26 | |
e8d19ddd | 263 | |
1092b2a0 | 264 | |
ac856b27 MB |
265 | 26. Fix Unicode + .wxr |
266 | ||
267 | Using an #if wxUSE_UNICODE in include/wx/wxexpr.h, safer for | |
268 | binary compatibility. | |
269 | ||
270 | Checking in include/wx/resource.h; | |
271 | /pack/cvsroots/wxwindows/wxWindows/include/wx/resource.h,v <-- resource.h | |
272 | new revision: 1.18; previous revision: 1.17 | |
ac856b27 MB |
273 | Checking in include/wx/wxexpr.h; |
274 | /pack/cvsroots/wxwindows/wxWindows/include/wx/wxexpr.h,v <-- wxexpr.h | |
275 | new revision: 1.19; previous revision: 1.18 | |
ac856b27 MB |
276 | cvs diff: [23:38:56] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/include/wx |
277 | Checking in samples/resource/resource.cpp; | |
278 | /pack/cvsroots/wxwindows/wxWindows/samples/resource/resource.cpp,v <-- resource.cpp | |
279 | new revision: 1.14; previous revision: 1.13 | |
ac856b27 MB |
280 | cvs diff: [23:39:00] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/samples/resource |
281 | Checking in src/common/resource.cpp; | |
282 | /pack/cvsroots/wxwindows/wxWindows/src/common/resource.cpp,v <-- resource.cpp | |
283 | new revision: 1.85; previous revision: 1.84 | |
ac856b27 MB |
284 | Checking in src/common/wxexpr.cpp; |
285 | /pack/cvsroots/wxwindows/wxWindows/src/common/wxexpr.cpp,v <-- wxexpr.cpp | |
286 | new revision: 1.27; previous revision: 1.26 | |
ac856b27 | 287 | |
8e7361cc | 288 | |
111ee2fd VZ |
289 | 27. Fix assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName |
290 | ||
291 | Checking in src/common/fileconf.cpp; | |
292 | /pack/cvsroots/wxwindows/wxWindows/src/common/fileconf.cpp,v <-- fileconf.cpp | |
293 | new revision: 1.93; previous revision: 1.92 | |
111ee2fd | 294 | |
cfef519a VZ |
295 | 28. Set orientation for scrolbar events |
296 | ||
297 | Checking in src/msw/scrolbar.cpp; | |
298 | /pack/cvsroots/wxwindows/wxWindows/src/msw/scrolbar.cpp,v <-- scrolbar.cpp | |
299 | new revision: 1.24; previous revision: 1.23 | |
cfef519a | 300 | |
b6e2df0b JS |
301 | 29. Patch 664399: wxButton default size should not be adjusted |
302 | (wxUniv), cures overlapping buttons on e.g. wxWizard sample. | |
303 | ||
304 | Index: src/univ/button.cpp | |
305 | =================================================================== | |
306 | RCS file: /pack/cvsroots/wxwindows/wxWindows/src/univ/button.cpp,v | |
307 | retrieving revision 1.15 | |
308 | diff -r1.15 button.cpp | |
309 | 116,117c116,117 | |
310 | < s_sizeBtn.x = 8*dc.GetCharWidth(); | |
311 | < s_sizeBtn.y = (11*dc.GetCharHeight())/10 + 2; | |
312 | --- | |
313 | > s_sizeBtn.x = dc.GetCharWidth()*10 + 2; | |
314 | > s_sizeBtn.y = dc.GetCharHeight()*11/10 + 2; | |
315 | 139,149c139,140 | |
316 | < // for compatibility with other ports, the buttons default size is never | |
317 | < // less than the standard one, but not when display not PDAs. | |
318 | < if (wxSystemSettings::GetScreenType() > wxSYS_SCREEN_PDA) | |
319 | < { | |
320 | < if ( !(GetWindowStyle() & wxBU_EXACTFIT) ) | |
321 | < { | |
322 | < wxSize szDef = GetDefaultSize(); | |
323 | < if ( width < szDef.x ) | |
324 | < width = szDef.x; | |
325 | < } | |
326 | < } | |
327 | --- | |
328 | > // The default size should not be adjusted, so the code is moved into the | |
329 | > // renderer. This is conceptual wrong but currently the only solution | |
330 | ||
331 | Index: src/univ/themes/win32.cpp | |
332 | =================================================================== | |
333 | RCS file: /pack/cvsroots/wxwindows/wxWindows/src/univ/themes/win32.cpp,v | |
334 | retrieving revision 1.55 | |
335 | diff -r1.55 win32.cpp | |
336 | 3989a3990,4001 | |
337 | > // for compatibility with other ports, the buttons default size is never | |
338 | > // less than the standard one, but not when display not PDAs. | |
339 | > if (wxSystemSettings::GetScreenType() > wxSYS_SCREEN_PDA) | |
340 | > { | |
341 | > if ( !(window->GetWindowStyle() & wxBU_EXACTFIT) ) | |
342 | > { | |
343 | > wxSize szDef = wxButton::GetDefaultSize(); | |
344 | > if ( size->x < szDef.x ) | |
345 | > size->x = szDef.x; | |
346 | > } | |
347 | > } | |
348 | > | |
349 | ||
350 | ||
8e7361cc MB |
351 | 30. [wxMotif] Coloured stipples, don't use stipples in DoDrawText |
352 | ||
353 | Checking in src/motif/dcclient.cpp; | |
354 | /pack/cvsroots/wxwindows/wxWindows/src/motif/dcclient.cpp,v <-- dcclient.cpp | |
355 | new revision: 1.47; previous revision: 1.46 | |
8e7361cc | 356 | |
6b887719 VS |
357 | |
358 | 31. [wxHTML] Fix parsing of CDATA tags and ignore <script> | |
359 | ||
360 | CVS: [VS] wxWindows/src/html htmlpars.cpp,1.29,1.30 htmltag.cpp,1.31,1.32 | |
361 | CVS: [VS] wxWindows/src/html m_layout.cpp,1.17,1.18 | |
72cd2fcc | 362 | CVS: [VS] wxWindows/src/html htmltag.cpp,1.32,1.33 |
6b887719 VS |
363 | |
364 | ||
365 | 32. Fix wxFileConfig behaviour in Unicode mode | |
366 | ||
367 | Note: this must be done a bit differently, w/o wxFileConfig::m_conv! | |
368 | CVS: [VS] wxWindows/include/wx fileconf.h,1.39,1.40 | |
369 | CVS: [VS] wxWindows/src/common fileconf.cpp,1.93,1.94 | |
370 | CVS: [VS] wxWindows/include/wx strconv.h,1.12,1.13 | |
371 | CVS: [VS] wxWindows/src/common strconv.cpp,1.71,1.72 | |
bdb9ccbf | 372 | |
28cafc44 VZ |
373 | 33. Fix memory leak in wxMimeTypesManager |
374 | ||
375 | http://sf.net/tracker/index.php?func=detail&aid=685580&group_id=9863&atid=309863 | |
376 | ||
377 | Checking in src/unix/mimetype.cpp; | |
378 | /pack/cvsroots/wxwindows/wxWindows/src/unix/mimetype.cpp,v <-- mimetype.cpp | |
379 | new revision: 1.32; previous revision: 1.31 | |
28cafc44 VZ |
380 | |
381 | 34. Fix memory leak in generic wxFileDialog | |
382 | ||
383 | http://sf.net/tracker/index.php?func=detail&aid=696164&group_id=9863&atid=309863 | |
384 | ||
385 | Checking in src/generic/filedlgg.cpp; | |
386 | /pack/cvsroots/wxwindows/wxWindows/src/generic/filedlgg.cpp,v <-- filedlgg.cpp | |
387 | new revision: 1.84; previous revision: 1.83 | |
bdb9ccbf VS |
388 | |
389 | 33. Add support for GTK2 label mnemonics (patch #689573) | |
390 | ||
391 | CVS: [VS] wxWindows/src/gtk button.cpp,1.53,1.54 checkbox.cpp,1.52,1.53 control.cpp,1.26,1.27 radiobut.cpp,1.42,1.43 | |
392 | CVS: [VS] wxWindows/include/wx/gtk control.h,1.16,1.17 | |
393 | CVS: [VS] wxWindows/docs changes.txt,1.255,1.256 | |
394 | CVS: [VS] wxWindows/src/gtk control.cpp,1.27,1.28 | |
39d6715f VZ |
395 | |
396 | 34. Accept '\r' as delimiter when parsing dates (bug #684617) | |
397 | ||
398 | CVS: [VZ] wxWindows/src/common datetime.cpp,1.73,1.74 | |
399 | ||
441b8072 VZ |
400 | 35. Fix wxFontEncoding values: |
401 | ||
402 | make wxFONTENCODING_EUC_JP == wxFONTENCODING_UTF8 + 1 in wx/fontenc.h | |
403 | ||
404 | http://sf.net/tracker/index.php?func=detail&aid=703260&group_id=9863&atid=109863 | |
405 | ||
0d7fb283 VS |
406 | 36. Add SetFonts to wxHTML printing classes; SetFonts(a,b,NULL) can be used |
407 | to set default sizes now. | |
408 | ||
409 | (Do not apply wxHtmlEasyPrinting part of this changes!) | |
410 | ||
411 | Checking in src/html/winpars.cpp; | |
412 | /pack/cvsroots/wxwindows/wxWindows/src/html/winpars.cpp,v <-- winpars.cpp | |
413 | new revision: 1.38; previous revision: 1.37 | |
0d7fb283 VS |
414 | Checking in src/html/htmprint.cpp; |
415 | /pack/cvsroots/wxwindows/wxWindows/src/html/htmprint.cpp,v <-- htmprint.cpp | |
416 | new revision: 1.29; previous revision: 1.28 | |
0d7fb283 VS |
417 | cvs diff: [21:30:15] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/src/html |
418 | Checking in samples/html/printing/printing.cpp; | |
419 | /pack/cvsroots/wxwindows/wxWindows/samples/html/printing/printing.cpp,v <-- printing.cpp | |
420 | new revision: 1.9; previous revision: 1.8 | |
0d7fb283 VS |
421 | cvs diff: [21:30:19] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/samples/html/printing |
422 | Checking in include/wx/html/htmldefs.h; | |
423 | /pack/cvsroots/wxwindows/wxWindows/include/wx/html/htmldefs.h,v <-- htmldefs.h | |
424 | new revision: 1.8; previous revision: 1.7 | |
0d7fb283 VS |
425 | Checking in include/wx/html/htmlwin.h; |
426 | /pack/cvsroots/wxwindows/wxWindows/include/wx/html/htmlwin.h,v <-- htmlwin.h | |
427 | new revision: 1.35; previous revision: 1.34 | |
0d7fb283 VS |
428 | Checking in include/wx/html/htmprint.h; |
429 | /pack/cvsroots/wxwindows/wxWindows/include/wx/html/htmprint.h,v <-- htmprint.h | |
430 | new revision: 1.13; previous revision: 1.12 | |
0d7fb283 VS |
431 | Checking in include/wx/html/winpars.h; |
432 | /pack/cvsroots/wxwindows/wxWindows/include/wx/html/winpars.h,v <-- winpars.h | |
433 | new revision: 1.18; previous revision: 1.17 | |
0d7fb283 VS |
434 | Checking in docs/changes.txt; |
435 | /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt | |
436 | new revision: 1.258; previous revision: 1.257 | |
0d7fb283 VS |
437 | Checking in docs/latex/wx/htwindow.tex; |
438 | /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htwindow.tex,v <-- htwindow.tex | |
439 | new revision: 1.27; previous revision: 1.26 | |
0d7fb283 VS |
440 | Checking in docs/latex/wx/htwinprs.tex; |
441 | /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htwinprs.tex,v <-- htwinprs.tex | |
442 | new revision: 1.19; previous revision: 1.18 | |
0d7fb283 VS |
443 | Checking in docs/latex/wx/htprint.tex; |
444 | /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htprint.tex,v <-- htprint.tex | |
445 | new revision: 1.7; previous revision: 1.6 | |
0d7fb283 VS |
446 | Checking in docs/latex/wx/htdcrend.tex; |
447 | /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/htdcrend.tex,v <-- htdcrend.tex | |
448 | new revision: 1.8; previous revision: 1.7 | |
60a68e00 VZ |
449 | |
450 | 37. Backport wxLANGUAGE_CHINESE_TRADITIONAL fix in src/common/intl.cpp | |
451 | (replace zh_CN with zh_TW) | |
452 | ||
41aebd5d VZ |
453 | 38. Owner-drawn (coloures) buttons don't draw multiline labels correctly |
454 | ||
455 | http://sf.net/tracker/index.php?func=detail&aid=672894&group_id=9863&atid=109863 | |
456 | ||
457 | Checking in src/msw/button.cpp; | |
458 | /pack/cvsroots/wxwindows/wxWindows/src/msw/button.cpp,v <-- button.cpp | |
459 | new revision: 1.59; previous revision: 1.58 | |
460 | ||
c5c04fab VZ |
461 | 39. Alt-letter didn't switch focus to a spin ctrl following static control |
462 | with "&letter" accel | |
463 | ||
464 | http://sf.net/tracker/index.php?func=detail&aid=672974&group_id=9863&atid=109863 | |
465 | ||
466 | Checking in src/msw/spinctrl.cpp; | |
467 | /pack/cvsroots/wxwindows/wxWindows/src/msw/spinctrl.cpp,v <-- spinctrl.cpp | |
468 | new revision: 1.24; previous revision: 1.23 | |
469 | Checking in include/wx/msw/spinctrl.h; | |
470 | /pack/cvsroots/wxwindows/wxWindows/include/wx/msw/spinctrl.h,v <-- spinctrl.h | |
471 | new revision: 1.16; previous revision: 1.15 | |
472 | ||
da32743f VZ |
473 | 40. calling SetValue(GetValue()) didn't reset the modified flag |
474 | ||
475 | http://sf.net/tracker/index.php?func=detail&aid=678391&group_id=9863&atid=109863 | |
476 | ||
477 | Checking in src/msw/textctrl.cpp; | |
478 | /pack/cvsroots/wxwindows/wxWindows/src/msw/textctrl.cpp,v <-- textctrl.cpp | |
479 | new revision: 1.164; previous revision: 1.163 | |
480 | ||
2b17e391 VZ |
481 | 41. Radio button consecutive groups bug |
482 | ||
483 | http://sf.net/tracker/index.php?func=detail&aid=705441&group_id=9863&atid=109863 | |
484 | ||
485 | Checking in src/msw/radiobut.cpp; | |
486 | /pack/cvsroots/wxwindows/wxWindows/src/msw/radiobut.cpp,v <-- radiobut.cpp | |
487 | new revision: 1.32; previous revision: 1.31 | |
488 | ||
581ee8a9 VZ |
489 | 42. Implement wxTextCtrl::Remove/Replace() for GTK2 |
490 | ||
491 | http://sf.net/tracker/index.php?func=detail&aid=705051&group_id=9863&atid=309863 | |
492 | ||
493 | Checking in src/gtk/textctrl.cpp; | |
494 | /pack/cvsroots/wxwindows/wxWindows/src/gtk/textctrl.cpp,v <-- textctrl.cpp | |
495 | new revision: 1.154; previous revision: 1.153 | |
496 | ||
27397d66 DE |
497 | 43. Implement wxExecute with proper callback on Mac OS X |
498 | ||
499 | Checking in include/wx/unix/execute.h; | |
500 | /pack/cvsroots/wxwindows/wxWindows/include/wx/unix/execute.h,v <-- execute.h | |
501 | new revision: 1.2; previous revision: 1.1 | |
502 | done | |
503 | Checking in src/unix/utilsunx.cpp; | |
504 | /pack/cvsroots/wxwindows/wxWindows/src/unix/utilsunx.cpp,v <-- utilsunx.cpp | |
505 | new revision: 1.91; previous revision: 1.90 | |
506 | done | |
507 | Checking in src/mac/utilsexc.cpp; | |
508 | /pack/cvsroots/wxwindows/wxWindows/src/mac/utilsexc.cpp,v <-- utilsexc.cpp | |
509 | new revision: 1.11; previous revision: 1.10 | |
510 | done | |
511 | ||
34415cea VZ |
512 | 44. Fix for deleting entries at root level in wxFileConfig |
513 | ||
514 | Checking in src/common/fileconf.cpp; | |
515 | /pack/cvsroots/wxwindows/wxWindows/src/common/fileconf.cpp,v <-- fileconf.cpp | |
516 | new revision: 1.97; previous revision: 1.96 | |
517 | Checking in docs/changes.txt; | |
518 | /pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt | |
519 | new revision: 1.261; previous revision: 1.260 |