2009-09-23 11:05:52 +00:00
|
|
|
-------------------------------------------------------------------------------
|
2006-12-03 13:52:48 +00:00
|
|
|
wxWidgets Change Log
|
|
|
|
-------------------------------------------------------------------------------
|
2002-12-05 02:07:05 +00:00
|
|
|
|
2013-11-15 13:33:34 +00:00
|
|
|
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.
|
2013-11-21 13:47:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
3.1.0: (released 2014-xx-xx)
|
|
|
|
----------------------------
|
2013-11-23 00:34:55 +00:00
|
|
|
|
2013-12-31 14:03:34 +00:00
|
|
|
All:
|
|
|
|
|
|
|
|
- Add wxScopedArray ctor taking the number of elements to allocate.
|
|
|
|
|
2013-11-23 00:34:55 +00:00
|
|
|
All (GUI):
|
|
|
|
|
|
|
|
- XRC handler for wxAuiToolBar added (Kinaou Hervé).
|
2013-12-18 16:00:43 +00:00
|
|
|
- Add wxHtmlWindow::SetDefaultHTMLCursor() (Jeff A. Marr).
|
2013-12-18 16:00:21 +00:00
|
|
|
- Add default ctor and Create() to wxContextHelpButton (Hanmac).
|
2013-12-29 00:01:43 +00:00
|
|
|
|
2014-01-10 14:18:54 +00:00
|
|
|
wxGTK:
|
|
|
|
|
|
|
|
- Support building wxGTK3 under Windows (Kolya Kosenko).
|
|
|
|
|
2013-12-29 00:01:43 +00:00
|
|
|
wxMSW:
|
|
|
|
|
|
|
|
- Make wxFILTER_INCLUDE_LIST in wxTextValidator actually usable.
|