]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/CHANGES.txt
Some new interfaces in common code requires an updated module definition file.
[wxWidgets.git] / wxPython / CHANGES.txt
index 048efa6e537a753414ae84fb67e56a0ee1224433..ec6dc14ac8b87006220b3ed2a2044c218dba5516 100644 (file)
@@ -2,6 +2,31 @@ 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.
+
+Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave,
+wxMutexGuiLocker and wxThread_IsMain to assist with dealing with GUI
+access from non-GUI threads.
+
+wxPyOnDemandOutputWindow is now thread safe if non-GUI threads use
+print, sys.stdout.write, etc.
+
+
+
+
 2.2.6
 -----
 
@@ -9,6 +34,7 @@ No changes happened in the Python wrappers for this release, only
 changes and fixes in the wxWindows library.
 
 
+
 2.2.5
 -----