X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd35b09a3b4e044abb7fa9c704da649759789f81..9c329f86c647ab2544ec013472d934b8279f4cc9:/wxPython/docs/CHANGES.html?ds=inline diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html index 1d3f2ba28a..d85adfb72b 100644 --- a/wxPython/docs/CHANGES.html +++ b/wxPython/docs/CHANGES.html @@ -47,6 +47,16 @@ image (.dmg file) that users can just drag and drop to wherever they 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 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.

2.4.2.4

@@ -1201,7 +1211,7 @@ version segfault shortly after starting up.