]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Try to avoid truncation of the message in wxMSW wxMessageDialog.
[wxWidgets.git] / docs / changes.txt
index f61bf6a8e41d6ea95ee157769b9282d2d8124e26..e3370e520fb44bee396763c6fa749902cbdab846 100644 (file)
@@ -452,6 +452,7 @@ All:
 
 - Added wxLogFormatter to allow customizing wxLog output (Sébastien Gallou).
 - Added "%z" support to wxDateTime::Format() and Parse() (Armel Asselin).
+- Add wxHTTP::SetPostBuffer(wxMemoryBuffer) and SetPostText() (Eran Ifrah).
 
 All (GUI):
 
@@ -480,6 +481,8 @@ MSW:
 - Set wxMenu being closed in wxEVT_MENU_CLOSE events (Marcin Malich).
 - Fix coordinates and Z-position for joystick events (Markus Juergens).
 - Fix size of the font returned by wxTextCtrl::GetStyle() (Igor Korot).
+- Add wxActiveXContainer::QueryClientSiteInterface and implement it in
+  wxWebViewIE to improve the default behaviour (Allonii)
 
 OSX: