X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40989e46b86777dd211faeb3e5d2366cdcc6d8cd..7e983dabef6a3d9e139a4f3438b0a1d688f56119:/docs/changes.txt?ds=inline diff --git a/docs/changes.txt b/docs/changes.txt index d83e47d4ce..405a87cb06 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -72,12 +72,16 @@ All: - Fixed bug where wxDateTime::Now() would sometimes return an incorrect value the first time it was called. - Added wxString::rbegin() and rend() - +- Added wxString::EndsWith() +- wxSocket::_Read continues reading from socket after exhausting pushback buffer. + Previously, only the buffer would be returned, even if more data was requested. All (GUI): +- Added wxComboControl and wxOwnerDrawnComboBox (Jaakko Salli) - Added wxTreebook (uses a wxTreeCtrl to control pages). - Added wxDC::GradientFillLinear/Concentric() +- Added wxRadioBox::SetItemToolTip() - Added wxKeyEvent::GetModifiers() - Added wxDialog::SetEscapeId(). - wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox, @@ -129,6 +133,8 @@ All (GUI): wxHtmlListBox::OnLinkClicked() to take advantage of it. - Added an easier to use wxMenu::AppendSubMenu() - wxString <-> wxColour conversions in wxColour class (Francesco Montorsi). +- Fixed bug with ignoring blank lines in multiline wxGrid cell labels +- Added wxTextAttr::Merge() (Marcin Simonides) wxMSW: