Update bundled Scintilla version to 3.6.6.
This commit is contained in:
Vadim Zeitlin
2016-06-04 19:47:03 +02:00
49 changed files with 1106 additions and 754 deletions

View File

@@ -77,7 +77,7 @@ All (GUI):
- Add support for wxAuiManager and wxAuiPaneInfo to XRC (Andrea Zanellato).
- Add support for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL to XRC (ousnius).
- Update Scintilla to v3.6.3 (Paul Kulchenko).
- Update Scintilla to v3.6.6 (Paul Kulchenko).
- Fix bug with not being able to select AUI tab after dragging.
- Make wxDataViewCtrl::Expand() expand ancestors in native ports too.
- Add wxDataViewCtrl::SetHeaderAttr().