]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
don't use wxStaticCast to wxBookCtrlBase -- it doesn't work
[wxWidgets.git] / docs / changes.txt
index 19d04d4309f43354555149f7b32c87ccc9b0fc6a..2eb8dec21323838fea768ef09db786bbf0b9f80e 100644 (file)
@@ -8,10 +8,12 @@ wxWidgets Change Log - For more verbose changes, see the manual
 All:
 
 - wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag
+- wxGetWorkingDirectory() deprecated. Use wxGetCwd() instead.
 
 All (GUI):
 
 - Added wxTreeBook.
+- Added wxKeyEvent::GetModifiers()
 - Added wxDialog::SetEscapeId().
 - wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox,
   wxComboBox and wxChoice).
@@ -25,6 +27,10 @@ All (GUI):
 - Added parent window parameter to wxHelpController constructor
   and added SetParentWindow/GetParentWindow.
 - wxMultiChoiceDialog uses now wxCheckListBox if possible, wxListBox if not.
+- Added wxBitmapButton::SetHoverBitmap()
+- Access to titles through Get/SetTitle is available now only for top level
+  windows (wxDialog, wxFrame).
+- Fixed memory leak of pending events in wxEvtHandler
 
 wxMSW:
 
@@ -35,6 +41,8 @@ wxMSW:
 wxWinCE:
 
 - Pressing build-in joystick on WinCE phones fires wxEVT_JOY_BUTTON_DOWN event.
+- Native wxCheckListBox implementation.
+- All wxTopLevelWindows resizes accordingly to SIP visibility.
 
 Unix: