]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix destruction of wxDataViewCtrl's editor control.
[wxWidgets.git] / docs / changes.txt
index dd51162adfdea44442fe1833786929ce1d879054..111ec6fb62ab4d8af56bef906659233c94d0cd73 100644 (file)
@@ -133,6 +133,10 @@ Changes in behaviour not resulting in compilation errors, please read this!
   or equivalent function should now be done into wxApp::OnEventLoopEnter().
   See wxApp::OnEventLoopEnter() and wxApp::OnEventLoopExit() docs for more info.
 
+- wxDialogs get wxEVT_SIZE events immediately after creation in wxMSW, as with
+  wxFrames. This means that this event handler may be called earlier than in
+  2.8, check that all the controls are initialized before using them in it.
+
 - wxLoadFileSelector() now allows the user to select existing files only.
 
 - Erase background events are now not generated at all when background style is
@@ -521,6 +525,7 @@ All (GUI):
 - Added wxTimePickerCtrl::Get/SetTime().
 - Fix WXK_MENU handling in wxStyledTextCtrl under wxGTK (cantabile).
 - Added wxAcceleratorEntry::ToRawString() (Armel Asselin).
+- Added wxDataViewEvent::SetDragFlags() and GetDropEffect() (Friedrich).
 
 
 GTK: