X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41abc29aa6d7a44cbf4e01b05d239868e216e4af..125afca0c0e4d060cb0edbf0c498048f7cb66c13:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 84b20935c6..01526ba6a9 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -522,9 +522,11 @@ All: - Implement wxThread::SetConcurrency() for POSIX systems (Igor Korot). - Fix deadlock due to too many events in Unix console apps (Lukasz Michalski). - Added wxDir::GetNameWithSep(). +- Allow unloading wxPluginLibrary objects in any order (manyleaves). All (GUI): +- Add wxGrid::Render() for printing wxGrid (John Roberts). - Added strike-through support to wxFont (Igor Korot). - Add support for horizontal mouse wheel events to MSW and GTK (Lauri Nurmi). - Fix infinite loop in wxHtmlEasyPrinting when trying to page break images @@ -556,6 +558,9 @@ All (GUI): - Added custom text and dimension scaling to wxRichTextCtrl. - Added pixel font size capability to wxTextAttr and wxRichTextCtrl. - Fully implement wxStyledTextCtrl::PositionToXY() (troelsk). +- Added wxDataViewListCtrl::{Set,Get}ItemData(). +- Added wxDataViewListCtrl::GetItemCount() (Kry). +- Added support for Korean Johab and Vietnamese encodings (jank9201). GTK: