]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
1. added stock buttons support
[wxWidgets.git] / docs / changes.txt
index a7316131c674d55ce47752540ae50249763420db..275767c36c476b61bb7feb765a0ad61f621b0666 100644 (file)
@@ -187,6 +187,7 @@ versions, please update your code to not use them.
 - The wxHIDE_READONLY flag for wxFileDialog was not implemented
   and has now been removed
 - wxTaskBarIcon::OnXXX() virtual methods: use events instead
+- obsolete and not used wxUSE_GENERIC_DIALOGS_IN_MSW has been removed
 
 
 OTHER CHANGES
@@ -220,6 +221,7 @@ All (GUI):
 - added wxKeyEvent::CmdDown() and wxMouseEvent::CmdDown()
 - implemented wxListCtrl::FindItem() for non-MSW (Robin Stoll)
 - added status bar fields styles support (Tim Kosse)
+- added samples/splash
 
 Unix:
 
@@ -260,6 +262,7 @@ wxMSW:
 - restored (and improved) possibility to use wx with MFC broken in 2.5.2
 - fixed wxTextCtrl::SetMaxLength for rich edit controls
 - fixed flat style for toolbars under XP, Windows Classic style
+- fixed truncation of transferred data in wxConnection under unicode build
 
 wxUniv/X11: