X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6493aacaeb7b22b9fa35c559f7753e9fec0da71f..f644bc116bbe46d6ab609a44c05835dc4d87ba02:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 01d4dbd982..d83e47d4ce 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -40,6 +40,7 @@ All: - Many fixes for UTF-16/32 handling in Unicode builds - wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag. - Added wxStandardPaths::GetResourcesDir() and GetLocalizedResourcesDir() +- Added wxStandardPaths::GetDocumentsDir() (Ken Thomases) - Added wxStringTokenizer::GetLastDelimiter(); improved documentation. - Fixed wxTextFile in Unicode build - Speed improvements to wxRegEx when matching is done in a loop such as @@ -127,6 +128,7 @@ All (GUI): - Added support for links to wxHtmlListBox; use code has to override wxHtmlListBox::OnLinkClicked() to take advantage of it. - Added an easier to use wxMenu::AppendSubMenu() +- wxString <-> wxColour conversions in wxColour class (Francesco Montorsi). wxMSW: