Commit Graph

2350 Commits

Author SHA1 Message Date
Robin Dunn
97f27e8b7c Merge pull request #122 from swt2c/fix_wxdatetime_test
Fix ParseRfc822Date test so that it works in time zones other than Ro…
2016-07-30 12:33:30 -07:00
Scott Talbert
c8a49cbc4b Fix ParseRfc822Date test so that it works in time zones other than Robin's 2016-07-30 14:01:13 -04:00
Robin Dunn
e5529a1c32 Merge pull request #121 from RobinD42/pseudodc
Add PseudoDC and wrappers to wx.adv
2016-07-29 20:09:23 -07:00
Robin Dunn
56e8241e8f Use a wx.GCDC 2016-07-29 20:08:10 -07:00
Robin Dunn
11a81ee9e4 Fix import 2016-07-29 19:53:15 -07:00
Robin Dunn
9b0399cfa5 Fix typos and add some tests 2016-07-29 19:52:57 -07:00
Robin Dunn
4732fcdf18 Various documentation fixes for PseudoDC 2016-07-29 18:56:03 -07:00
Robin Dunn
a9ad5419e9 Remove BeginDrawing/EndDrawing 2016-07-29 18:54:47 -07:00
Robin Dunn
aa2d0de125 Finish PseudoDC wrappers, and update the demo. 2016-07-29 16:39:29 -07:00
Robin Dunn
1b82b0cf04 Message fix in wx.deprecated 2016-07-28 19:52:13 -07:00
Robin Dunn
953a7a74e5 Use fully qualified names 2016-07-28 19:50:47 -07:00
Robin Dunn
b269afd58c Begin adding PseudoDC 2016-07-27 16:13:13 -07:00
Robin Dunn
9cb833a2f1 Merge pull request #119 from RobinD42/cairo
Allow either cairocffi or PyCairo to be used from Phoenix
2016-07-25 16:32:28 -07:00
Robin Dunn
fc2a9df989 Finish docs and other changes for wx.lib.graphics 2016-07-25 16:28:08 -07:00
Robin Dunn
0799ebbb0b Merge branch 'master' into cairo 2016-07-23 00:28:32 -07:00
Robin Dunn
9bcccff097 If a property's getter has a docstring, use it. 2016-07-23 00:25:08 -07:00
Robin Dunn
83a134cab7 Some cleanup and beginning of docstring work in wx.lib.graphics. 2016-07-22 20:40:41 -07:00
Robin Dunn
de49506fca Fix table formatting 2016-07-22 20:37:21 -07:00
Robin Dunn
c96a93f4af typo 2016-07-22 20:26:16 -07:00
Robin Dunn
4ef21b2c38 wxColourData.GetColour returns a reference, so when sharing data objects we need to explicitly copy the colour object.
Also increase the size of the button a little.
2016-07-22 18:56:12 -07:00
Robin Dunn
19d614c9b6 cleanup and fixes in the GraphicsContext samples 2016-07-22 18:54:25 -07:00
Robin Dunn
bb9431d49f typo and docstring updates 2016-07-22 18:53:28 -07:00
Robin Dunn
09d4d817e6 Enable runcmd to use a list for the command, and have it quote elements as needed. 2016-07-22 14:41:14 -07:00
Robin Dunn
648e5789fc Enable runcmd to use a list for the command, and have it quote elements as needed. 2016-07-22 14:28:00 -07:00
Robin Dunn
5e8f4b1264 Revert 8e0b359e, it just caused additional problems.
It will need a different solution.
2016-07-22 13:40:06 -07:00
Robin Dunn
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. 2016-07-22 11:03:12 -07:00
Robin Dunn
3145a1e8dd Cairo tweaks for GTK 2016-07-20 17:11:31 -07:00
Robin Dunn
7dd03f7fa7 doc tweaks 2016-07-20 17:11:31 -07:00
Robin Dunn
beb4cec4f3 A little style cleanup 2016-07-20 17:11:31 -07:00
Robin Dunn
48212ae4eb Update the Sorry message 2016-07-20 17:11:31 -07:00
Robin Dunn
f7d252f1be HDC fix for Windows 2016-07-20 17:11:31 -07:00
Robin Dunn
7ed47817ba * Refactor wx.lib.wxcairo to a subpackage.
* Add support for using cairocffi instead of PyCairo.
2016-07-20 17:11:31 -07:00
Robin Dunn
d775f28143 Don't specify the size, so the FileCtrl will use it's best size instead. 2016-07-20 17:09:54 -07:00
Robin Dunn
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. 2016-07-18 21:33:14 -07:00
Robin Dunn
3f545f7fd9 typo 2016-07-18 21:31:26 -07:00
Robin Dunn
8aaafe17ca Use "wx.adv" in the overview text 2016-07-18 14:38:58 -07:00
Robin Dunn
0628ade371 typos 2016-07-18 14:38:33 -07:00
Robin Dunn
80c1ba87df Don't display the AUI_* samples for now. 2016-07-18 14:38:15 -07:00
Robin Dunn
f91c215009 Copyright year 2016-07-18 13:02:22 -07:00
Robin Dunn
f3cf957421 Switch to wx.lib.colourselect as the old one previously used here hard crashes on OSX. 2016-07-18 13:00:56 -07:00
Robin Dunn
23acabb32a fix space typos 2016-07-18 12:59:22 -07:00
Robin Dunn
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
2016-07-18 12:58:45 -07:00
Robin Dunn
122ad2559b fix imports, etc. in analogclock 2016-07-16 09:04:13 -07:00
Robin Dunn
67242fb6b4 Add a message dlg explaining how to see the demo samples. 2016-07-16 08:59:38 -07:00
Robin Dunn
128b28c879 Building the docs (build.py wxlib) imports all modules, so we need to avoid import side-effects like starting an application. 2016-07-16 08:58:52 -07:00
Robin Dunn
641aa6e251 Remove an old, unmaintained and broken module. 2016-07-15 17:15:18 -07:00
Robin Dunn
214753dfe2 Update TODOs 2016-07-15 16:31:14 -07:00
Robin Dunn
1bf2953886 Rename parameter name to fontInfo to reduce confusion in the docs 2016-07-15 16:29:37 -07:00
Robin Dunn
d8ad925f60 Fix TextExtent methods in wx.DC 2016-07-15 16:28:33 -07:00
Robin Dunn
cd87abfc22 typo 2016-07-15 16:27:35 -07:00