]> git.saurik.com Git - wxWidgets.git/commitdiff
give credit to the author of the patch for adding wxImage options for PNG saving
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 17 Feb 2009 10:26:07 +0000 (10:26 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Tue, 17 Feb 2009 10:26:07 +0000 (10:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index c8b5cc79258912c0d255631ba30ffbe9efaadb78..f83035377700787bb50305ab5ba49fba2048d673 100644 (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.