Commit Graph

2339 Commits

Author SHA1 Message Date
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
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
Robin Dunn
9f8a5b8d9a Fix bug when there are more than one code snippets in a set of overloaded methods. 2016-07-15 16:25:05 -07:00
Robin Dunn
d99540da34 Merge branch 'WX_3_0_BRANCH' into wxPy-3.0-branch 2016-07-14 12:30:50 -07:00
Robin Dunn
1a5dbab03c Fixes for AboutDialogInfo.
Most of the properties were missing because the getter methods were not documented so no wrappers were being generated for them.
2016-07-14 11:57:00 -07:00
Robin Dunn
eb6d056a85 Some fixes for HtmlWindow sample in the demo 2016-07-13 12:23:34 -07:00
Robin Dunn
db8957f995 Add note to some module docstrings about importing before creating wx.App 2016-07-13 12:23:04 -07:00
Robin Dunn
a1083594be Merge pull request #111 from dougthor42/refactor-lib.plot-part2
Additional Refactoring of lib.plot [Part 2: conversion to package]
2016-07-11 09:05:30 -07:00
Robin Dunn
042b6d3c52 Merge pull request #116 from swprojects/fix-listctrl
update listctrl
2016-07-11 08:36:11 -07:00
Robin Dunn
5d2e0e1fc7 Merge pull request #114 from david-hughes/master
Update helpviewer.py
2016-07-11 08:35:37 -07:00
swprojects
e592026a34 update listctrl
change xrange to range
2016-07-09 21:13:41 +01:00
david-hughes
bfcc50ce53 Update helpviewer.py
Trivial changes to comments
2016-07-08 16:26:19 +01:00
Robin Dunn
10808493ab Merge pull request #107 from RobinD42/add-ribbon-lib
Add ribbon lib
2016-07-07 21:55:20 -07:00