]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Use wxFindWindowAtPoint() for hit testing in wxPopupTransientWindow.
[wxWidgets.git] / docs / changes.txt
index aeae63bbf9666a9ac8f59cc1c4e1370ecbc12095..cfe97ea217474909fca28665a426116f7dac9302 100644 (file)
@@ -563,6 +563,7 @@ Major new features in this release
 All:
 
 - Allow using custom HTTP methods with wxHTTP (Kolya Kosenko).
+- Add wxFileName::SetPermissions() (Catalin Raceanu).
 - Fix build with wxUSE_FFILE==0 (jroemmler).
 
 All (GUI):
@@ -574,6 +575,11 @@ All (GUI):
 wxMSW:
 
 - It is now possible to tab into radio boxes again.
+- Fix launching some types of files under Windows 7 and later (Steven Houchins).
+
+wxOSX:
+
+- Fix column sorting UI in wxDataViewCtrl (Myrsloik).
 
 
 2.9.5: (released 2013-07-15)