X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/224bf05c9b4a3a5d57794b96deff659616ee5503..4fa87bd948a00e9cc2a31a577663c344632f521c:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index a7316131c6..275767c36c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: