]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Note that wxSlider::Get/SetLineSize is implemented now.
[wxWidgets.git] / docs / changes.txt
index 33f4128f38befa671d5218ca5143d270e87bdae5..68ebeca0f8aa58fc7ec81f0863eb1e3bca5c0797 100644 (file)
@@ -85,6 +85,9 @@ All:
 - 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):
 
@@ -160,8 +163,10 @@ All (GUI):
 - 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::SetTranslucency and CanSetTranslucency, with
+- 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:
 
@@ -241,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: