]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Remove duplicate fields in wxTextCtrl / wxTextEntry. Fixes #11618.
[wxWidgets.git] / docs / changes.txt
index 680b9e952262f0b310f460d45b5ee5f5f4820b49..6099ceade00aef7e2d1973a4b64e630dd2bd85f5 100644 (file)
@@ -435,6 +435,7 @@ All:
 - wxDateTime timezone functions now dynamic (no caching).
 - Added wxHttp::GetCookie and wxHttp::HasCookies (dodge).
 - Added support for unique volume names to wxFileName (Neno Ganchev).
+- Correct bugs when using wxTextInputStream with wxConvAuto (Leon Buikstra).
 
 Unix:
 
@@ -445,6 +446,7 @@ All (GUI):
 
 - Added support for showing bitmaps in wxButton.
 - Added wxInfoBar.
+- Added stretchable spaces support to wxToolBar.
 - Added support for corner, row and column headers renderers to wxGrid.
 - wxWindow::SetAutoLayout() now works for all windows, not just panels.
 - Support wxListCtrl columns, items and image lists in XRC (Kinaou Hervé).
@@ -470,14 +472,16 @@ All (GUI):
   HasScrollbar() really check for the scrollbar existence.
 - Added wxKeyEvent::IsKeyInCategory() (Jeff Tupper).
 - Add A0 and A1 paper formats support (Martin Perktold).
-- Fixed wxOwnerDrawComboCtrl popup size on Mac (scrollbars were always shown).
-- Fixed wxOwnerDrawComboCtrl focus problem on Mac (first-time popup
+- Fixed wxComboCtrl popup size on Mac (scrollbars were always shown).
+- Fixed wxComboCtrl focus problem on Mac (first-time popup
   dismissed immediately as text control grabbed the focus).
 - wxPropertyGrid: added wxPG_EX_MULTIPLE_SELECTION.
 - wxPropertyGrid: added functions for editing property labels.
-- wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_NO_TOOLBAR_DIVIDER
-  and wxPG_EX_TOOLBAR_SEPARATOR styles for finer control over borders.
-  Borders around property grid are now native for consistency.
+- wxPropertyGridManager: added wxPG_NO_INTERNAL_BORDER,
+  wxPG_EX_NO_TOOLBAR_DIVIDER and wxPG_EX_TOOLBAR_SEPARATOR styles for finer
+  control over borders. Borders around property grid are now native for
+  consistency.
+- Added wxPropertyGridManager::ShowHeader().
 - Added wxXmlResource::LoadObjectRecursively().
 - Added wxColour::Set/GetRGB() and Set/GetRGBA() methods (Marcel Haß).
 - wxRTC: added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler to use CSS