]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Add wxComboBox::Popup() and Dismiss() to manually show or hide its popup.
[wxWidgets.git] / docs / changes.txt
index fa8a77daa856312652e45d73a4cab267cc340e19..5803345543c68dbe520005315dc9053bcde6f8ff 100644 (file)
@@ -491,6 +491,7 @@ All (GUI):
 - Added wxBORDER_THEME to XRC.
 - wxGraphicsContext is now enabled by default if supported by the platform.
 - Fix building with using system libpng 1.4 (Volker Grabsch).
+- Add wxComboBox::Popup() and Dismiss() methods (Igor Korot).
 
 GTK:
 
@@ -518,6 +519,7 @@ MSW:
   wxBORDER_THEME in a container window.
 - Suppressed spurious character event for decimal key in numeric keypad.
 - Allow to not create wxPaintDC in EVT_PAINT handler.
+- Fix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events in wxListCtrl.
 
 i18n: