X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff0d9d83cd088b9f7c925db8262f86674a320724..d2b23b67301bd2d286366d4326a21da3132558fa:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 3aec581896..cf5a647967 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -19,6 +19,13 @@ Changes in behaviour not resulting in compilation errors, please read this! other platforms in the future), use wxWindow::Navigate() or NavigateIn() instead. +- Sizers distribute only the extra space between the stretchable items + according to their proportions and not all available space. We believe the + new behaviour corresponds better to user expectations but if you did rely + on the old behaviour you will have to update your code to set the minimal + sizes of the sizer items to be in the same proportion as the items + proportions to return to the old behaviour. + Changes in behaviour which may result in compilation errors ----------------------------------------------------------- @@ -81,6 +88,7 @@ All: - Implemented wxMemoryInputStream::CanRead() - Added wxEXEC_BLOCK flag (Hank Schultz) - Add support for wxStream-derived classes to wxRTTI (Stas Sergeev) +- Added wxStreamBuffer::Truncate() (Stas Sergeev) All (GUI): @@ -101,6 +109,7 @@ All (GUI): - Added wxWindow::NavigateIn() in addition to existing Navigate() - Add support for tags to wxrc - Support wxAPPLY and wxCLOSE in CreateStdDialogButtonSizer() (Marcin Wojdyr) +- Show standard options in wxCmdLineParser usage message (Francesco Montorsi) wxGTK: @@ -139,10 +148,18 @@ wxX11: 2.8.4 ----- +All: + +- Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem) + All (Unix): - Handle socket shutdown by the peer correctly in wxSocket (Tim Kosse) +All (GUI): + +- Allow status bar children in XRC (Edmunt Pienkowski) + wxMSW: - Corrected wxStaticBox label appearance when its foreground colour was set: