Handle alpha channel in wxImage::Mirror() and GetSubImage() (patch 1469817)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-04-16 21:37:39 +00:00
parent 2936a6b18c
commit 051924b886
2 changed files with 73 additions and 14 deletions

View File

@@ -106,6 +106,7 @@ All (GUI):
- wxCalendarCtrl positioning and hit-testing fixes for dimensions other than
best size.
- wxCalendarCtrl colour schema changed and adjusted to system settings.
- wxImage::Mirror() and GetSubBitmap() now support alpha (Mickey Rose)
- More checking of image validity before loading into wxImage.
- Added wxImage::ConvertToGreyscale.
- Added ability to use templates with static event tables