X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce914f7319a5946f49da4c06e95be94dcd49611e..3216dbf5dccab8ed6dc0245b7e5c998738ef51d7:/wxPython/CHANGES.txt diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index e51d37deac..1097a4f938 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -10,6 +10,18 @@ Added wxGenericDirCtrl. Added wxMultiChoiceDialog. +The calltip window and autocomplete window in wxSTC will now use a +wxPopupWindow if available so they can extend beyond the client area +of the STC if needed. + +Finished wrapping and providing typemaps for wxInputStream and also +added the stream ctor and other methods for wxImage so images can now +be loaded from any Python "file-like" object. + +Changed the img2py tool to use PNG instead of XPM for embedding image +data in Python source code, and the generated code now uses streams to +convert the image data to wxImage, wxBitmap, or wxIcon. + 2.3.2.1