Commit Graph

2058 Commits

Author SHA1 Message Date
Robin Dunn
b6068166c2 Set wx submodule to newest 3.0 2016-05-27 10:31:36 -07:00
Robin Dunn
dc47a18e32 Merge pull request #88 from RobinD42/copy-vcredist-dlls
For Python 3.5 add the VC14 CRT DLLs
2016-05-25 22:47:43 -07:00
Robin Dunn
22d2394190 For Python 3.5 add the VC14 CRT DLLs 2016-05-25 22:23:42 -07:00
Robin Dunn
f03b1157d9 The linux build slave has been updated. Remove the Python 3.3 builder and add builders for 3.4 and 3.5 2016-05-25 09:25:36 -07:00
Robin Dunn
14a1dddde4 Merge pull request #84 from GadgetSteve/master
Resolved a few minor issues in demos
2016-05-24 14:59:00 -07:00
Steve Barnes
c1d26d1e84 Remaining xrange issues resolved by replacing with range 2016-05-22 14:11:56 +01:00
Steve Barnes
92e74bf28d AUI_MDI now working 2016-05-22 14:07:03 +01:00
Steve Barnes
a8e543ebf3 agw/GenericMessageDialog now working 2016-05-22 13:13:04 +01:00
Steve Barnes
c938972c39 AUI_Notebook now working 2016-05-22 13:00:01 +01:00
Steve Barnes
520f94031c DVC_ListCtrl now working 2016-05-22 12:54:43 +01:00
Steve Barnes
583841c8af Fixes to get AUI_DockingWindowMgr working 2016-05-22 12:46:00 +01:00
Steve Barnes
6c9c63979f Changed xrange to range in RawBitmapAccess and BitmapFromBuffer 2016-05-22 09:26:33 +01:00
Steve Barnes (at Home
3a5292b73b Addressed iteritems & sys.maxint in ListCtrl_edit and CheckListCtrlMixin 2016-05-22 09:05:43 +01:00
Steve Barnes (at Home
9cd9b0d6d2 Modified Treebook and Toolbook to use next(imageIdGenerator) rather than imageIdGenerator.next() 2016-05-22 08:56:27 +01:00
Steve Barnes (at Home
c1ca8af72a Modified Validator to use string.ascii_letters rather than string.letters 2016-05-22 08:50:54 +01:00
Robin Dunn
6aacc38153 Fix how the const parameter types are specified,
the isConst flag isn't used here yet.
2016-05-17 11:12:32 -07:00
Robin Dunn
a8f6d6961d Move axbase to an etg script, add tests 2016-05-17 10:45:05 -07:00
Robin Dunn
ae42d4d894 add the msw module for the docs 2016-05-17 08:21:33 -07:00
Robin Dunn
8a022cf799 The base class is wx.msw.PyAxBaseWindow, call its __init__ 2016-05-16 21:03:34 -07:00
Robin Dunn
87e4e46c3b Fix the module these classes are in. 2016-05-16 21:00:40 -07:00
Robin Dunn
566b5cc247 Merge pull request #81 from RobinD42/pr35-msw-module
Finish PR 35
2016-05-14 23:51:46 -07:00
Robin Dunn
25980af616 Update wxWidgets commit 2016-05-14 23:50:53 -07:00
Robin Dunn
fce72e9882 Update TODO 2016-05-14 23:27:24 -07:00
Robin Dunn
a823a32524 Add axbase with wxPyAxBaseWindow 2016-05-14 23:14:37 -07:00
Robin Dunn
f4bcb01aaa typo 2016-05-13 20:16:18 -07:00
Robin Dunn
5751b9296e typos 2016-05-13 20:15:54 -07:00
Robin Dunn
8bdff2cf2a fixes in the metafile test 2016-05-13 19:37:33 -07:00
Robin Dunn
986d868ccb Begin merging the remaining parts for PR #35.
Add _msw module for wxMSW-only things, starting with the metafile classes.
2016-05-13 18:51:53 -07:00
Robin Dunn
028d173676 Rename some doc files --> *.rst for editor support and for GitHub visibility. 2016-05-11 22:12:07 -07:00
Robin Dunn
c42ee6bce3 More typos and other cleanup 2016-05-11 19:49:57 -07:00
Robin Dunn
bcc70efbb4 Update the section on version numbers 2016-05-11 19:44:10 -07:00
Robin Dunn
d89d038a72 Not using mercurial any more... 2016-05-11 19:39:18 -07:00
Robin Dunn
65c07cf447 RIP wxversion 2016-05-11 19:38:53 -07:00
Robin Dunn
3e3c3a41f9 More typos and other cleanup 2016-05-10 22:36:37 -07:00
Robin Dunn
4e9935e1f0 Merge pull request #80 from swt2c/fix_comboctrl_doc
Fix ComboCtrl documentation
2016-05-10 21:45:23 -07:00
Scott Talbert
19573aa9a6 Fix ComboCtrl documentation 2016-05-10 20:33:18 -04:00
Robin Dunn
b85bcd3efa Merge pull request #78 from RobinD42/misc-stuff
Misc stuff
2016-05-09 23:00:03 -07:00
Robin Dunn
d62a2af519 Update comments about version number scheme 2016-05-09 22:17:52 -07:00
Robin Dunn
4ad4884809 Update copyright, etc. 2016-05-09 22:17:29 -07:00
Robin Dunn
fb041b0f1a Merge pull request #77 from swt2c/skip_pdfviewer_test
Skip pdfviewer test on wxGTK also - it crashes there too
2016-05-09 22:00:14 -07:00
Robin Dunn
5ac05f4266 Merge pull request #76 from swt2c/fix_pdfviewer_py3
Fix pdfviewer for Python 3
2016-05-09 21:59:45 -07:00
Robin Dunn
83b3ddedfd Merge pull request #67 from swt2c/add_window_coord_overloads
Add int* overloads for ClientToScreen/ScreenToClient overloads and ad…
2016-05-09 21:55:30 -07:00
Robin Dunn
1594acad6a Update classifiers 2016-05-09 21:54:12 -07:00
Robin Dunn
8a581ff317 Some typos and other cleanup 2016-05-09 21:54:12 -07:00
Scott Talbert
0c8139f618 Skip pdfviewer test on wxGTK also - it crashes there too 2016-05-09 23:06:17 -04:00
Scott Talbert
64a3e46960 Fix pdfviewer for Python 3 2016-05-09 22:57:38 -04:00
Robin Dunn
fb4ebd6ab6 Merge pull request #64 from swt2c/fix_process_tests
Fix process test - was crashing intermittently.  Also, check the flag.
2016-05-09 18:43:07 -07:00
Robin Dunn
cacdf3722c Merge pull request #65 from swt2c/fix_vlbox_tests
Fix VLBox test - need to wait a little longer
2016-05-09 18:42:20 -07:00
Robin Dunn
56382234b4 Merge pull request #63 from swt2c/fix_floatcanvas_bbox_tests
Remove stray print() from floatcanvas bbox tests - it was causing an …
2016-05-09 18:41:47 -07:00
Robin Dunn
2a713adf1c Merge pull request #62 from swt2c/skip_dcprint_tests
Skip PrinterDC tests on wxGTK - PrinterDC isn't supported and will crash
2016-05-09 18:41:33 -07:00