You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This release was built using the wxWidgets' v3.2.8.1 release tag. The only exception is that libtiff and pcre2 bundled with wxWidgets are updated to the versions from the wxWidgets master branch (libtiff 4.7.0 and pcre2 10.44).
23
24
25
+
* Fix using `setuptools.build_meta` backend (#2732)
26
+
27
+
* Fix EOL style in wx.py.editwindow.py (#2741)
28
+
29
+
* Replace imp with types in wx.py.editor.py (#2745)
30
+
31
+
* Fix floatcanvas Text.ShiftFunDict: convert float to int (#2749)
32
+
33
+
* Fix up/down option not working on the initial search in wx.py.frame (#2747)
34
+
35
+
* Fix floatcanvas Arrow, Point, Bitmap drawings (#2750)
36
+
37
+
* Officially support and build wheels for Python 3.14 and Windows 11 ARM
38
+
39
+
* Fix crash when calling wx.SystemSettings.GetAppearance() without App (#2771)
40
+
41
+
* Enable whole word search in wx.py.editwindow (#2769)
42
+
43
+
* Add MaxSize limit to ScaledBitmap drawing in FloatCanvas (#2768)
44
+
45
+
* Fix more OGL float/int conversion issues (#2739)
46
+
47
+
* Major speedups and bug fixes to CustomTreeCtrl and HyperTreeList (#2088)
48
+
49
+
* Fix duplicated string constants in wx.propgrid (#2790)
50
+
51
+
* Add non-zero width and height to default tab size to avoid wxWidgets warning in wx.lib.agw.aui.auibook (#2788)
52
+
53
+
* Fix SetHeaderHeight in UltimateListCtrl (#2239)
54
+
55
+
* Add ScrollLeft and ScrollDown to PlotCanvas (#2795)
56
+
57
+
* Add sample of PlotCanvas usage (#2794)
58
+
59
+
* Fix a linker issue with GCC 16+ and wxHelpControllerBase (#2807)
0 commit comments