X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b2cb4316b4deca34ae451493449e97e4bdb3f3b..c9a6600136ed971f865ed5e78b5bbfbf811bbef6:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index ab5f4399dc..68ebeca0f8 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -84,6 +84,10 @@ All: Previously, only the buffer would be returned, even if more data was requested. - Added wxPowerEvent (currently MSW-only). - Make wx-config compatible with Bourne shells. +- Fixed wxDb::Open(wxDbConnectInf) when using connection string (Hellwolf Misty) +- Fixed crash in wxDb::Open() in Unicode build (Massimiliano Marretta) +- Fixed wxTimeSpan::Format() for negative time spans +- Optionally count repeating wxLog messages instead of logging all (Lauri Nurmi) All (GUI): @@ -152,11 +156,17 @@ All (GUI): - Added wxTextAttr::Merge() (Marcin Simonides). - Added wxTB_NO_TOOLTIPS style (Igor Korot). - Added wxGenericDirCtrl::CollapsePath() (Christian Buhtz). +- Added wxTreeCtrl::ExpandAllChildren() (Christian Buhtz) - Fixed 64-bit issue in wxNotebook causing segfaults on Tru64 Unix. - Made it possible to associate context help to a region of a window. - Added support for tabs in wxRichTextCtrl (Ashish More). - Fixed problem with zoom setting in print preview. - Moved wxRichTextCtrl from the advanced library to its own. +- wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls. +- Added wxTopLevelWindow::SetTransparent and CanSetTransparent, with + implementations (so far) for wxMSW and wxMac. +- Allow customizing individual grid lines appearance (Søren Lassen) +- Fixed middle click events generation in generic wxTreeCtrl (Olly Betts) wxMSW: @@ -236,6 +246,8 @@ wxGTK: - Support underlined fonts in wxTextCtrl. - Support all border styles; wxListBox honours the borders now. - wxWindow and wxScrolledWindow now generate line, page and thumb-release scroll events. +- Added file preview support in file dialogs. +- Implemented SetLineSize and GetLineSize for wxSlider. wxMac: