give credit to the author of the patch for adding wxImage options for PNG saving

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-02-17 10:26:07 +00:00
parent 2ec94d6b96
commit 13a6b8e650

View File

@@ -473,6 +473,7 @@ All (GUI):
added also the SetCharIncludes() and SetCharExcludes() utilities.
- Added wxIMAGE_OPTION_PNG_FILTER and many wxIMAGE_OPTION_PNG_COMPRESSION_* options
to wxImage and wxPNGHandler to allow for custom compression levels when saving PNGs
(Perdana Panduwana)
- Added GetValue(), GetRange(), GetMessage() functions to wxProgressDialog
- Moved yield functions to wxEventLoopBase and implemented for wxMSW and wxGTK
a selective wxEventLoopBase::YieldFor() function.