]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Allow wxWANTS_CHARS to be effective on native controls too
[wxWidgets.git] / docs / changes.txt
index e472d53b51d1d7acde31f63ba07b1140db794b5c..62d85bec8a991244824dc30e87cf8bb3502dc415 100644 (file)
@@ -23,12 +23,18 @@ Major new features in this release
 
 All:
 
+- Added wxEventBlocker class (Francesco Montorsi)
+- Added wxFile/DirPickerCtrl::Get/SetFile/DirName() (Francesco Montorsi)
 - Added wxSizerFlags::Top() and Bottom()
 
 wxGTK:
 
 - Implemented support for underlined fonts in wxStaticText
+- wxTopLevelWindow::SetSizeHints size increments now work
 
+wxMSW:
+
+- Fixed infinite loop in wxThread::Wait() in console applications
 
 
 2.8.2
@@ -56,6 +62,10 @@ wxX11:
 
 - Don't crash in wxWindow dtor if the window hadn't been really Create()d
 
+wxUniv:
+
+- Fixed wxComboBox always sorted
+
 
 2.8.1
 -----