]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Update OpenVMS makefiles for WXMARKUP
[wxWidgets.git] / docs / changes.txt
index 211741fc5e15e39bbcb06fdc149ce0843b549b35..0bdb42ca0875cbf27630be6ce05e3be1446ce8a2 100644 (file)
@@ -451,6 +451,7 @@ All:
 - Added wxStack<> template class.
 - 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).
 
 Unix:
 
@@ -464,6 +465,7 @@ All (GUI):
 - Added wxUIActionSimulator (Steven Lamerton, GSoC 2010 project).
 - wxAUI: support auto-orientable toolbars (wsu).
 - wxAUI: add support for icons in pane title bars (triton).
+- Added wxPanel::SetBackgroundBitmap().
 - Added wxDataViewCtrl::Set/GetCurrentItem().
 - Added possibility to disable individual wxDataViewCtrl items (Neno Ganchev).
 - wxHTML: render in RTL order inside RTL window (Richard Bullington-McGuire).
@@ -491,12 +493,15 @@ All (GUI):
 - Fix SVG files generation in locales using decimal comma (snowleopard).
 - Fix setting tooltips for generic wxSpinCtrl (Catalin Raceanu).
 - Added support for reading image resolutions from PNG images (scottb).
+- wxComboCtrl, wxOwnerDrawnComboBox: better support for themed and custom
+  panel backgrounds, especially on OS X.
 
 GTK:
 
 - Improve print/page setup dialog (rafravago).
 - Switch to GtkTooltip from deprecated GtkTooltips (Emilien Kia).
-- wxTLW generates wxEVT_MAXIMIZE
+- wxTLW generates wxEVT_MAXIMIZE.
+- Fix copying clipboard data to primary selection (David Hart).
 
 MSW: