]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix horizontal alignment in icon view in generic wxListCtrl.
[wxWidgets.git] / docs / changes.txt
index 22627d5f5c781526323eedfec2567d29f0dcb2bf..36f74dd1f604e1cdce6c74a98e547cf1ef5746e3 100644 (file)
@@ -445,7 +445,23 @@ Major new features in this release
   was added.
 
 
-2.9.3:
+2.9.4:
+------
+
+All (GUI):
+
+- Added wxFilePickerCtrl::SetInitialDirectory().
+- Added wxDataViewItemAttr::SetBackgroundColour() and implemented it in generic
+  wxDataViewCtrl (Andrew Xu).
+- Fix item alignment in icon view in the generic wxListCtrl.
+
+MSW:
+
+- Fixed regression with initial focus in the dialogs in 2.9.3.
+- Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute (tteras).
+
+
+2.9.3: (released 2011-12-14)
 ------
 
 INCOMPATIBLE CHANGES SINCE 2.9.2
@@ -465,6 +481,7 @@ All:
   wxGetUTCTimeMillis() returning what this function used to return.
 - Added wxCriticalSection::TryEnter() (Catalin Raceanu).
 - Add support for OpenBSD to wxDialUpManager (brad0).
+- Added wxEXEC_HIDE_CONSOLE flag.
 
 All (GUI):
 
@@ -509,6 +526,7 @@ OSX:
   for OS X 10.6.
 - Added wxApp::MacOpenFiles and deprecated wxApp::MacOpenFile.
 - Implement wxEVT_CHAR_HOOK event generation in wxOSX/Cocoa.
+- Implemented wxComboBox::Popup() and Dismiss() in wxOSX/Cocoa (joostn).
 
 GTK: