X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d238d403f1fcef34bc125a68c063092919f3a277..3214ac5ad1d515d917b8273c2d2af4c4287b7a8b:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index c10a18de58..fa3672d775 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -279,7 +279,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: @@ -315,7 +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) -- Fix display enumeration under WinCE (Vince Harron) +- Implement support for display enumeration under WinCE (Vince Harron) wxX11: