X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39f0cb547f049874baff8e4d760215842ea1ec0f..fbda518cb73c410f88838b8f9df3e525720106a6:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index b41e293e4f..e45b89725f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -154,7 +154,9 @@ All (GUI): - Show standard options in wxCmdLineParser usage message (Francesco Montorsi). - Added wxRect::operator+ (union) and * (intersection) (bdonner). - Added support for two auxiliary mouse buttons to wxMouseEvent (Chris Weiland). +- Added wxToolTip::SetAutoPop() and SetReshow() (Jan Knepper) - Added wxTaskBarIcon::Destroy() +- Added XRC handler for wxSearchCtrl (Sander Berents) wxGTK: @@ -215,6 +217,7 @@ wxMSW: - Fixed bug with symbol resolving in wxStackWalker (Axel Gembe) - Fixed showing busy cursor for disabled windows and during wxExecute() - Set the string of wxEVT_COMMAND_CHECKLISTBOX_TOGGLED events (Luca Cappa) +- Fix problems with timers on SMP machines in wxAnimationCtrl (Gennady) wxGTK: