Commit Graph

5626 Commits

Author SHA1 Message Date
Robin Dunn
a118428670 Merge branch 'exclude-pillow' 2023-08-30 22:38:01 -07:00
Robin Dunn
e07dcb8733 Just remove the Pillow dependency until this issue can get worked out 2023-08-30 16:13:28 -07:00
Robin Dunn
e95b6c8b4e Pin pillow to < 3.0 until they add a Windows 32bit build or we drop it. 2023-08-29 18:35:09 -07:00
Robin Dunn
e01138a0bf add note about PGP signatures 2023-08-29 13:51:35 -07:00
Scott Talbert
e4fd9a3e04 Merge pull request #2443 from swt2c/safer_tar
Use new tarfile.extractall() filter for safer tarfile extraction
2023-08-04 17:28:56 -04:00
Scott Talbert
e5c92b3056 Use new tarfile.extractall() filter for safer tarfile extraction
The tarfile.extractall() filter argument was introduced in the most
recent CPython releases (e.g., 3.11.4) to avoid potential security
issues when extracting from potentially hostile tarballs.  Let's use
this option if it is available and provide a warning if it is now.
2023-08-03 16:25:07 -04:00
Scott Talbert
82b9b5b542 Merge pull request #2440 from swt2c/sip_6.7.10
Update sip to v6.7.11
2023-08-02 11:46:22 -04:00
Scott Talbert
d17fff1795 Update sip to v6.7.11 2023-08-02 08:54:22 -04:00
Scott Talbert
1f82021f38 Merge pull request #2441 from swt2c/fix_cython3_support
Fix compatibility with Cython 3.0.0
2023-07-25 14:50:39 -04:00
Scott Talbert
aeb557d01e Fix compatibility with Cython 3.0.0
Remove unused import which seems to be removed in Cython 3.
2023-07-25 12:42:32 -04:00
Scott Talbert
dac1e86423 Merge pull request #2018 from pauldmccarthy/mnt/wx-lib-agw-aui-mac-theme
MNT: Remove legacy macOS logic, and use wx.SystemSettings to select default colours
2023-07-19 12:22:02 -04:00
Scott Talbert
83db65a23c Merge pull request #2438 from swt2c/prefer_binary
Try preferring binary to fix Windows CI
2023-07-15 08:58:58 -04:00
Scott Talbert
d7a201df4f Try preferring binary to fix Windows CI 2023-07-14 20:38:01 -04:00
Scott Talbert
74e34c7a2c Merge pull request #2425 from konstantinbo/fix-dataviewcheckicontextrenderer
Fix dataviewcheckicontextrenderer
2023-07-14 17:09:41 -04:00
Scott Talbert
371101db7a Handle wxGLCanvas::CreateSurface which is only available on EGL 2023-07-14 14:28:12 -04:00
Scott Talbert
9cfb59d38d Update wxWidgets reference for wxDataViewCheckIconText documentation 2023-07-11 19:27:27 -04:00
Scott Talbert
8e05612415 Merge pull request #2412 from davidfstr/f/fix_shortcut_demo
demo: ShortcutEditor: Fix broken call GetMenuBar()
2023-07-11 19:15:56 -04:00
Scott Talbert
04029bf6f1 Merge pull request #2436 from jmoraleda/freezeto-gridlabelrenderer
Bugfix. Display correct labels in GridWithLabelRenderersMixin when the grid contains frozen rows or columns
2023-07-11 19:15:29 -04:00
Scott Talbert
289a2fa509 Merge pull request #2360 from tianzhuqiao/agw_auinotebook_blurry_tab
Fix blurry text in AuiNotebook tab.
2023-07-11 15:26:17 -04:00
Jorge Moraleda
40f8595a0c Add support for frozen rows and columns to GridWithLabelRenderersMixin 2023-07-09 21:50:38 -04:00
Scott Talbert
b67eef2589 Merge pull request #2434 from swt2c/wximage_clear_pyint
Set missing pyInt on wxImage.Clear
2023-07-06 14:45:03 -04:00
Scott Talbert
cee1118577 Merge pull request #2430 from Ailothaen/dirbrowsebutton_initialvalue
Addition of initialValue parameter to DirBrowseButton constructor
2023-07-06 13:17:34 -04:00
Scott Talbert
db2cef94d0 Set missing pyInt on wxImage.Clear
Fixes #2433.
2023-07-06 12:47:27 -04:00
Ailothaen
ee185422c6 Added initialValue argument to DirBrowseButton constructor and improved documentation 2023-06-29 21:56:30 +02:00
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
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