X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8bdc8a9c98bde50d25e6ecc27dd25ca147498cc9..f1a0855d24dd64a28c69b4ee9228daca724dcfa7:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index a03f1d283b..56730a7cde 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -72,6 +72,9 @@ Deprecated methods and their replacements - wxCreateGreyedImage() deprecated, use wxImage::ConvertToGreyscale() instead. - wxString::GetWriteBuf() and UngetWriteBuf() deprecated, using wxStringBuffer or wxStringBufferLength instead. +- wxDIRCTRL_SHOW_FILTERS style is deprecated, filters are alwsys shown if + specified so this style should simply be removed + Major new features in this release ---------------------------------- @@ -89,12 +92,15 @@ All: - Added wxEXEC_BLOCK flag (Hank Schultz) - Add support for wxStream-derived classes to wxRTTI (Stas Sergeev) - Added wxStreamBuffer::Truncate() (Stas Sergeev) +- Allow using wxEventLoop in console applications (Lukasz Michalski) All (GUI): - Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty) - Added wxDC::StretchBlit() for wxMac and wxMSW (Vince Harron) +- Added support for drop down toolbar buttons (Tim Kosse) - Added support for labels for toolbar controls (Vince Harron) +- Added wxMessageDialog::SetMessage() and SetExtendedMessage() - Added wxEventBlocker class (Francesco Montorsi). - Added wxFile/DirPickerCtrl::Get/SetFile/DirName() (Francesco Montorsi). - Added wxSizerFlags::Top() and Bottom(). @@ -110,6 +116,7 @@ All (GUI): - Add support for tags to wxrc - Support wxAPPLY and wxCLOSE in CreateStdDialogButtonSizer() (Marcin Wojdyr) - Show standard options in wxCmdLineParser usage message (Francesco Montorsi) +- Added wxRect::operator+ (union) and * (intersection) (bdonner) wxGTK: @@ -129,6 +136,7 @@ wxGTK: wxMac: - Better IconRef support (Alan Shouls) +- Added support for changing button labels in wxMessageDialog (Gareth Simpson) - Fix duplicate (empty) help menu in non-English programs (Andreas Jacobs) - Allow accelerators to be used with buttons too (Ryan Wilcox) - Support resource forks in wxCopyFile() (Hank Schultz) @@ -151,6 +159,8 @@ wxX11: All: - Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem) +- Fix wxStringOutputStream::Write() in Unicode build when the argument + overlaps UTF-8 characters boundary - Account for lines without newline at the end in wxExecute() All (Unix): @@ -160,6 +170,9 @@ All (Unix): All (GUI): - Allow status bar children in XRC (Edmunt Pienkowski) +- Fix memory leak in wxWizard when not using sizers for the page layout +- Added wxListCtrl::SetItemPtrData() +- wxHTML: Apply table background colour between the cells too (Michael Hieke) wxMSW: @@ -171,6 +184,7 @@ wxMSW: - Fixed bug in wxThread::Wait() in console applications introduced in 2.8.3 - Support right-aligned/centered owner drawn items in wxListCtrl (troelsk) - Compilation fixed with WXWIN_COMPATIBILITY_2_6==0 +- Fix wxComboCtrl colours under Windows Vista (Kolya Kosenko) wxGTK: