wxWidgets 2.8.4
Posted: Sat Apr 28, 2007 7:17 pm
Hi,
As of April 28, 2007, wxWidgets 2.8.4 has more fixes than 2.8.3 including a regression introduced in 2.8.3.
Given this, will 2.8.4 be released soon? Are there any other bugs that need to be done before 2.8.4 is released?
Is there anything we can do to help speed up the release of 2.8.4? I can certainly help test 2.8.4 release candidates if they're made available.
Changelog for wxWidgets 2.8.4 (as of April 28, 2007)
As of April 28, 2007, wxWidgets 2.8.4 has more fixes than 2.8.3 including a regression introduced in 2.8.3.
Given this, will 2.8.4 be released soon? Are there any other bugs that need to be done before 2.8.4 is released?
Is there anything we can do to help speed up the release of 2.8.4? I can certainly help test 2.8.4 release candidates if they're made available.
Changelog for wxWidgets 2.8.4 (as of April 28, 2007)
2.8.4
-----
All:
- Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem)
All (Unix):
- Handle socket shutdown by the peer correctly in wxSocket (Tim Kosse)
All (GUI):
- Allow status bar children in XRC (Edmunt Pienkowski)
wxMSW:
- Corrected wxStaticBox label appearance when its foreground colour was set:
it didn't respect font size nor background colour then (Juan Antonio Ortega)
- Don't lose combobox text when it's opened and closed (Kolya Kosenko)
- Corrected GetChecked() for events from checkable menu items (smanders)
- Fixed popup menus under Windows NT 4
- Fixed bug in wxThread::Wait() in console applications introduced in 2.8.3
- Support right-aligned/centered owner drawn items in wxListCtrl (troelsk)
- Compilation fixed with WXWIN_COMPATIBILITY_2_6==0
wxGTK:
- Fix infinite loop when adding a wxStaticText control to a toolbar
- Fix wxNO_BORDER style for wxRadioBox (David Hart)
- Fix wxTextCtrl::GetLineText() for empty lines (Marcin Wojdyr)
wxMac:
- Fix wxComboBox::SetSelection(wxNOT_FOUND) (Adrian Secord)
wxUniv:
- Fix wxTextCtrl::SetSelection(-1, -1) to behave as documented (Anders Larsen)
- Fix wxComboBox::SetSelection(wxNOT_FOUND)
- Fix setting background colour for controls with transparent background