X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f67af05cab3d08a0c54f55b49759b2b9867aeb0..3214ac5ad1d515d917b8273c2d2af4c4287b7a8b:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 564e8e5b12..fa3672d775 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(). @@ -276,6 +278,9 @@ All (GUI): Also made it easier to derive from wxWizard and override behaviour. - 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: @@ -311,6 +316,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: @@ -340,6 +346,7 @@ wxMSW: - Fix setting icons when they have non-default (16*16 and 32*32) sizes - Fixed wxLocale::GetInfo to use the C locale. - Don't enable disabled windows when showing them (Harry McKame). +- Fix assert when using owner-drawn menu items with the newest (Vista) SDK wxGTK: