Commit Graph

  • b2643a8ae5 Merge pull request #2722 from swt2c/build_wxwidgets_newer_libtiff Scott Talbert 2025-04-09 11:09:55 -04:00
  • bc1c9ce174 Build wxWidgets with libtiff v4.7.0 and pcre v10.44 Scott Talbert 2025-03-19 20:13:32 -04:00
  • d0058a3232 Merge pull request #2728 from komoto48g/fix-introspect Scott Talbert 2025-03-31 09:35:31 -04:00
  • 605e77bb73 Fix for #2239 Andrea Gavana 2025-03-31 14:14:42 +02:00
  • 636dab57b8 Add a few more dunders Clean up comments Kazuya O'moto 2025-03-30 02:33:51 +09:00
  • fbd25d56fc Change special_attrs from PY2 to PY3 Kazuya O'moto 2025-03-30 01:24:07 +09:00
  • d6b6c3c0fd Add NL token type check to getRoot Kazuya O'moto 2025-03-29 20:10:35 +09:00
  • 4247674c0b Update wxWidgets to v3.2.7.1 release Scott Talbert 2025-03-19 20:00:40 -04:00
  • c9f0e39100 Add support for building on Windows ARM64 Scott Talbert 2025-01-02 20:04:16 -05:00
  • 98065e7e21 Remove issue template config.yml (not needed?) Scott Talbert 2025-03-16 18:37:23 -04:00
  • 37b8dd6019 Rename issue template to bug report and move to new folder Scott Talbert 2025-03-16 18:35:30 -04:00
  • 7ff42aece2 Try again to fix issue template Scott Talbert 2025-03-16 18:19:59 -04:00
  • bd7304a7c9 Fix GitHub issue template (hopefully) Scott Talbert 2025-03-16 18:18:48 -04:00
  • 80d9b1dddd Merge pull request #2668 from lojack5/type-stubs Scott Talbert 2025-03-14 21:29:35 -04:00
  • a9ff325055 Merge pull request #2716 from komoto48g/py-test-patch Scott Talbert 2025-03-14 21:13:07 -04:00
  • 39045d9fe8 Fix assert_ to assertTrue Kazuya O'moto 2025-03-15 00:51:30 +09:00
  • d92db14141 Fixup from conflict resolution lojack5 2025-03-13 23:00:49 -06:00
  • 3c6854c138 squash lojack5 2025-01-17 03:40:41 -07:00
  • 68f75d28dc Fixup: using incorrect method names in some cases where they have been renamed lojack5 2025-01-17 03:29:41 -07:00
  • 2071ae765d Fixup: functions were being generated as if they were methods (had a 'self' parameter) lojack5 2025-01-17 03:18:41 -07:00
  • fa2d1af340 Squash - cleanup imports lojack5 2025-01-17 01:46:05 -07:00
  • bca7d10602 Implement hinting for types that are automatically converted This handles any type with a defined .convertFromPyObject set in its sip generator. lojack5 2025-01-17 00:23:08 -07:00
  • 03d7f1e8c9 reworks how typed-argstrings are handled lojack5 2025-01-16 22:15:13 -07:00
  • e76f298bf1 Fix for RichTextLineVector: This one has probably been in the generated type-stub for ages. One of the base classes in the generated stub was generated as RichTextLine*. lojack5 2025-01-12 04:33:22 -07:00
  • 58317175cd Correct incorrect remove of wx from argument names lojack5 2025-01-12 03:27:53 -07:00
  • 86546a4230 generate properties in stubs using decorator syntax where possible lojack5 2025-01-12 01:54:12 -07:00
  • 58d5b6a27d mark values #defineed as true or false in the type-stubs as bool. lojack5 2025-01-11 23:22:57 -07:00
  • c6cd496e7d Mark subclasses of wx.TopLevelWindow as allowing None for their parent argument. lojack5 2025-01-11 23:21:06 -07:00
  • 1fe85a8907 mark stubs for __bool__ and __nonzero__ as returning bool. lojack5 2025-01-11 22:27:05 -07:00
  • 62f820a8cf Fixups for buildings docs (sphinx_generator): - Remove typehints from argsString before checking signature - lie and detect _from, _is, and _def as from, is, and `def for signature validating purposes - Fix: don't remove const from identifiers containing const (eg: constraint) lojack5 2025-01-11 21:44:57 -07:00
  • f49f0b446d Merge pull request #2695 from neofelis2X/docs_sphinx_latest Scott Talbert 2025-03-02 19:50:39 -05:00
  • f74f7ab9f8 Merge pull request #2702 from swt2c/macos_build_arches_separately Scott Talbert 2025-02-28 12:58:34 -05:00
  • e91fa5e559 Build macOS architectures separately for CI and wheels Scott Talbert 2025-02-27 20:19:51 -05:00
  • ba92977486 Remove -arch flags from LDSHARED flags from distutils on macOS Scott Talbert 2025-02-26 20:25:10 -05:00
  • 1766336e55 Don't enable wxWidgets universal binary build by default Scott Talbert 2025-02-09 19:44:03 -05:00
  • 1219d1e896 fixup! Docs: add script that sorts wxStyledTextCtrl into categories neofelis2X 2025-02-27 18:55:45 +01:00
  • 828abb434c Update CI/CD to handle normalized wheel names with setuptools 75.8.1 Scott Talbert 2025-02-26 22:55:06 -05:00
  • 9b901a6a09 Merge pull request #1950 from seanbudd/fix-scrolledpanel-tabbing Scott Talbert 2025-02-26 22:35:21 -05:00
  • 1a982a2b76 fixup! Docs: update linux doxygen md5 hash neofelis2X 2025-02-27 02:47:56 +01:00
  • 7766e8a107 Docs: add missing dependencies to workflow neofelis2X 2025-02-27 02:23:18 +01:00
  • 6e43326a62 Docs: bump python version to 3.13 in the workflow neofelis2X 2025-02-26 21:23:33 +01:00
  • b79e8ca47c fixup! Docs: save inheritance diagrams as svg and small design changes neofelis2X 2025-02-26 21:11:59 +01:00
  • 376b447ccb fixup! Docs: remove explicid install of sphinx dependencies neofelis2X 2025-02-25 22:53:56 +01:00
  • 4270f9235c Docs: update linux doxygen md5 hash neofelis2X 2025-02-24 23:31:49 +01:00
  • 86944f5dbb Docs: save inheritance diagrams as svg and small design changes neofelis2X 2025-02-14 17:17:26 +01:00
  • 38d27c62b4 Docs: add libclang to gitignore which can come with doxygen 1.9 neofelis2X 2025-02-08 14:27:11 +01:00
  • fe7ad1a0a1 Docs: fix sphinx (win) could not handle spaces in path neofelis2X 2025-02-08 14:24:54 +01:00
  • aa5d3f0996 refactor getTool and add support for .tar.bz2 files neofelis2X 2025-02-03 02:40:54 +01:00
  • 6f2ca2b5e5 Docs: fix various minor sphinx parsing issues neofelis2X 2025-02-01 15:21:06 +01:00
  • c6311b6332 Docs: add script that sorts wxStyledTextCtrl into categories neofelis2X 2025-02-01 15:19:10 +01:00
  • 0260250cea Docs: fix sphinx error which can't find image path on windows neofelis2X 2025-01-29 11:43:40 +01:00
  • 783d683f1d Docs: add sticky header and correct z-order of elements neofelis2X 2025-01-29 02:52:03 +01:00
  • f1b73e07dc Docs: better flow for sidebar elements neofelis2X 2025-01-29 02:15:06 +01:00
  • b1a931a34b Docs: fix a sphinx warning by stripping trailing whitespace from ref neofelis2X 2025-01-27 21:03:47 +01:00
  • 78c40585d8 Docs: move a layout tweak from postprocessor to generator neofelis2X 2025-01-27 21:01:57 +01:00
  • 51a92d613e Docs: update template and css for control screenshots in the docs neofelis2X 2025-01-26 00:33:36 +01:00
  • 2b97171728 Docs: fix 2 small errors in sphinx REST files neofelis2X 2025-01-24 14:57:42 +01:00
  • 171b201928 Docs: fix external link to numpy documentation neofelis2X 2025-01-24 14:56:10 +01:00
  • e3ba6d8c8c Docs: remove outdated modindex entry in sphinx conf neofelis2X 2025-01-24 14:55:31 +01:00
  • 47acaddbe7 Docs: remove explicid install of sphinx dependencies neofelis2X 2025-01-23 14:51:39 +01:00
  • c08cb26c35 Docs: doc2dash now needs file-extension added to the --name neofelis2X 2025-01-23 14:49:39 +01:00
  • cd0429f8dd Docs: small fixes for css and templates neofelis2X 2025-01-23 03:16:43 +01:00
  • 2a2179f396 Docs: update postprocessing to account for sphinx v8 neofelis2X 2025-01-23 02:51:35 +01:00
  • 7953f5bba8 Docs: fixes and updates to sphinx configuration neofelis2X 2025-01-22 20:45:00 +01:00
  • 06e8b9917b Docs: write sphinx warnings to log file in html directory neofelis2X 2025-01-22 20:43:50 +01:00
  • 6038fc2709 Docs: fix python warning about invalid escape sequence neofelis2X 2025-01-22 20:40:48 +01:00
  • 528f64e939 Docs: convert sphinx theme.conf to theme.toml neofelis2X 2025-01-22 20:39:11 +01:00
  • 85c984f5b5 Docs: update method formatting in css neofelis2X 2025-01-22 20:26:00 +01:00
  • aa8c03aed1 Docs: remove alabaster, add jquery as sphinx dependecies neofelis2X 2025-01-21 01:20:37 +01:00
  • b7c921bdf5 Docs: test with Doxygen 1.9.1, same version as wxWidgets uses neofelis2X 2025-01-21 01:11:06 +01:00
  • d08619ea80 Docs: unpinned sphinx dependencies neofelis2X 2025-01-21 01:08:02 +01:00
  • 13ff1cd054 Docs: replaced deprecated getargspec neofelis2X 2025-01-21 01:05:27 +01:00
  • 4b3c2b8bd1 add venv and macos DS_Store to gitignore neofelis2X 2025-01-20 12:42:04 +01:00
  • 5a13d13c31 Fix float -> int conversion issues in wx.lib.fancytext Scott Talbert 2025-02-12 22:48:55 -05:00
  • fc49fa35ec Update sip to v6.10.0 Scott Talbert 2025-02-09 19:16:45 -05:00
  • de9aa4be5b Update SIP ABI version to 12.14 Scott Talbert 2025-02-09 17:50:08 -05:00
  • b671bef2ab Fix a few numpy renames missed in 95cafd1 Scott Talbert 2025-02-09 22:12:37 -05:00
  • ea1d541ef4 Update waf to v2.1.5 Scott Talbert 2025-02-09 17:12:53 -05:00
  • d19bd20836 Merge pull request #2698 from echoix/numpy-fixes Scott Talbert 2025-02-09 17:04:32 -05:00
  • ad0dfcc0cf Merge pull request #2697 from echoix/build.py-fixes Scott Talbert 2025-02-09 13:22:55 -05:00
  • 6575e53c35 Merge pull request #2696 from arigit/patch-1 Scott Talbert 2025-02-09 13:22:27 -05:00
  • a2743ad554 Handle deprecated NumPy type aliases in samples Edouard Choinière 2025-02-08 17:11:21 +00:00
  • 6ab1b5ced4 Merge pull request #2694 from echoix/element-tree-ICN001 Scott Talbert 2025-02-09 12:14:07 -05:00
  • 0a4900df32 Merge pull request #2693 from echoix/numpy-unconventionnal-import-alias Scott Talbert 2025-02-09 12:09:44 -05:00
  • e080cd9522 Merge branch 'master' into build.py-fixes Edouard Choinière 2025-02-09 12:09:06 -05:00
  • 2feadd3bae Merge pull request #2692 from echoix/default-python-version-build.py Scott Talbert 2025-02-09 12:02:24 -05:00
  • 495426605a Merge pull request #2691 from echoix/simplify-haveWheel-setup.py Scott Talbert 2025-02-09 11:45:28 -05:00
  • a7bc011277 Update hyperlink.py, fixes #2686 Ari 2025-02-08 18:58:21 -05:00
  • e6c0de4e32 style: Normalise ElementTree imports with import xml.etree.ElementTree as ET Edouard Choinière 2025-02-08 17:04:56 +00:00
  • 95cafd1a3f style: Normalise numpy imports with import numpy as np Edouard Choinière 2025-02-08 16:48:57 +00:00
  • 616f65c7d6 Use pathlib write_text for more situations in build.py Edouard Choinière 2025-02-08 16:15:32 +00:00
  • 36fbef4c19 Replace textfile_open wrapper with pure calls in build.py Edouard Choinière 2025-02-08 16:14:36 +00:00
  • 450f106469 Use pathlib's read_text()/write_text() and read_bytes()/write_bytes() for simple file IO in build.py Edouard Choinière 2025-02-08 15:19:53 +00:00
  • a50ae3da22 Only import Path from pathlib in build.py Edouard Choinière 2025-02-08 15:11:02 +00:00
  • 5c06e43ae3 style: Fix sorted-min-max (FURB192) in build.py Edouard Choinière 2025-02-08 15:05:43 +00:00
  • b8fd58a029 style: Fix repeated-append (FURB113) in build.py Edouard Choinière 2025-02-08 15:04:10 +00:00
  • f32b3dd289 Remove references to Python 2.7 defaults from build.py Edouard Choinière 2025-02-08 14:32:55 +00:00
  • f8c85711c9 Remove haveWheel condition in setup.py Edouard Choinière 2025-02-08 03:49:20 +00:00
  • 45f9e89f5d Merge pull request #2689 from echoix/pyproject-metadata Scott Talbert 2025-02-04 09:34:28 -05:00
  • da22777e99 Merge pull request #2688 from swt2c/remove_python2_six Scott Talbert 2025-02-03 21:49:53 -05:00