Merge branch 'dvc-persist' from iwbnwif

See https://github.com/wxWidgets/wxWidgets/pull/541
This commit is contained in:
Vadim Zeitlin
2017-12-15 00:28:16 +01:00
5 changed files with 414 additions and 4 deletions

View File

@@ -147,6 +147,7 @@ All (GUI):
- Fix position of the rectangle returned by wxDataViewCtrl::GetItemRect().
- Add wxDataViewRenderer::GetAccessibleDescription().
- Add wxDataViewCheckIconTextRenderer class.
- Implement persistence support for wxDataViewCtrl (iwbnwif).
- Improve wxImage::Scale() handling of pixels with alpha channel (Tim Kosse).
- Fix parsing of RGBA strings in wxColour (Laurent Poujoulat).
- Refactor code in wxQuantize() for MSVC to avoid crash.