]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fixing overrelease and out-of-bounds write, fixes #13725
[wxWidgets.git] / docs / changes.txt
index 817b3bfcffa9cce92bfff407ca8a2630e118e6cd..ed1b5ad72b6bc95920e4edab1f41eaae53f29922 100644 (file)
@@ -541,6 +541,7 @@ All:
 - Add wxDIR_NO_FOLLOW flag for wxDir traversal (David Hart).
 - Allow testing for symlink/FIFO/socket existence in wxFileName (David Hart).
 - Many important bug fixes in wxFileSystemWatcher (David Hart).
+- Add new wxFSW_EVENT_ATTRIB and wxFSW_EVENT_UNMOUNT flags (David Hart).
 - Add separate read/written bytes counters and per-direction NOWAIT and WAITALL
   flags to wxSocket (Rob Bresalier).
 - Add wxDir::Close() method (Silverstorm82).
@@ -591,6 +592,7 @@ All (GUI):
 - Added wxEVT_COMMAND_DIRCTRL_CHANGED event (troelsk).
 - Added wxControl::GetSizeFromTextSize() (Manuel Martin).
 - Optionally allow showing tooltips for disabled ribbon buttons (wxBen).
+- Add wxTL_NO_HEADER style to wxTreeListCtrl (robboto).
 
 wxGTK:
 
@@ -600,6 +602,7 @@ wxGTK:
 - Improve drag-and-drop of URLs.
 - Make key event handling consistent with wxMSW (John Rails).
 - Fix printing in landscape mode (Marcin Wojdyr).
+- Fix path selection in wx{File,Dir}Dialog with GTK+ > 2.24.10 (obfuscated).
 
 wxMSW: