X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/769a9cb2b8cca8e098a43fab7793cfbb5e987374..0a68bc69086f122b9f7166f505c415db9ee21afe:/wxPython/CHANGES.txt?ds=sidebyside diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 110a9a021b..1097a4f938 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -14,6 +14,14 @@ 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