]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Corrected points to pixels calculation
[wxWidgets.git] / wxPython / CHANGES.txt
index 7417c75b3a201288e53f9704d3c71532302fe594..1097a4f9388915549cfa44ad40e03beac0f8c287 100644 (file)
@@ -8,6 +8,19 @@ Added wxSplashScreen.
 
 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.