]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / docs / changes.txt
index 17df9bf9733039b5bf325e762485d07a54c78889..1391d17ec7bb3125fb20e20960059c436b0ae615 100644 (file)
@@ -567,6 +567,7 @@ All:
 - Add wxFileName::SetPermissions() (Catalin Raceanu).
 - Fix build with wxUSE_FFILE==0 (jroemmler).
 - Add wxDEPRECATED_MSG() and use it in a few places.
+- Return the old file descriptor/pointer from wx(F)File::Detach() (troelsk).
 
 All (GUI):
 
@@ -574,6 +575,9 @@ All (GUI):
 - Set correct cursor when the mouse is over image map links in wxHTML (LukasK).
 - Add wxPropertyGridPageState::GetColumnFullWidth() (Teodor Petrov).
 - wxRTC: extracted XML utilities into a separate class for potential reuse.
+- wxPropertyGrid: improve composite flags handling (Jens Lody).
+- Don't crash laying out wxGridBagSizer with only hidden elements (briceandre).
+- Fix alignment and transparency of bitmaps in wxDataViewCtrl (Eric Jensen).
 
 wxGTK: