]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Compilation fix
[wxWidgets.git] / docs / changes.txt
index 746013b90ec32387c8e9f1b7cbb8e51ffe7bf378..f926ef3c5dacefa658efdf0aa63da8a552310202 100644 (file)
@@ -265,6 +265,9 @@ Major new features in this release
 
 - Event loops, timers and sockets can now be used in wxBase, without GUI.
 
+- Events can now be connected to any functor, not necessarily a method of
+  wxEvtHandler-derived class. The compile-time safety was also improved.
+
 - Documentation for wxWidgets has been converted from LaTex to C++ headers
   with Doxygen comments and significantly improved in the process (screenshots
   of various controls were added, more identifiers are now linked to their
@@ -433,6 +436,7 @@ All (GUI):
 - Added wxArtProvider::GetNativeSizeHint(); GetSizeHint() as well as
   GetNativeSizeHint() now return more sensible values in wxMSW and wxMac and
   no longer return bogus values.
+- Added wxControl::SetLabelText() and EscapeMnemonics().
 
 wxGTK:
 
@@ -479,6 +483,7 @@ wxMSW:
   accurately represents what will be printed. This fixes wxHtmlEasyPrinting
   preview inaccuracies on Windows; on other platforms, native preview
   should be used.
+- Implement wxFileName::SetTimes() for directories (Steve Lamerton).
 
 wxX11: