]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Minor API changes
[wxWidgets.git] / docs / changes.txt
index b41e293e4f70aae089b3f626b04f4a930adc764e..e45b89725fe1fa5ddf3f27b46e284534669d6d28 100644 (file)
@@ -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: