X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/781130bf6070ea8b93981ea95c1a786eefc2842e..f764e0ed58fbff7b85d20eeaaa6021fcbc1dea77:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index d254faba40..18d90526da 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -151,6 +151,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): @@ -161,6 +163,8 @@ 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: @@ -172,6 +176,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: