]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Switched to DECLARE_NO_COPY_CLASS
[wxWidgets.git] / wxPython / CHANGES.txt
index d9b2fc86f6de65328dcb0c9a357daaf9baca7f79..a8601642df1e17d04348307118f31b6f6c2e0ee7 100644 (file)
@@ -2,9 +2,41 @@ CHANGES.txt for wxPython
 
 ----------------------------------------------------------------------
 
+2.3.3
+-----
+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.
+
+Added wxPython.lib.rcsizer which contains RowColSizer.  This sizer is
+based on code from Niki Spahiev and lets you specify a row and column
+for each item, as well as optional column or row spanning.  Cells with
+no item assigned to it are just left blank.  Stretchable rows or
+columns are specified and work the same as in wxFlexGridSizer.
+
+Updated XRCed from Roman Rolinsky
+
+UNICODE!
+
+
+
+
 2.3.2.1
 -------
-
 Changed (again) how the Python global interpreter lock is handled as
 well as the Python thread state.  This time it works on SMP machines
 without barfing and is also still compatible with Python debuggers.