]> git.saurik.com Git - wxWidgets.git/blame - docs/toback24.txt
fixed First() signatures
[wxWidgets.git] / docs / toback24.txt
CommitLineData
9baf5184
VZ
11. HAVE_EXPLICIT fix:
2
3http://sf.net/tracker/index.php?func=detail&aid=651314&group_id=9863&atid=109863
4
5Checking in defs.h;
6/pack/cvsroots/wxwindows/wxWindows/include/wx/defs.h,v <-- defs.h
7new revision: 1.324; previous revision: 1.323
8done
9
10
11
122. wxCheckListBox::Check() event sending fix:
13
14http://sf.net/tracker/index.php?func=detail&aid=651140&group_id=9863&atid=109863
15
16Checking in docs/changes.txt;
17/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
18new revision: 1.221; previous revision: 1.220
19done
20cvs diff: [23:41:08] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs
21Checking in docs/latex/wx/checklst.tex;
22/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/checklst.tex,v <-- checklst.tex
23new revision: 1.8; previous revision: 1.7
24done
25Checking in src/msw/checklst.cpp;
26/pack/cvsroots/wxwindows/wxWindows/src/msw/checklst.cpp,v <-- checklst.cpp
27new revision: 1.35; previous revision: 1.34
28done
29
30
31
323. imagpng.cpp compilation fix for Watcom 11
33
34http://sf.net/tracker/index.php?func=detail&aid=651492&group_id=9863&atid=109863
35
36Checking in src/common/imagpng.cpp;
37/pack/cvsroots/wxwindows/wxWindows/src/common/imagpng.cpp,v <-- imagpng.cpp
38new revision: 1.29; previous revision: 1.28
39done
40
41
42
434. wxCaret::SetSize() bug fix
44
45http://sf.net/tracker/index.php?func=detail&aid=659209&group_id=9863&atid=109863
46
47Checking in src/msw/caret.cpp;
48/pack/cvsroots/wxwindows/wxWindows/src/msw/caret.cpp,v <-- caret.cpp
49new revision: 1.15; previous revision: 1.14
50done
51cvs diff: [01:41:47] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/src/msw
52Checking in docs/changes.txt;
53/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
54new revision: 1.223; previous revision: 1.222
55done
56
57
58
595 wxTR_MULTIPLE and wxTR_EDIT_LABELS
60
61http://sf.net/tracker/index.php?func=detail&aid=622089&group_id=9863&atid=109863
62
63Checking in docs/changes.txt;
64/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
65new revision: 1.224; previous revision: 1.223
66done
67cvs diff: [21:21:39] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs
68Checking in src/msw/treectrl.cpp;
69/pack/cvsroots/wxwindows/wxWindows/src/msw/treectrl.cpp,v <-- treectrl.cpp
70new revision: 1.136; previous revision: 1.135
71done
72
48594fd2
VS
73
74
756 Improved X11 ShowFullScreen (later, maybe 2.4.2?)
76
77RCS file: /pack/cvsroots/wxwindows/wxWindows/src/gtk/toplevel.cpp,v
78retrieving revision 1.34
79retrieving revision 1.35
80RCS file: /pack/cvsroots/wxwindows/wxWindows/src/unix/utilsx11.cpp,v
81retrieving revision 1.5
82retrieving revision 1.6
83RCS file: /pack/cvsroots/wxwindows/wxWindows/include/wx/unix/utilsx11.h,v
84retrieving revision 1.1
85retrieving revision 1.2
86
87
88
897 Fixes to wxrc compiler
90
91wxWindows/contrib/utils/wxrc/wxrc.cpp revision 1.23
92Log: 1) fixed compilation of wxBitmap, wxIcon toplevel nodes
93 2) fixed wxrc when using -o dirname/filename
94
95
96
978 wxFrame support in wxrcedit
98
99http://sourceforge.net/tracker/index.php?func=detail&aid=648659&group_id=9863&atid=309863
100
db50ec5a 101
65270380
VZ
1029 Use ES_DISABLENOSCROLL to work around the vertical scrollbar bug in
103 wxTE_RICH2 text control.
db50ec5a
VZ
104
105Checking in src/msw/textctrl.cpp;
106/pack/cvsroots/wxwindows/wxWindows/src/msw/textctrl.cpp,v <-- textctrl.cpp
107new revision: 1.157; previous revision: 1.156
108done
109
65270380 11010. Fixes for compilation with OpenWatcom
a43d5db2 111
65270380 112http://sf.net/tracker/index.php?func=detail&aid=665959&group_id=9863&atid=309863
a43d5db2 113
65270380
VZ
114Checking in docs/changes.txt;
115/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
116new revision: 1.230; previous revision: 1.229
117done
118Checking in src/common/imagjpeg.cpp;
119/pack/cvsroots/wxwindows/wxWindows/src/common/imagjpeg.cpp,v <-- imagjpeg.cpp
120new revision: 1.31; previous revision: 1.30
121done
122Checking in include/wx/msw/missing.h;
123/pack/cvsroots/wxwindows/wxWindows/include/wx/msw/missing.h,v <-- missing.h
124new revision: 1.8; previous revision: 1.7
125done
126Checking in include/wx/msw/setup0.h;
127/pack/cvsroots/wxwindows/wxWindows/include/wx/msw/setup0.h,v <-- setup0.h
128new revision: 1.128; previous revision: 1.127
129done
130
13111 wxMotif filedialog/wildcard corrections
a43d5db2
MB
132
133 Documented wxMotif filedialog limitations WRT wildcard syntax.
134Modified filedialog to either extract the wildcard (if only one wildcard
135is present) or assert (if more than one is present).
136
137Checking in docs/latex/wx/filedlg.tex;
138/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/filedlg.tex,v <-- filedlg.tex
139new revision: 1.14; previous revision: 1.13
140done
141Checking in samples/dialogs/dialogs.cpp;
142/pack/cvsroots/wxwindows/wxWindows/samples/dialogs/dialogs.cpp,v <-- dialogs.cpp
143new revision: 1.88; previous revision: 1.87
144done
145cvs diff: [15:36:24] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx
146Checking in src/motif/filedlg.cpp;
147/pack/cvsroots/wxwindows/wxWindows/src/motif/filedlg.cpp,v <-- filedlg.cpp
148new revision: 1.16; previous revision: 1.15
747798ef
VZ
149
15012. wxStopWatch::Start() didn't resume it contrary to the docs
151
152Checking in src/common/timercmn.cpp;
153/pack/cvsroots/wxwindows/wxWindows/src/common/timercmn.cpp,v <-- timercmn.cpp
154new revision: 1.64; previous revision: 1.63
155done
156Checking in docs/changes.txt;
157/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
158new revision: 1.234; previous revision: 1.233
159done
160
16113. wxMSW::wxStaticText::GetBestSize() was wrong by '&' width
162
163http://sf.net/tracker/index.php?func=detail&aid=667324&group_id=9863&atid=109863
164
165Checking in docs/changes.txt;
166/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
167new revision: 1.235; previous revision: 1.234
168done
747798ef 169
37a02715 170src/msw/stattext.cpp: 1.33 -> 1.35
cdc1d13b
VZ
171
17214. wxMSW::wxFrame::Maximize(FALSE) would maximize the window if called before
173 showing it
174
175http://sf.net/tracker/index.php?func=detail&aid=667665&group_id=9863&atid=109863
176
177Checking in src/msw/toplevel.cpp;
178/pack/cvsroots/wxwindows/wxWindows/src/msw/toplevel.cpp,v <-- toplevel.cpp
179new revision: 1.44; previous revision: 1.43
180done
181Checking in docs/changes.txt;
182/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
183new revision: 1.236; previous revision: 1.235
184done
185
ae7583b4
VZ
18615. wxCondition docs updates (just change true/false back to TRUE/FALSE)
187
188Checking in docs/latex/wx/conditn.tex;
189/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/conditn.tex,v <-- conditn.tex
190new revision: 1.11; previous revision: 1.10
191done
192
4e0862c4
VS
193
19415. XRC fixes for <object_ref> and relative file names
195
196Must be modified to be binary compatible before backporting!
197
198Checking in xmlres.cpp;
199/pack/cvsroots/wxwindows/wxWindows/contrib/src/xrc/xmlres.cpp,v <-- xmlres.cpp
200new revision: 1.27; previous revision: 1.26
201done
202Checking in xmlres.h;
203/pack/cvsroots/wxwindows/wxWindows/contrib/include/wx/xrc/xmlres.h,v <-- xmlres.h
204new revision: 1.22; previous revision: 1.21
205done
b4a89d27
VS
206
207
20816. Fixes for wxLocale::Init and Borland C++
209
210(document it in changes.txt)
211
212Checking in intl.cpp;
213/pack/cvsroots/wxwindows/wxWindows/src/common/intl.cpp,v <-- intl.cpp
214new revision: 1.87; previous revision: 1.86
215done
216
192ce0be
VS
217
21817. XRC: better wxToolBar handler
219
220Note: This depends on our agreement on what should be backported. Either
221only XRC_ADD_STYLE(...) lines will go into 2.4 or everything in this
222patch (including new features not present in 2.4.0's handler).
223
224Checking in xh_toolb.cpp;
225/pack/cvsroots/wxwindows/wxWindows/contrib/src/xrc/xh_toolb.cpp,v <-- xh_toolb.cpp
226new revision: 1.7; previous revision: 1.6
227done
228
db8b7c50 229
ae7583b4
VZ
23020. Fix for wxProgressDialog::Update() signature:
231
232Checking in docs/latex/wx/progdlg.tex;
233/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/progdlg.tex,v <-- progdlg.tex
234new revision: 1.10; previous revision: 1.9
235done
db8b7c50 236
82e5f91b
JS
23721. [ 668155 ] Refresh problem when msgbox is shown (wxUniversal)
238
239https://sourceforge.net/tracker/index.php?func=detail&aid=668155&group_id=9863&atid=309863
240
241Index: e:/dev/wxWindows/src/univ/winuniv.cpp
242===================================================================
243RCS file: /pack/cvsroots/wxwindows/wxWindows/src/univ/winuniv.cpp,v
244retrieving revision 1.35
245diff -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
26722. "Remove" wxFont::GetInternalFont from wxGTK w/ GTK2
268
269CVS: [RR] wxWindows/src/gtk dcclient.cpp,1.162,1.163 font.cpp,1.69,1.70 window.cpp,1.411,1.412
270CVS: [RR] wxWindows/src/gtk choice.cpp,1.55,1.56 combobox.cpp,1.87,1.88
271CVS: [RR] wxWindows/src/gtk minifram.cpp,1.29,1.30
272 (not sure about minifram.cpp: must be checked for binary compatibility - VS)
273
274When applying, be careful to not pick later revision of font.cpp -- 2.5 doesn't
275have wxFont::GetInternalFont while 2.4 must have it because of binary
276compatibility!
25d599ae
VS
277
278
27923. Use GNOME2's /usr/share/pixmaps/document-icons in wxMimeTypesManager
280
281Checking in mimetype.cpp;
282/pack/cvsroots/wxwindows/wxWindows/src/unix/mimetype.cpp,v <-- mimetype.cpp
283new revision: 1.29; previous revision: 1.28
284done
285
e8d19ddd
RL
286
28724. Fix SetScrollbars bug. You know the one :-)
288
289Checking in src/common/wincmn.cpp;
290/pack/cvsroots/wxwindows/wxWindows/src/common/wincmn.cpp,v <-- wincmn.cpp
291new revision: 1.129; previous revision: 1.128
292done
293Checking in src/generic/scrlwing.cpp;
294/pack/cvsroots/wxwindows/wxWindows/src/generic/scrlwing.cpp,v <-- scrlwing.cpp
295new revision: 1.35; previous revision: 1.34
296done
297Checking in src/gtk/scrolwin.cpp;
298/pack/cvsroots/wxwindows/wxWindows/src/gtk/scrolwin.cpp,v <-- scrolwin.cpp
299new revision: 1.27; previous revision: 1.26
300done
301
1092b2a0
MB
302
30325. Fix wxMac client data handling in wxChoice/wxComboBox
304
305Checking in src/mac/combobox.cpp;
306/pack/cvsroots/wxwindows/wxWindows/src/mac/combobox.cpp,v <-- combobox.cpp
307new revision: 1.23; previous revision: 1.22
308done
309Checking in src/mac/choice.cpp;
310/pack/cvsroots/wxwindows/wxWindows/src/mac/choice.cpp,v <-- choice.cpp
311new revision: 1.28; previous revision: 1.27
312done
313
314