From f74357863f850f128bc88bc891a5ccb243c02f2e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 16 Nov 2007 13:14:38 +0000 Subject: [PATCH] Added some change logs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 556d005d63..9ce95f0a17 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -100,11 +100,14 @@ All (GUI): - wxGraphicsContext implementations now all have the pixel's center at (0.5,0.5), avoiding differences in anti-aliasing between platforms. - wxChoicebook now vertically centres a left-aligned controller. +- Improved borders and size of rich text dialogs. wxMSW: - Correct (harmless) warnings given for forward-declared DLL-exported classes by mingw32 4.2 (Tim Stahlhut). +- Fixed a bug whereby acclerators including Enter were not processed + when a tree control was focused. wxGTK: @@ -112,6 +115,7 @@ wxGTK: a background colour bug in the gtk-qt theme under KDE. - wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) now returns the background colour of text controls. +- wxSysColourChangedEvent now sent when styles change. - wxFrame::ShowFullScreen now preserves the menubar's accelerators. - Implemented wxGetClientDisplayRect() correctly for wxGTK and X11-based ports.