6008 Commits

Author SHA1 Message Date
Scott Talbert
c4d2ceed55 Merge pull request #2429 from reticulatus/ulc_movetoitem_division_fix
UltimateListCtrl - Fix arg TypeError when moving to item with variable row height not set
2023-06-29 10:07:50 -04:00
richardt
54981636c5 Fix arg TypeError when moving to item with variable row height not set 2023-06-29 14:39:47 +01:00
Konstantin Bolshakov
d49c6934cf Added unittest for DataViewCheckIconTextRenderer and DataViewCheckIconText 2023-06-27 14:07:21 +02:00
Konstantin Bolshakov
1236562af5 Add proper support for DataViewCheckIconTextRenderer 2023-06-27 14:07:00 +02:00
Scott Talbert
f4db521a37 Merge pull request #2417 from reticulatus/ulc_column_header_images_fix
UltimateListCtrl - Fix arg type error when drawing image in column header
2023-06-13 15:04:31 -04:00
richardt
a1779b3ad1 Fix arg type error when drawing image in column header 2023-06-13 18:46:13 +01:00
Scott Talbert
567eb5f3b0 Merge pull request #2415 from reticulatus/ultimatelistctrl_rect_floats_fixes
UltimateListCtrl - Fix floor division so floats are not passed to wx.Rect()
2023-06-12 09:06:54 -04:00
richardt
e5fe26ab1f Fix floor division so floats are not passed to wx.Rect() 2023-06-11 16:11:30 +01:00
Robin Dunn
a5bb3d9b87 Bump version number 2023-06-07 19:27:55 -07:00
Robin Dunn
59e2a57906 Updates for HOWTO-Release.txt 2023-06-07 19:13:51 -07:00
Robin Dunn
21bf66f3eb Oops, forgot Py 3.12 for macosx wxPython-4.2.1 2023-06-06 18:31:16 -07:00
Robin Dunn
6bb8c18ce7 Remove alpha tag from the version number 2023-06-06 14:12:40 -07:00
Robin Dunn
e4410eea8c More Dockerfile fixes 2023-06-06 14:10:26 -07:00
Robin Dunn
617418383c Update release date 2023-06-05 11:34:35 -07:00
Robin Dunn
54b5aa7110 Merge pull request #2407 from wxWidgets/build-updates2
Build updates 2
2023-06-04 22:56:25 -07:00
Robin Dunn
ae35c5e40b Merge pull request #2405 from oleksis/classifier-3.11
Add 3.11 in classifiers
2023-06-03 10:45:36 -07:00
Robin Dunn
cf3400fc1d Assign jobs to the windows-3 builder 2023-06-02 14:33:27 -07:00
Robin Dunn
69e834a6c1 Add windows buildbot worker 2023-06-02 14:28:52 -07:00
arjones6
5ad1e922af Merge branch 'wxWidgets:master' into master 2023-06-02 17:04:59 -04:00
Robin Dunn
a728fa14a9 Add and update docker images 2023-06-02 12:07:25 -07:00
Robin Dunn
8bdbeb7fec Enable building a source archive without the sphinx files. This enables a source archive to be made without a full build. 2023-06-02 07:42:24 -07:00
Oleksis Fraga Menéndez
1f09b20850 Add 3.11 in classifiers 2023-06-02 06:31:55 -04:00
Robin Dunn
af85b5811b Merge pull request #2404 from wxWidgets/build-updates
Build updates
2023-05-31 20:55:41 -07:00
Robin Dunn
a5480e537d Py 3.12 syntax fix 2023-05-31 17:31:02 -07:00
Robin Dunn
35d78fb04d Add builders for 3.12 2023-05-31 17:09:14 -07:00
Scott Talbert
7f35fb72ff Update Cython to 0.29.34 for Python 3.12 support
(cherry picked from commit 757de9d23a)
2023-05-31 16:34:56 -07:00
Scott Talbert
29520a122a Replace use of deprecated PyUnicode APIs
(cherry picked from commit 2631eecb60)
2023-05-31 16:34:56 -07:00
Robin Dunn
ae6f5596d7 Reenable win32 builds 2023-05-31 16:32:42 -07:00
Robin Dunn
b1c55639df No numpy yet for Python 3.12 2023-05-31 16:32:42 -07:00
Robin Dunn
dd2164acfc Add builders for Python 3.11 2023-05-31 16:32:42 -07:00
Scott Talbert
10ceae2278 Merge pull request #2403 from mprosperi/fi-TypeError-in-wx.lib-ogl
wx.lib.ogl: fix float->int compatibility for py3.10+ (also fixes #2349)
2023-05-31 09:53:26 -04:00
mprosperi
1d2eb2e39d fix float->int compatibility for py3.10+ (also fixes #2349) 2023-05-31 15:39:33 +02:00
mprosperi
6e36ffa377 fix TypeError in wx.lib.agw.flatnotebook for py3.10+ (included #2210) (#2395)
* fix TypError in wx.lib.agw.flatnotebook for py3.10+ (included #2210)

* replaced round() with int()

---------

Co-authored-by: mprosperi <m.prosperi@paneido.com>
2023-05-24 16:00:38 -04:00
Scott Talbert
0ea1c4c6cf Merge pull request #2397 from mprosperi/fix-auibook-TypeError
fixes #2208 - TypeError with py3.10+
2023-05-24 15:57:31 -04:00
mprosperi
25b0e2139e fixes #2208 2023-05-23 21:31:14 +02:00
David Foster
2117602aea demo: ShortcutEditor: Fix broken call GetMenuBar() 2023-05-20 08:01:05 -04:00
Scott Talbert
33cabe97b7 Merge pull request #2387 from Apteryks/fix-pygauge-on-python-3.10
agw: Fix TypeError caused by floats with Python 3.10 extensions.
2023-05-01 15:18:06 -04:00
Maxim Cournoyer
5d9f7aa185 agw: Fix TypeError caused by floats with Python 3.10 extensions.
This fixes the following error:

   File "/lib/python3.10/site-packages/wx/lib/agw/pygauge.py", line 380, in OnPaint
       dc.DrawText(drawString, textXPos, textYPos)
   TypeError: DC.DrawText(): arguments did not match any overloaded call:
     overload 1: argument 2 has unexpected type 'float'
     overload 2: argument 2 has unexpected type 'float'
   TimeLeft: 3.0

Visible when using Python 3.10 or newer.
2023-05-01 13:53:55 -04:00
Scott Talbert
fe944166d8 Merge pull request #2381 from swt2c/sip_6.7.9
Update sip to v6.7.9
2023-04-26 14:34:09 -04:00
Scott Talbert
3f81a62cce Update sip to v6.7.9 2023-04-26 10:32:05 -04:00
Scott Talbert
37b420da5d Merge pull request #2379 from jmoraleda/update-wxwidgets-3.2.2.1
Update bundled wxWidgets to v3.2.2.1
2023-04-22 17:07:43 -04:00
Scott Talbert
c5c0a3e3b4 Merge pull request #2380 from swt2c/deprecated_setuptools
Remove deprecated setuptools options use_2to3 and license-file
2023-04-21 20:28:16 -04:00
Scott Talbert
87b606aa04 Remove deprecated setuptools options use_2to3 and license-file 2023-04-21 17:10:54 -04:00
Jorge Moraleda
1746daa62e Update bundled wxWidgets to v3.2.2.1 2023-04-20 11:20:49 -04:00
arjones6
dae19056a8 Update flatmenu.py
flatmenu memory usage improvements
2023-04-11 11:55:54 -04:00
Kazuya O'moto
1563d3e1f0 Don't watch DropTarget
Windows bug fix
    https://github.com/wxWidgets/Phoenix/issues/2043
2023-03-06 22:07:12 +09:00
Tianzhu Qiao
86bd21007a Fix blurry text in AuiNotebook tab. 2023-03-03 17:34:51 -08:00
Scott Talbert
2f2624b17d Merge pull request #2354 from komoto48g/introspection
Fix wx.py.shell.Shell calltip
2023-03-03 17:30:13 -05:00
Scott Talbert
986d79b94e Merge pull request #2355 from komoto48g/agw-pyprog
Fix `agw.ProgressGauge` pen colour
2023-02-28 17:03:48 -05:00
Scott Talbert
f370f70b1c Merge pull request #2357 from timrid/numpy-v1.20-deprecations
Since numpy 1.20 the aliases `np.int` and `np.float` are deprecated (…
2023-02-28 10:21:30 -05:00