Commit Graph

  • 7f5dfa7193 Add changelog item for 4.0.7.post1 Robin Dunn 2019-10-28 14:49:33 -07:00
  • 21d3225fdd Merge pull request #1417 from wxWidgets/fix-numpy-requirement Robin Dunn 2019-10-29 11:27:41 -07:00
  • a3d90b5e41 Merge branch 'release-post1' into wxPy-4.0.x Robin Dunn 2019-10-29 10:34:46 -07:00
  • 753dfb9a91 Forgot a '.' wxPython-4.0.7.post1 Robin Dunn 2019-10-28 16:37:23 -07:00
  • 5a587281b3 Add changelog item Robin Dunn 2019-10-28 14:49:33 -07:00
  • fbc0443afd Change the Python 2.7 requirement for numpy to be < 1.17, not ==1.16.1 Robin Dunn 2019-10-28 14:20:57 -07:00
  • b171d768b7 Set version number for a post-release Robin Dunn 2019-10-28 14:24:22 -07:00
  • 27812f3a7f Change the Python 2.7 requirement for numpy to be < 1.17, not ==1.16.1 Robin Dunn 2019-10-28 14:20:57 -07:00
  • d81d4bd9ff wxGrid now derives from wxScrolledCanvas Robin Dunn 2019-10-25 21:24:24 -07:00
  • 2062ffaf9f Update wxWidgets submodule to latest master Robin Dunn 2019-10-25 21:24:11 -07:00
  • dd4e37ca9d Merge 4.0.7 changelog Robin Dunn 2019-10-24 10:41:56 -07:00
  • f67de5ff9c Merge branch 'release-prep' into wxPy-4.0.x Robin Dunn 2019-10-25 14:23:54 -07:00
  • 1a0f233952 Bump version number in case there will be a 4.0.8 Robin Dunn 2019-10-25 12:22:30 -07:00
  • 89b383fdda Update announcement wxPython-4.0.7 Robin Dunn 2019-10-25 12:19:41 -07:00
  • 51b99a57c3 Drop remaining Py3.4 builds Robin Dunn 2019-10-25 12:19:14 -07:00
  • 2c926493b4 Pillow is now available for Py38, restore the dependency. Robin Dunn 2019-10-24 10:41:56 -07:00
  • 581f61ea58 Pillow is now available for Py38, restore the dependency. Robin Dunn 2019-10-24 10:41:56 -07:00
  • 67f99ad2c0 Set the permissions for the docs and demo tarballs too Robin Dunn 2019-10-24 10:34:53 -07:00
  • 941d3c1ad2 Set the permissions for the docs and demo tarballs too Robin Dunn 2019-10-24 10:34:53 -07:00
  • 9f48533079 Fully clobber the workspace for the dist builds Robin Dunn 2019-10-24 10:34:14 -07:00
  • d3fc050f60 Drop the alpha tag, update change log Robin Dunn 2019-10-23 19:01:18 -07:00
  • 56e53107a7 Show and Destroy the test dialogs on Macs, yield after update, and more test fixes Robin Dunn 2019-10-23 18:34:41 -07:00
  • 7f2e86a72c Show and Destroy the test dialogs on Macs, yield after update, and more test fixes Robin Dunn 2019-10-23 18:34:41 -07:00
  • c284a0a92a Switch to a sizer in the superdoodle about box Robin Dunn 2019-10-23 18:11:20 -07:00
  • 11a78971d4 Update wxWidgets submodule Robin Dunn 2019-10-23 18:19:18 -07:00
  • a08a9e73e4 Merge pull request #1357 from wxWidgets/backports Robin Dunn 2019-10-23 18:15:47 -07:00
  • 9773b1d53c Add Python 3.8 to some docker images Robin Dunn 2019-10-23 18:13:55 -07:00
  • d79d9859cb Switch to a sizer in the superdoodle about box Robin Dunn 2019-10-23 18:11:20 -07:00
  • 177f180739 Merge pull request #1412 from wxWidgets/add-archivehandler-example Robin Dunn 2019-10-23 18:07:25 -07:00
  • a5a31c96ac Merge pull request #1412 from wxWidgets/add-archivehandler-example Robin Dunn 2019-10-23 18:07:25 -07:00
  • 03814de6b6 Merge pull request #1411 from wxWidgets/fix-locale-error Robin Dunn 2019-10-23 17:41:59 -07:00
  • dcef0c5209 Merge pull request #1410 from topic2k/fix-popupmenu-position Robin Dunn 2019-10-23 17:41:53 -07:00
  • 4353c7deb6 Merge pull request #1411 from wxWidgets/fix-locale-error Robin Dunn 2019-10-23 17:41:59 -07:00
  • 64863b9a7b Merge pull request #1410 from topic2k/fix-popupmenu-position Robin Dunn 2019-10-23 17:41:53 -07:00
  • 9612361045 Add an example of viewing html pages from a .zip file Robin Dunn 2019-10-23 14:51:10 -07:00
  • 7d3a3e9139 Handle a ValueError from locale.getlocale() Robin Dunn 2019-10-23 09:38:53 -07:00
  • a376bf8bb8 Use default position for PopupMenu in demo.agw.UltimateReportDemo.TestFrame topic2k 2019-10-23 09:30:18 +02:00
  • 3387de54d2 Use default position for PopupMenu in wx.lib.agw.ribbon.toolbar.RibbonToolBarEvent topic2k 2019-10-23 09:29:24 +02:00
  • 0335b898a4 Use default position for PopupMenu in wx.lib.agw.thumbnailctrl.ScrolledThumbnail topic2k 2019-10-23 09:28:50 +02:00
  • b7c8ca6023 Use default position for PopupMenu in wx.lib.agw.aui.AuiDefaultTabArt topic2k 2019-10-23 09:28:13 +02:00
  • 12d33227d7 Use default position for PopupMenu in wx.lib.platebtn.PlateButton topic2k 2019-10-23 09:27:36 +02:00
  • 533113d07e Use default position for PopupMenu in wx.lib.masked.maskededit.MaskedEditMixin topic2k 2019-10-23 09:27:16 +02:00
  • 6179bc08c6 Use default position for PopupMenu in wx.lib.agw.hyperlink.HyperLinkCtrl topic2k 2019-10-23 09:26:53 +02:00
  • 90c355c88e Use default position for PopupMenu in samples.doodle.doodle.DoodleWindow topic2k 2019-10-23 09:26:37 +02:00
  • f913668e0d Use default position for PopupMenu in wx.lib.agw.ribbon.buttonbar.RibbonButtonBarEvent topic2k 2019-10-23 09:26:20 +02:00
  • b8544ffce5 Use default position for PopupMenu in wx.lib.agw.aui.auibar.AuiDefaultToolBarArt topic2k 2019-10-23 09:25:51 +02:00
  • 2f19c5a0eb Use default position for PopupMenu in demo.agw.AUI.AuiFrame topic2k 2019-10-23 09:24:58 +02:00
  • f9c9004909 Merge pull request #1409 from wxWidgets/fix-fsfile Robin Dunn 2019-10-22 22:32:48 -07:00
  • c6a1bad4c5 Merge pull request #1409 from wxWidgets/fix-fsfile Robin Dunn 2019-10-22 22:32:48 -07:00
  • 39cbdc7c48 Merge pull request #1265 from mesalu/address_1238 Robin Dunn 2019-06-19 17:00:03 -07:00
  • 20d1261026 Merge pull request #1408 from wxWidgets/fix-py2-decode Robin Dunn 2019-10-22 19:59:59 -07:00
  • 22c92d1f7c Merge pull request #1407 from wxWidgets/import-controlTypes Robin Dunn 2019-10-22 19:59:44 -07:00
  • 1cb20c254e Merge pull request #1406 from wxWidgets/add-useseventloop Robin Dunn 2019-10-22 19:59:23 -07:00
  • f3c25c6a63 Merge pull request #1408 from wxWidgets/fix-py2-decode Robin Dunn 2019-10-22 19:59:59 -07:00
  • f2e8478306 Merge pull request #1407 from wxWidgets/import-controlTypes Robin Dunn 2019-10-22 19:59:44 -07:00
  • e2eb035b23 Merge pull request #1406 from wxWidgets/add-useseventloop Robin Dunn 2019-10-22 19:59:23 -07:00
  • db2ce6ecb7 change arrow characters Robin Dunn 2019-10-22 19:49:09 -07:00
  • 93f62789cc Call MSWSetEmulationLevel Robin Dunn 2019-10-22 19:45:34 -07:00
  • 3bc4e9207c cleanup Robin Dunn 2019-10-22 19:29:29 -07:00
  • c92f2484c0 Show how to use the MemoryFSHandler and a custom WebViewHandler Robin Dunn 2019-10-22 19:23:39 -07:00
  • afcd5f2d97 Keep a reference to the stream passed to wx.FSFile Robin Dunn 2019-10-22 16:07:06 -07:00
  • 762863aae0 Only decode the file content on Py2 Robin Dunn 2019-10-22 15:26:08 -07:00
  • 5c09e4eec5 Also import the individual controlTypes constants as documented Robin Dunn 2019-10-22 15:12:35 -07:00
  • acb1e69b4d Don't ignore UsesEventLoop Robin Dunn 2019-10-22 14:55:32 -07:00
  • e2be299412 Merge pull request #1398 from wxWidgets/python-3.8 Robin Dunn 2019-10-21 22:03:02 -07:00
  • 6975883ff4 Merge pull request #1397 from wxWidgets/more-sphinx-tweaks Robin Dunn 2019-10-17 16:38:52 -07:00
  • edaf5c96d7 Add Py38 to buildbot, drop Py35 Robin Dunn 2019-10-21 22:05:08 -07:00
  • ec1600d2cd Merge pull request #1398 from wxWidgets/python-3.8 Robin Dunn 2019-10-21 22:03:02 -07:00
  • 539c86f519 Move commented-out items outside of the matrix Robin Dunn 2019-10-17 21:01:09 -07:00
  • e95cccd237 Trigger Robin Dunn 2019-10-17 20:56:48 -07:00
  • b3f0ee10dc Oops, use python3.8 for the 3.8 build Robin Dunn 2019-10-17 20:19:12 -07:00
  • c033686fe0 Azure doesn't have Python 3.8 yet Robin Dunn 2019-10-17 20:18:19 -07:00
  • 159a86da27 Just exclude Pillow entirely, for now Robin Dunn 2019-10-17 19:57:25 -07:00
  • c14e3c7940 Add Azure builds for Python 3.8 Robin Dunn 2019-10-17 16:41:58 -07:00
  • 3431b2140a Pillow is not yet available for Python3.8 on Windows Robin Dunn 2019-10-17 14:50:28 -07:00
  • 382a624aaf Add ResetLocale Robin Dunn 2019-10-16 11:38:49 -07:00
  • 224d62104a comment tweaks Robin Dunn 2019-10-15 16:12:06 -07:00
  • 6d77fcf15a Create and hold a wx.Locale object when the wx.App is intialized, trying to make it match what is already set for the process. Robin Dunn 2019-10-15 15:55:43 -07:00
  • bd959a83e0 Add wx.Setlocale() Robin Dunn 2019-10-15 13:43:39 -07:00
  • 168dc2ad48 Also include the vcredist DLLs for Python 3.8 Robin Dunn 2019-10-15 09:50:04 -07:00
  • 4d57791228 Merge pull request #1397 from wxWidgets/more-sphinx-tweaks Robin Dunn 2019-10-17 16:38:52 -07:00
  • 0a22f09078 Add a changelog entry Robin Dunn 2019-10-17 15:00:16 -07:00
  • 33698e5d9e Show how to use a different font on a menu item Robin Dunn 2019-10-17 14:27:37 -07:00
  • 05bc51245c Merge branch 'mac-tweaks' Robin Dunn 2019-10-17 14:09:05 -07:00
  • a757f15cab Test fixes Robin Dunn 2019-10-17 14:08:13 -07:00
  • 28fa0ae374 Some tweaks and code reorg, and a note about why it isn't working so far... filedialog-extracontrol Robin Dunn 2019-10-15 09:56:34 -07:00
  • eba2d5f32f code cleanup and formatting changes Robin Dunn 2019-10-11 16:40:04 -07:00
  • 65b8d0e81f Merge branch 'filedialog_extracontrol' of https://github.com/conradchuang/Phoenix into conradchuang-filedialog_extracontrol Robin Dunn 2019-10-11 16:27:02 -07:00
  • aa01abddd0 Only use the selection fg color on the columns drawn with the selection bg Robin Dunn 2019-10-11 15:15:59 -07:00
  • b35757b516 Allow the top bar to scroll and not stay stuck at the top of the window Robin Dunn 2019-10-11 12:56:40 -07:00
  • c5598d85bf Tweak links on the index pages to go to the page rather than the class Robin Dunn 2019-10-11 12:55:22 -07:00
  • fac5ce6963 Merge pull request #1387 from wxWidgets/sphinx-update Robin Dunn 2019-10-10 12:29:03 -07:00
  • a7ac1582ce Merge pull request #1393 from driscollis/patch-6 Robin Dunn 2019-10-10 12:29:53 -07:00
  • a3a2c6ea75 Merge pull request #1392 from ThomasP0815/hypertreelist-issue-1389 Robin Dunn 2019-10-10 12:29:30 -07:00
  • 8eb6a3bd30 Merge pull request #1383 from wxWidgets/fix2-1363 Robin Dunn 2019-10-01 09:19:49 -07:00
  • d17ac433d8 Merge pull request #1381 from l0stman/fix-supertooltip Robin Dunn 2019-10-04 20:58:16 -07:00
  • 4b2ad907a1 Merge pull request #1376 from duohedron/master Robin Dunn 2019-10-04 20:33:30 -07:00
  • 0b599ca428 Merge pull request #1369 from wxWidgets/fix-issue1363 Robin Dunn 2019-09-19 20:43:49 -07:00
  • b45e5a7435 Merge branch 'ThomasP0815-improve-hypertreelist' Robin Dunn 2019-10-07 19:39:22 -07:00
  • 47c24c96e5 Make sure the default button face color is not one with a fully transparent alpha Robin Dunn 2019-10-07 20:38:01 -07:00