X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3bbd9580df9432b6173d912681cf5bc86f567230..9661b95b6b4bb4410da49f306a088911078343a6:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 4f12f8d4dc..de5504d57b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -229,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). @@ -279,7 +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 wxGLCanvas::IsDisplaySupported(). +- Added wxApp::SetNativeTheme() (Stefan H.). wxGTK: