X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67c5dabb646bb3d29a670359d30bf0f4b66581b2..936bb82ec51c308dbf630b30d7dd18c794f5b0d6:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 0e5431fe26..de5504d57b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -189,11 +189,13 @@ Major new features in this release All: - Added (experimental) IPv6 support to wxSocket (Arcen) +- Added wxXLocale class and xlocale-like functions using it - Allow loading message catalogs from wxFileSystem (Axel Gembe) - Added wxMessageQueue class for inter-thread communications - Use UTF-8 for Unicode data in wxIPC classes (Anders Larsen) - Added support for user-defined types to wxConfig (Marcin Wojdyr). - Added wxJoin() and wxSplit() functions (Francesco Montorsi). +- Added wxDateTime::FormatISOCombined() and ParseISODate/Time/Combined() - Added wxMutex::LockTimeout() (Aleksandr Napylov). - Added wxMemoryInputStream(wxInputStream&) ctor (Stas Sergeev). - Implemented wxMemoryInputStream::CanRead(). @@ -227,6 +229,7 @@ All (GUI): - Added wxNotificationMessage class for non-intrusive notifications - Added wxWindow::Show/HideWithEffect() - Added wxWrapSizer +- Added custom controls support to wxFileDialog (Diaa Sami and Marcin Wojdyr) - Added wxDC::StretchBlit() for wxMac and wxMSW (Vince Harron). - Added support for drop down toolbar buttons (Tim Kosse). - Added support for labels for toolbar controls (Vince Harron). @@ -277,6 +280,8 @@ All (GUI): - Made wxSizer::Fit() set the client size of the target window - Add support for wxDatePickerCtrl in wxGenericValidator (Herry Ayen Yang) - Added wxWindow::HasFocus(). +- Added wxGLCanvas::IsDisplaySupported(). +- Added wxApp::SetNativeTheme() (Stefan H.). wxGTK: @@ -312,6 +317,7 @@ wxMSW: - Allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon - Fix centering wxFileDialog and allow positioning it - Allow centering wxMessageDialog on its parent window (troelsk) +- Implement support for display enumeration under WinCE (Vince Harron) wxX11: