]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Removed initial startup dependency on the OpenGL DLLs so only the
[wxWidgets.git] / wxPython / CHANGES.txt
index 048efa6e537a753414ae84fb67e56a0ee1224433..2551b7fe2655e7dfe4bb7c63c736038db1e3252a 100644 (file)
@@ -2,6 +2,24 @@ CHANGES.txt for wxPython
 
 ----------------------------------------------------------------------
 
+?????
+-----
+Removed initial startup dependency on the OpenGL DLLs so only the
+glcanvasc.pyd depends on them.
+
+Changed wxFont, wxPen, wxBrush to not implicitly use the
+wxThe[Font|Pen|Brush]List behind the scenes, but to use normal ctor
+and dtors.
+
+Exposed the wxThe[Font|Pen|Brush]List to wxPython.
+
+Also wxTheColourDatabase and added a library module (in the
+wxPython.lib.colourdb module) to load LOTS more colour names into the
+colour database.
+
+
+
+
 2.2.6
 -----
 
@@ -9,6 +27,7 @@ No changes happened in the Python wrappers for this release, only
 changes and fixes in the wxWindows library.
 
 
+
 2.2.5
 -----