]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
m_y of generic tree item was only a short, which unnecessarily limits the number...
[wxWidgets.git] / docs / changes.txt
index d258b295b5b60f0c6aa5f648aa247e8303866811..1559d0eaaa27b7c03f94cff01db6bd5d46e82bf7 100644 (file)
@@ -71,6 +71,9 @@ wxGTK:
 - made wxTextCtrl::EmulateKeyPress() work for Delete and Backspace
 - fixed wxTopLevelWindow::ShowFullScreen to work with kwin, IceWM and
   window managers that support _NET_WM_STATE_FULLSCREEN
+- Added wxEVT_MENU_OPEN event generation.
+- Fixed bug in generic file selector causing incomplete file extensions to
+  be appended to filenames with no extension.
 
 wxMSW:
 
@@ -90,6 +93,10 @@ wxMotif
   does not support all the features other ports do); refer to wxFileDialog
   documentation for a detailed explanation
 - implemented wxWakeUpIdle
+- for Motif 2.0, used the native combobox widget instead of the GPL'd
+  xmcombo; xmcombo is still used for Motif 1.x and Lesstif when compiled
+  with Motif 1.x compatibility
+- implemented wxToggleButton
 
 OLD CHANGES
 ===========