Commit Graph

  • 090931f415 Updates for the TODO list Robin Dunn 2016-08-04 10:58:22 -07:00
  • f271cd7a6f More minor demo updates for Py3, Phoenix, etc. Robin Dunn 2016-08-04 10:57:09 -07:00
  • 08f2a9af59 wxMac doesn't like wx.INVERT anymore Robin Dunn 2016-08-04 10:53:24 -07:00
  • 56cad152d9 4 August 2016 Phoenix updates for wx.lib.pdfviewer and demo/PDFViewer demo/viewer.py and viewer_basics.py removed - was demo of obsolete vtk David Hughes 2016-08-04 11:26:08 +01:00
  • 217a3f1967 Add setters for wxListEvent to fix the ListCtrl_edit sample Robin Dunn 2016-08-03 16:40:41 -07:00
  • a4ecd56a7d More minor demo tweaks Robin Dunn 2016-08-03 13:39:09 -07:00
  • ef87041ac3 The table's GetValue needs to return a string Robin Dunn 2016-08-03 13:38:25 -07:00
  • 0c94741b20 OnDropFiles needs to return a boolean value Robin Dunn 2016-08-03 13:37:04 -07:00
  • 000c3cac9e Add uppercase X and Y properties too Robin Dunn 2016-08-03 13:35:03 -07:00
  • 89795ee0d3 Use triple-double quotes for docstrings Robin Dunn 2016-08-03 13:34:33 -07:00
  • 579952f207 Pop event handlers, and change deprecated MoveXY method calls Robin Dunn 2016-08-03 13:31:29 -07:00
  • ed9f191d3b GIFAnimationCtrl has been moved to AnimationCtrl Robin Dunn 2016-08-03 13:30:19 -07:00
  • 65959b71d1 more minor demo tweaks Robin Dunn 2016-08-02 21:55:15 -07:00
  • 1bdac0af63 wx.lib.editor fixes for Python3 Robin Dunn 2016-08-02 21:54:34 -07:00
  • a0d5f596f2 Hide the DynamicSashWindow sample for now Robin Dunn 2016-08-02 21:53:21 -07:00
  • 97947ba176 DnD of text or files to wx.TextCtrl doesn't work on OSX (Apple doesn't let us override the build-in behavior I think) so don't use a wx.TextCrtl for the drop target. Robin Dunn 2016-08-02 15:08:44 -07:00
  • 287501a4f8 Return True from the drop methods that need it. Robin Dunn 2016-08-02 13:06:00 -07:00
  • 54c4efab1d Merge branch 'master' into wip-demo Robin Dunn 2016-08-02 11:04:21 -07:00
  • 8a0571207b Add DLG_UNIT helper, with deprecated wrappers for DLG_SZE and DLG_PNT. Update the demo. Robin Dunn 2016-08-02 11:02:54 -07:00
  • 054067ae71 Don't set the id parameter default to wx.ID_ANY if there is a default. Robin Dunn 2016-08-02 10:50:07 -07:00
  • 1f6114efb8 Fix test for wxMask constructor using wxPalette and skip it on wxGTK Scott Talbert 2016-08-01 23:30:42 -04:00
  • 23fa4115ca More tweaks and fixes from testing the demo modules Robin Dunn 2016-08-01 19:53:37 -07:00
  • 3f4646c7cd Merge pull request #123 from swt2c/fix_unittest_imports Robin Dunn 2016-08-01 13:37:55 -07:00
  • aa9e47e0f5 More demo tweaks and fixes Robin Dunn 2016-07-30 23:45:22 -07:00
  • c44aca24f0 Fix a couple of imports in unittests Scott Talbert 2016-07-30 20:52:44 -04:00
  • b328b91d59 Merge branch 'master' into wip-demo Robin Dunn 2016-07-30 12:35:05 -07:00
  • 97f27e8b7c Merge pull request #122 from swt2c/fix_wxdatetime_test Robin Dunn 2016-07-30 12:33:30 -07:00
  • c8a49cbc4b Fix ParseRfc822Date test so that it works in time zones other than Robin's Scott Talbert 2016-07-30 14:01:13 -04:00
  • e5529a1c32 Merge pull request #121 from RobinD42/pseudodc Robin Dunn 2016-07-29 20:09:23 -07:00
  • 56e8241e8f Use a wx.GCDC Robin Dunn 2016-07-29 20:08:10 -07:00
  • 11a81ee9e4 Fix import Robin Dunn 2016-07-29 19:53:15 -07:00
  • 9b0399cfa5 Fix typos and add some tests Robin Dunn 2016-07-29 19:52:57 -07:00
  • 4732fcdf18 Various documentation fixes for PseudoDC Robin Dunn 2016-07-29 18:56:03 -07:00
  • a9ad5419e9 Remove BeginDrawing/EndDrawing Robin Dunn 2016-07-29 18:54:47 -07:00
  • aa2d0de125 Finish PseudoDC wrappers, and update the demo. Robin Dunn 2016-07-29 16:39:29 -07:00
  • 1b82b0cf04 Message fix in wx.deprecated Robin Dunn 2016-07-28 19:52:13 -07:00
  • 953a7a74e5 Use fully qualified names Robin Dunn 2016-07-28 19:50:47 -07:00
  • b269afd58c Begin adding PseudoDC Robin Dunn 2016-07-27 16:13:13 -07:00
  • 1bd3704e81 Add a note that Python's XML is better than wx's XML for most things. Robin Dunn 2016-07-26 16:59:46 -07:00
  • d63ae92c20 Various demo tweaks and fixes Robin Dunn 2016-07-25 21:25:09 -07:00
  • 9cb833a2f1 Merge pull request #119 from RobinD42/cairo Robin Dunn 2016-07-25 16:32:28 -07:00
  • fc2a9df989 Finish docs and other changes for wx.lib.graphics Robin Dunn 2016-07-25 16:28:08 -07:00
  • 0799ebbb0b Merge branch 'master' into cairo Robin Dunn 2016-07-23 00:28:32 -07:00
  • 9bcccff097 If a property's getter has a docstring, use it. Robin Dunn 2016-07-23 00:17:55 -07:00
  • 83a134cab7 Some cleanup and beginning of docstring work in wx.lib.graphics. Robin Dunn 2016-07-22 20:40:41 -07:00
  • de49506fca Fix table formatting Robin Dunn 2016-07-22 20:37:21 -07:00
  • c96a93f4af typo Robin Dunn 2016-07-22 20:26:16 -07:00
  • 4ef21b2c38 wxColourData.GetColour returns a reference, so when sharing data objects we need to explicitly copy the colour object. Robin Dunn 2016-07-22 18:56:12 -07:00
  • 19d614c9b6 cleanup and fixes in the GraphicsContext samples Robin Dunn 2016-07-22 18:54:25 -07:00
  • bb9431d49f typo and docstring updates Robin Dunn 2016-07-22 18:53:28 -07:00
  • 09d4d817e6 Enable runcmd to use a list for the command, and have it quote elements as needed. Robin Dunn 2016-07-22 14:41:14 -07:00
  • 648e5789fc Enable runcmd to use a list for the command, and have it quote elements as needed. Robin Dunn 2016-07-22 14:28:00 -07:00
  • 5e8f4b1264 Revert 8e0b359e, it just caused additional problems. It will need a different solution. Robin Dunn 2016-07-22 13:36:10 -07:00
  • 8e0b359e15 Use single quotes for python commands containing a ';', otherwise in some cases the shell sees it as separate shell commands instead of one python command with multiple statements. Robin Dunn 2016-07-22 11:03:12 -07:00
  • 3145a1e8dd Cairo tweaks for GTK Robin Dunn 2016-07-20 17:08:11 -07:00
  • 7dd03f7fa7 doc tweaks Robin Dunn 2016-07-19 19:23:49 -07:00
  • beb4cec4f3 A little style cleanup Robin Dunn 2016-07-19 19:05:44 -07:00
  • 48212ae4eb Update the Sorry message Robin Dunn 2016-07-19 18:14:53 -07:00
  • f7d252f1be HDC fix for Windows Robin Dunn 2016-07-19 17:52:25 -07:00
  • 7ed47817ba * Refactor wx.lib.wxcairo to a subpackage. * Add support for using cairocffi instead of PyCairo. Robin Dunn 2016-07-19 17:23:37 -07:00
  • d775f28143 Don't specify the size, so the FileCtrl will use it's best size instead. Robin Dunn 2016-07-20 17:09:54 -07:00
  • 85a74b311c The BannerWindow sample was not included in the sample tree. Also, move it into the demo's notebook page instead of a separate window. Robin Dunn 2016-07-18 21:33:14 -07:00
  • 3f545f7fd9 typo Robin Dunn 2016-07-18 21:31:26 -07:00
  • 8aaafe17ca Use "wx.adv" in the overview text Robin Dunn 2016-07-18 14:38:58 -07:00
  • 0628ade371 typos Robin Dunn 2016-07-18 14:38:33 -07:00
  • 80c1ba87df Don't display the AUI_* samples for now. Robin Dunn 2016-07-18 14:38:15 -07:00
  • f91c215009 Copyright year Robin Dunn 2016-07-18 13:02:22 -07:00
  • f3cf957421 Switch to wx.lib.colourselect as the old one previously used here hard crashes on OSX. Robin Dunn 2016-07-18 13:00:56 -07:00
  • 23acabb32a fix space typos Robin Dunn 2016-07-18 12:59:22 -07:00
  • a6262c53a9 * Switch ColourSelect to derive from GenBitmapButton as it looks and works better on OSX for this task. * Fix docstrings * Add a way to share custom colour values across instances or invocations of ColourSelect Robin Dunn 2016-07-18 12:58:45 -07:00
  • 122ad2559b fix imports, etc. in analogclock Robin Dunn 2016-07-16 09:04:13 -07:00
  • 67242fb6b4 Add a message dlg explaining how to see the demo samples. Robin Dunn 2016-07-16 08:59:38 -07:00
  • 128b28c879 Building the docs (build.py wxlib) imports all modules, so we need to avoid import side-effects like starting an application. Robin Dunn 2016-07-16 08:48:14 -07:00
  • 641aa6e251 Remove an old, unmaintained and broken module. Robin Dunn 2016-07-15 17:15:18 -07:00
  • 214753dfe2 Update TODOs Robin Dunn 2016-07-15 16:31:14 -07:00
  • 1bf2953886 Rename parameter name to fontInfo to reduce confusion in the docs Robin Dunn 2016-07-15 16:29:37 -07:00
  • d8ad925f60 Fix TextExtent methods in wx.DC Robin Dunn 2016-07-15 16:28:33 -07:00
  • cd87abfc22 typo Robin Dunn 2016-07-15 16:27:35 -07:00
  • 9f8a5b8d9a Fix bug when there are more than one code snippets in a set of overloaded methods. Robin Dunn 2016-07-15 16:25:05 -07:00
  • d99540da34 Merge branch 'WX_3_0_BRANCH' into wxPy-3.0-branch Robin Dunn 2016-07-14 12:30:50 -07:00
  • 1a5dbab03c Fixes for AboutDialogInfo. Robin Dunn 2016-07-14 11:57:00 -07:00
  • eb6d056a85 Some fixes for HtmlWindow sample in the demo Robin Dunn 2016-07-13 12:23:34 -07:00
  • db8957f995 Add note to some module docstrings about importing before creating wx.App Robin Dunn 2016-07-13 12:23:04 -07:00
  • a1083594be Merge pull request #111 from dougthor42/refactor-lib.plot-part2 Robin Dunn 2016-07-11 09:05:30 -07:00
  • 042b6d3c52 Merge pull request #116 from swprojects/fix-listctrl Robin Dunn 2016-07-11 08:36:11 -07:00
  • 5d2e0e1fc7 Merge pull request #114 from david-hughes/master Robin Dunn 2016-07-11 08:35:37 -07:00
  • e592026a34 update listctrl swprojects 2016-07-09 21:13:41 +01:00
  • bfcc50ce53 Update helpviewer.py david-hughes 2016-07-08 16:26:19 +01:00
  • 10808493ab Merge pull request #107 from RobinD42/add-ribbon-lib Robin Dunn 2016-07-07 21:55:20 -07:00
  • 4397c220b3 Add ribbon sample app Robin Dunn 2016-07-07 21:54:16 -07:00
  • a75e835323 Merge branch 'master' into add-ribbon-lib Robin Dunn 2016-07-07 21:43:15 -07:00
  • 07164aba1a Merge pull request #110 from RobinD42/use-pytest Robin Dunn 2016-07-07 21:38:56 -07:00
  • 5e2539b3a5 Merge branch 'more-docs-fixes' Robin Dunn 2016-07-07 21:35:18 -07:00
  • c83d90922b Change the name of the *ClientObject methods to *ClientData Robin Dunn 2016-07-07 21:30:56 -07:00
  • 0d9c55e690 Set the parameters of GetColourScheme as output args. Get rid of PyGetColourScheme Robin Dunn 2016-07-07 21:28:56 -07:00
  • 1d1fc7c187 More docstring ref fixes in wx.lib Robin Dunn 2016-07-07 09:58:04 -07:00
  • 29d42604ab docstring updates. Douglas Thor 2016-07-06 14:20:20 -07:00
  • 3817c4e5e7 Updates to demo.py Douglas Thor 2016-07-06 14:17:43 -07:00
  • 15a8b2d13b Documentation updates Douglas Thor 2016-07-06 13:46:50 -07:00
  • 81244b6a7e Renamed plot.py to polyobjects.py Douglas Thor 2016-07-06 13:03:11 -07:00