X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..a17305ea876e64131467348b24f25929f98986d7:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index cfaa93a461..a633e0bfa1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -439,6 +439,8 @@ Major new features in this release All: +- Use standard implementations of container classes by default, you need to + explicitly set wxUSE_STD_CONTAINERS to 0 to use wxWidgets implementations. - Added cwd and env arguments to wxExecute() (Emilien Kia). - Added "rest" argument to wxString::Before{First,Last}(). - Added wxThread::OnKill() and OnDelete() callbacks. @@ -452,6 +454,7 @@ All: - Added precision parameter to wxString::From[C]Double(). - Added wxThread::Wait() and Delete() "wait mode" parameter (Catalin Raceanu). - Allow showing milliseconds in wxLog time stamps (tan). +- Added support for processing instructions in wxXmlDocument (Nick Matthews). Unix: @@ -495,6 +498,8 @@ All (GUI): - Added support for reading image resolutions from PNG images (scottb). - wxComboCtrl, wxOwnerDrawnComboBox: better support for themed and custom panel backgrounds, especially on OS X. +- Add WXK_CONTROL_A..WXK_CONTROL_Z constants (Jan van Dijk). +- Add support for alpha channel in colours in wxSVGFileDC (snowleopard). GTK: @@ -502,6 +507,7 @@ GTK: - Switch to GtkTooltip from deprecated GtkTooltips (Emilien Kia). - wxTLW generates wxEVT_MAXIMIZE. - Fix copying clipboard data to primary selection (David Hart). +- Implement wxGraphicsContext::GetSize() (Marcin Wojdyr). MSW: @@ -512,6 +518,7 @@ MSW: - Fix wxBitmapButton best size determination broken in 2.9.1. - Center task dialog-based wxProgressDialog on the parent (John Roberts). - wxAutomationObject::GetInstance() creates objects on demand (Kolya Kosenko). +- Fix EVT_UPDATE_UI generation for items in submenus (wsu). OSX: