X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0979bd01610811c2a2a818ef473686cf058cb365..a8cb1a4947bbbf5e18ce52448f4c3bb4cff4daee:/wxPython/docs/CHANGES.html diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index e48a9979bd..653b3bf064 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -11,7 +11,35 @@
wx.ListCtrl: patch #1210352, fixes editing in generic wx.ListCtrl with +wx.LC_EDIT_LABELS.
+Applied patch #208286, MediaCtrl DirectShow rewrite.
+DocView patches from Morgan Hua: bug fixes, and additional SVN +commands, also added a default template that uses the text editor for +any unknown file type.
+wxMSW: Use the system IDC_HAND cursor for wx.CURSOR_HAND and only fallback +to the strange wxWidgets version if the system one is not available.
+wx.grid.Grid: Merge the cell size attribute the same way that other +attributes are merged, e.g., if it is already set to a non-default +value in the current GridCellAttr object then don't merge from the +other.
+wx.lib.evtmgr: Fixed to use wx._core._wxPyDeadObject
+wx.lib.gridmovers: Don't scroll when the mouse is dragged outside of +the grid, unless the mouse is kept in motion.
+wxMSW: Applied patch #1213290 incorrect logic in +wx.TopLevelWindow.ShowFullScreen.
+Applied patch #1213066 correct device names for Joystick in Linux.
+wxGTK: Applied patch #1207162 wx.TextCtrl.SetStyle fix for overlapping +calls.
+wx.FileConfig: fixed DeleteEntry to set the dirty flag properly so the +change will get written at the next flush.
+Added the ActiveGrid IDE as a sample application.
wxPython on OSX can now be built in Unicode mode, can support multiple version installs, and comes with an uninstaller script.
Floats are allowed again as function parameters where ints are expected.
Added wxMaskedNumCtrl.
Added Chris Barker's FloatCanvas.
Added wxCursorFromBits.
Updated pycolourchooser.
Updated to 0.9b of PyCrust.
Fixed typemaps for wxGridCellCoordsArray.
Updated to the 0.9a version of PyCrust
Added wxIntCtrl from Will Sadkin.
Added wxPyColourChooser by Michael Gilfix.
Added function wrappers for the common dialogs from Kevin Altis. See wxPython/lib/dialogs.py for more details.
Added wxPython.lib.mixins.rubberband module from Robb Shecter.
Added wxTimeCtrl from Will Sadkin.
Added some patches from library contributors.
Fixed img2py to work correctly with Python 2.1.
Added enhanced wxVTKRenderWindow by Prabhu Ramachandran