Merge native MSW appearance for AUI toolbars

Closes https://github.com/wxWidgets/wxWidgets/pull/200
This commit is contained in:
Vadim Zeitlin
2016-02-13 12:31:49 +01:00
19 changed files with 758 additions and 39 deletions

View File

@@ -168,7 +168,7 @@ wxGTK:
wxMSW:
- Make default wxSizer border DPI-aware.
- Implement native tab art for wxAUI (Tobias Taschner).
- Implement native appearance for wxAUI tabs and toolbars (Tobias Taschner).
- Improve wxMimeTypesManager open command detection (Eric Jensen).
- Make wxFILTER_INCLUDE_LIST in wxTextValidator actually usable.
- Fix handling crashes in wxEVT_PAINT event handlers.