From: Vadim Zeitlin Date: Sun, 23 Dec 2001 02:03:55 +0000 (+0000) Subject: sped up the mask creation by a factor of 40 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a99966fb326e6d5764bc5c964496650cceef050c?ds=inline sped up the mask creation by a factor of 40 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 77d35eaff7..2ed7d11e9e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -71,6 +71,7 @@ All: wxMSW: +- huge (40*) speed up in wxMask::Create() (=> much faster toolbar creation) - fixed flicker in wxTreeCtrl::SetItemXXX() - fixed redraw problems in dynamically resized wxStaticText - fixed wxProgressDialog for ranges > 65535