]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
handle negative time spans correctly in Format()
[wxWidgets.git] / docs / changes.txt
index ab5f4399dcd7cb0558a83e56ef4c552985d45105..9efa044396a672617bc899b34270f52045d1d511 100644 (file)
@@ -84,6 +84,9 @@ 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.
   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
 
 All (GUI):
 
 
 All (GUI):
 
@@ -152,11 +155,15 @@ All (GUI):
 - Added wxTextAttr::Merge() (Marcin Simonides).
 - Added wxTB_NO_TOOLTIPS style (Igor Korot).
 - Added wxGenericDirCtrl::CollapsePath() (Christian Buhtz).
 - 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.
 - 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.
 
 wxMSW:
 
 
 wxMSW: