Merge branch 'dvc-markup'

Add support for using markup in wxDataViewCtrl items.
This commit is contained in:
Vadim Zeitlin
2016-06-16 17:49:54 +02:00
14 changed files with 322 additions and 46 deletions

View File

@@ -85,8 +85,10 @@ All (GUI):
- Fix vertical scrollbar visibility in wxStyledTextCtrl (yenwu, NewPagodi).
- Fix bug with not being able to select AUI tab after dragging.
- Make wxDataViewCtrl::Expand() expand ancestors in native ports too.
- Add wxDataViewTextRenderer::EnableMarkup().
- Add wxDataViewCtrl::SetHeaderAttr().
- Add wxListCtrl::SetHeaderAttr().
- Add support for using markup in wxDataViewCtrl text items.
- Implement auto complete in generic wxSearchCtrl (Eric Jensen).
wxGTK: