]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix compilation
[wxWidgets.git] / docs / changes.txt
index d83e47d4cea5440af2cc5536d593cedd9db8acb9..405a87cb06770048774d5debdd374104f432b134 100644 (file)
@@ -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: