X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f04ad14aa13420702fb4a04e376c53e533386d42..52f52ebc4e0be6a9899d328b08db9eb14629d219:/wxPython/docs/CHANGES.txt diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index d902cd1546..c692febd9a 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -51,9 +51,19 @@ want to put them. The wxWave class has been renamed to wxSound, and now has a slightly different API. -Updated the AnalogClockWindow with many enhancements from from -E. A. Tacão. +Updated the AnalogClockWindow with many enhancements from E. A. Tacão. +wxMac now has wx.ToggleButton! + +wx.stc.StyledTextCtrl has been update to version 1.58 of Scintilla. + +To help with the wx.stc.StyledTextCtrl performance issues on wxMac +I've added a SetUseAntiAliasing method (and GetUseAntiAliasing) too +that will turn off the use of antialiased fonts in the wxSTC, allowing +it to bypass the slow text measuring routines and use the fast and +simple one instead. By default the setting is turned off. When run +on OSX The Py* apps have a new item on the Options menu for +controlling this setting if you would like to experiment with it.