b72899d142
Key events with modifiers shouldn't be filtered by the validator as they are used as accelerators and not for the text entry at all. Closes #15777. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 lines
741 B
Plaintext
25 lines
741 B
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 (GUI):
|
|
|
|
- XRC handler for wxAuiToolBar added (Kinaou Hervé).
|
|
- Add wxHtmlWindow::SetDefaultHTMLCursor() (Jeff A. Marr).
|
|
- Add default ctor and Create() to wxContextHelpButton (Hanmac).
|
|
|
|
wxGTK:
|
|
|
|
- Don't intercept accelerators in wxTextValidator.
|
|
|
|
wxMSW:
|
|
|
|
- Make wxFILTER_INCLUDE_LIST in wxTextValidator actually usable.
|