wxWidgets/docs/changes.txt
2014-01-21 18:39:14 +00:00

32 lines
1.0 KiB
Plaintext

-------------------------------------------------------------------------------
wxWidgets Change Log
-------------------------------------------------------------------------------
Note: This file contains the list of changes since wxWidgets 3.x, please see
docs/changes_30.txt for the changes in the previous versions.
3.1.0: (released 2014-xx-xx)
----------------------------
All:
- Add wxScopedArray ctor taking the number of elements to allocate.
All (GUI):
- XRC handler for wxAuiToolBar added (Kinaou Hervé).
- Add wxHtmlWindow::SetDefaultHTMLCursor() (Jeff A. Marr).
- Add default ctor and Create() to wxContextHelpButton (Hanmac).
- Send events when toggling wxPropertyGrid nodes from keyboard (Armel Asselin).
wxGTK:
- Support building wxGTK3 under Windows (Kolya Kosenko).
wxMSW:
- Improve wxMimeTypesManager open command detection (Eric Jensen).
- Make wxFILTER_INCLUDE_LIST in wxTextValidator actually usable.
- Fix handling of selected images in wxBitmapButton (Artur Wieczorek).