Commit Graph

  • f514770942 Fix TypeError float to int Kazuya O'moto 2022-12-07 01:19:23 +09:00
  • 906adf713c Extend macOS CI timeout to 120 minutes Scott Talbert 2022-11-10 12:49:09 -05:00
  • 2cf6b6dd04 Merge pull request #2302 from swt2c/wx_3.2.1 Scott Talbert 2022-11-09 09:27:37 -05:00
  • 3812a286c4 Patch out GTK specific function from wx 3.2.1 Mark Roszko 2022-09-18 00:42:52 -04:00
  • d1cb24cc94 Update wxWidgets to v3.2.1 Scott Talbert 2022-11-08 19:50:00 -05:00
  • 54bd298574 Merge pull request #2301 from oleksis/master Scott Talbert 2022-11-08 11:32:18 -05:00
  • b5471006e7 Publish Windows artifacts Oleksis Fraga Menéndez 2022-09-21 04:36:33 -04:00
  • cf7f7cff0b Merge pull request #2298 from swt2c/python311 Scott Talbert 2022-11-07 14:55:53 -05:00
  • ba0d8cfcec wscript: Use EXT_SUFFIX when available to fix build on Py 3.11 Scott Talbert 2022-11-07 11:49:27 -05:00
  • 7b12cafe8a Add CI for Python 3.11 Scott Talbert 2022-10-25 14:09:58 -04:00
  • 3ee614e0e8 Merge pull request #2284 from pchemguy/lib-agw-aui-dockart Robin Dunn 2022-10-18 17:30:56 -07:00
  • 0f9dd33cbf Merge pull request #2282 from ncotrb/master Robin Dunn 2022-10-18 17:29:55 -07:00
  • 4f5ee98256 Merge pull request #2279 from pchemguy/demo-AUI_DockingWindowMgr Robin Dunn 2022-10-18 17:28:27 -07:00
  • 9b3e4d3431 Merge pull request #2277 from komoto48g/textedit-mixin Robin Dunn 2022-10-18 17:27:57 -07:00
  • fae30156df Merge pull request #2276 from pchemguy/demo-treemixin-treelistctrl Robin Dunn 2022-10-18 17:26:29 -07:00
  • 44d941a221 Merge pull request #2274 from CarstenGrohmann/Sphinx_compatibility Robin Dunn 2022-10-18 17:24:59 -07:00
  • f3f2356f53 Merge pull request #2269 from CarstenGrohmann/fix_pyArgsString_for_HitTestSubItem Robin Dunn 2022-10-18 17:21:56 -07:00
  • b978de2962 Merge pull request #2266 from pchemguy/demo-joystick.py Robin Dunn 2022-10-18 17:20:50 -07:00
  • 363fdcde74 Merge pull request #2264 from pchemguy/wxlib-wxcairo-wx_pycairo Robin Dunn 2022-10-18 17:20:18 -07:00
  • 1814ca813b Merge pull request #2262 from pchemguy/wxlib-printout-draw-typecasting Robin Dunn 2022-10-18 17:18:54 -07:00
  • 6b7885b0c5 Merge pull request #2260 from pchemguy/demo-OwnerDrawnComboBox-fix Robin Dunn 2022-10-18 17:18:20 -07:00
  • eb5f61de35 Merge pull request #2258 from pchemguy/demo-agw-knobctrl-fix Robin Dunn 2022-10-18 17:17:32 -07:00
  • b0d77dd211 Merge pull request #2255 from Infernio/inf-pdfviewer-py310 Robin Dunn 2022-10-18 17:17:00 -07:00
  • be6228a9d8 Merge pull request #2293 from wxWidgets/misc-tweaks Robin Dunn 2022-10-18 14:16:27 -07:00
  • bd346d84e6 Update CHANGES.rst, add header for 4.2.1 Robin Dunn 2022-10-17 14:34:43 -07:00
  • 7f42784255 Fix code snippet in docs for XmlReseource.LoadDialog Robin Dunn 2022-10-17 14:33:42 -07:00
  • 847659ad2f Add wrapper for wxGenericStaticBitmap Robin Dunn 2022-10-17 14:32:43 -07:00
  • a646f1c1a7 Update comment Robin Dunn 2022-10-17 14:32:17 -07:00
  • 0a2c573c91 Changed float division to integer division in lib-agw-aui-dockart.py PChemGuy 2022-09-15 15:08:28 +03:00
  • 380f8337da Added EVT_WEBVIEW_SCRIPT_RESULT event binder Nico 2022-09-14 22:38:44 +02:00
  • 8449df773f Method typo in AUI_DockingWindowMgr PChemGuy 2022-09-11 11:08:28 +03:00
  • ef8f887618 Remove TE_RICH2 style komoto 2022-09-11 13:07:58 +09:00
  • 11f7c42c8d Fix OpenEditor offset to integer komoto 2022-09-11 12:58:15 +09:00
  • a2f17dcea8 Reenabled TreeListCtrl demo in TreeMixin PChemGuy 2022-09-10 12:05:51 +03:00
  • f143e4e17c Use add_js_file() instead of add_javascript() Carsten Grohmann 2022-09-08 22:09:31 +02:00
  • f3ac627ca9 Add compatibility code for different locations of Sphinx NoUri Carsten Grohmann 2022-09-08 21:43:13 +02:00
  • 32e80758c7 Fix arguments in docstring of wx.ListCtrl.HitTestSubItem() Carsten Grohmann 2022-09-07 18:08:12 +02:00
  • 089a2c1245 Added explicit "to int" type casting in dc.DrawXXX calls PChemGuy 2022-09-04 16:08:44 +03:00
  • 87e7ded2b1 Added sip.voidptr->int type casting in wx_pycairo.py PChemGuy 2022-09-04 15:00:03 +03:00
  • 5aed416754 Making explicit float->int type casting for DC.DrawXXX PChemGuy 2022-09-04 11:23:38 +03:00
  • 3b2c4140cf Missing required explicit float->int type casting PChemGuy 2022-09-04 11:07:47 +03:00
  • 5368d963f1 Missing required explicit float->int type casting PChemGuy 2022-09-04 08:01:24 +03:00
  • 83dba91a2b Missing required explicit float->int type casting PChemGuy 2022-09-03 16:31:12 +03:00
  • aa4394773a Fix pdfViewer for Python 3.10 Infernio 2022-09-01 14:57:22 +02:00
  • 7c4d21d778 Merge pull request #2247 from CarstenGrohmann/listctrl_format_doc Robin Dunn 2022-08-30 18:49:19 -07:00
  • 5fced695ca Merge pull request #2233 from StefanBruens/fix_uintptr_overflow_check Robin Dunn 2022-08-30 18:47:07 -07:00
  • 6afee6af52 Merge pull request #2243 from pchemguy/master Robin Dunn 2022-08-30 18:46:06 -07:00
  • fd83906a7a fix item numbers manylinux-2022 Robin Dunn 2022-08-30 18:36:56 -07:00
  • d1802fff0c Merge pull request #2252 from newville/master Robin Dunn 2022-08-30 18:33:52 -07:00
  • a789e49000 OSX: remove check of SetFrontProcess() before App may be fully initialized Matthew Newville 2022-08-28 18:07:13 -05:00
  • 5eef583d7c Fix docstring layout for ColumnSorterMixin.GetSortState() Carsten Grohmann 2022-08-22 20:47:55 +02:00
  • af3721f167 Explicit NumPy.float64 to int typecasting in FCObjects.py PChemGuy 2022-08-20 17:41:12 +03:00
  • 8d771a389c py3: use six.moves.range instead of xrange PChemGuy 2022-08-20 13:58:51 +03:00
  • 112605f540 Missing NumPy package reference in FloatCanvas.py PChemGuy 2022-08-20 09:27:31 +03:00
  • fada0e87f3 Include usage of wxMemoryFSHandler in webview demo Toni Ruža 2022-08-16 12:03:22 +02:00
  • 88b8565654 Fix overflow check for wxUIntPtr type Stefan Brüns 2020-10-04 23:02:19 +02:00
  • 3d722a809c Remove just the *.so files and __pycache__ Robin Dunn 2022-08-13 13:45:30 -07:00
  • ad3e54e475 Clean up between builds Robin Dunn 2022-08-13 12:50:48 -07:00
  • ceed71747a Correction in the README Robin Dunn 2022-08-12 14:52:22 -07:00
  • b4e908331a Better test for interactive mode Robin Dunn 2022-08-12 10:02:04 -07:00
  • 23ed4b8096 Add support for specifying the architecture, and also using pythons="all" Robin Dunn 2022-08-12 08:33:50 -07:00
  • 81dcdb7dc5 Be consistent about wildcards used for the wheel files Robin Dunn 2022-08-12 08:32:57 -07:00
  • e57162d4a7 The --strip option breaks something, so don't bother. Robin Dunn 2022-08-11 15:08:11 -07:00
  • 4ffd49ba78 Add support for doing manylinux(_2_28) builds. Robin Dunn 2022-08-11 14:47:50 -07:00
  • 98871b690a Merge pull request #2228 from swt2c/pypubsub_getargspec Scott Talbert 2022-08-10 13:49:39 -04:00
  • 6ff8283fda Merge pull request #2224 from swt2c/attrdict_windows_only Scott Talbert 2022-08-10 13:49:23 -04:00
  • 8779e7142a Merge pull request #2230 from swt2c/sip_662 Scott Talbert 2022-08-10 13:48:51 -04:00
  • 969c2d1635 Indicate sip 6.6.2+ is required when building with sip-build Scott Talbert 2022-08-10 11:01:38 -04:00
  • 9986a0d5c2 pypubsub: Replace deprecated inspect.getargspec Scott Talbert 2022-08-08 22:35:58 -04:00
  • 2e9169effa Only require attrdict3 on Windows Scott Talbert 2022-08-08 20:00:52 -04:00
  • e220dab240 Merge branch 'release-prep' Robin Dunn 2022-08-08 15:29:33 -07:00
  • 1ecff8aabe Update version number for next release cycle Robin Dunn 2022-08-08 15:27:09 -07:00
  • 7120d633a4 Fix local archive commands Robin Dunn 2022-08-08 15:26:24 -07:00
  • b567d1e6e3 Add RockyLinux 8 and 9 wxPython-4.2.0 Robin Dunn 2022-08-07 20:17:44 -07:00
  • 22a29af081 Retire centos-7 (Python is too old) and centos-8 (distro is EOL) Robin Dunn 2022-08-07 20:17:15 -07:00
  • ddc8ad6ad1 Update waf to 2.0.24 (for Python 3.11) Robin Dunn 2022-08-07 12:52:18 -07:00
  • fb2e6a8ba9 Update cython to latest version (for Python3.11) Robin Dunn 2022-08-07 12:51:39 -07:00
  • dbe344c212 Fix item numbers Robin Dunn 2022-08-07 12:50:53 -07:00
  • a04261050a Update announcement text Robin Dunn 2022-08-06 12:36:22 -07:00
  • 66c3e0cdc5 Set release date and some minor text tweaks Robin Dunn 2022-08-06 12:35:46 -07:00
  • b33b012b47 Changelog updates Robin Dunn 2022-08-06 13:23:54 -07:00
  • 5462625d11 Merge pull request #2211 from mmuetzel/mingw Robin Dunn 2022-08-06 13:19:41 -07:00
  • 66d03b8228 Changelog updates Robin Dunn 2022-08-06 13:04:23 -07:00
  • 866cdf9ab2 Fix typo Robin Dunn 2022-08-06 13:03:53 -07:00
  • 503d42cd55 Merge pull request #2219 from arjones6/master Robin Dunn 2022-08-06 12:56:26 -07:00
  • ea7e5cbc1e Merge pull request #2218 from jmoraleda/less_opinionated_popupctl Robin Dunn 2022-08-06 12:51:01 -07:00
  • 51f02ec0c2 Merge pull request #2215 from alexdewar/patch-1 Robin Dunn 2022-08-06 12:48:31 -07:00
  • 64066f3db5 Merge pull request #2205 from Infernio/inf-pymupdf Robin Dunn 2022-08-06 12:46:11 -07:00
  • 3f88d4668a pin markupsafe Robin Dunn 2022-08-06 12:14:29 -07:00
  • 25fa3d9931 Add pythonized versions for new doc snippets Robin Dunn 2022-08-06 11:40:10 -07:00
  • 2c5bf90721 GetNextAvailableScale's parameter is InOut Robin Dunn 2022-08-06 11:39:13 -07:00
  • 70719f64f5 Improve readability of the toml string Robin Dunn 2022-08-05 19:47:26 -07:00
  • 8fa9b6507c Update changelog/add some entries for missing items Scott Talbert 2022-08-03 20:10:59 -04:00
  • 937a9b31e9 Update flatmenu.py arjones6 2022-08-02 14:42:52 -04:00
  • 84d5c1ded7 Popup ctl respects the parameters passed to init Jorge Moraleda 2022-08-01 17:18:42 -05:00
  • d57949fdcf Merge pull request #2216 from swt2c/wxwidgets_3.2.0 Scott Talbert 2022-08-01 13:19:01 -04:00
  • aef28b1c57 Windows CI: add vcvarsall setup to fix Windows builds Scott Talbert 2022-08-01 10:12:58 -04:00
  • c57f883ab1 Update wxWidgets to v3.2.0 (official release) Scott Talbert 2022-07-26 19:20:41 -04:00
  • dafb70b689 IntCtrl: Change default colour to wx.NullColour Alex Dewar 2022-07-25 15:07:39 +01:00
  • a8f74c5d32 Simplify building with MinGW toolchain Markus Mützel 2022-07-11 19:14:22 +02:00