]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fixed small memory leak
[wxWidgets.git] / docs / changes.txt
index d9ddf3d588470bded33ea15b66c4da4661e1716b..0fb7f4a0bb5a3b3b95728fb363c6dda8ff0d26c3 100644 (file)
@@ -171,6 +171,7 @@ wxBase:
 - added static wxFontMapper::Get() accessor (use of wxTheFontMapper is now
   deprecated)
 - added wxShutdown() function (Marco Cavallini)
+- added wxEXPLICIT macro
 
 Unix (Base/GUI):
 
@@ -212,6 +213,9 @@ All (GUI):
 - wxHelpProvider::RemoveHelp added and called from ~wxWindowBase
   so that erroneous help strings are no longer found as the hash
   table fills up
+- updated libpng from 1.0.3 to 1.2.4
+- Added wxView::OnClosingDocument so the application can do
+  cleanup.
 
 wxMSW:
 
@@ -247,6 +251,7 @@ wxMSW:
 - fixed a race condition during a thread exit and a join
 - fixed a condition where a thread can hang during
   message/event processing
+- increased space between wxRadioBox label and first radio button
 
 wxGTK:
 
@@ -300,6 +305,7 @@ All (GUI):
 - wxGrid cell editing veto support (Roger Gammans)
 - wxListCtrl ITEM_FOCUSED event added
 - support for ICO files in wxImage added (Chris Elliott)
+- improvements to wxDragImage (Chuck Messenger)
 
 wxMSW:
 
@@ -310,6 +316,9 @@ wxMSW:
 wxGTK:
 
 - fixed popup menu positioning bug
+- fixed the edit function for wxListCtrl (Chuck Messenger)
+- fixed the key-hitting events for wxListCtrl and wxTreeCtrl, so they
+  correctly return the key which was pressed (Chuck Messenger)
 
 wxMac: