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
Robin Dunn
0ac6651442
Merge pull request #66 from swt2c/skip_dcgraph_print_test
...
Skip PrinterDC test on wxGTK
2016-05-09 18:35:31 -07:00
Robin Dunn
6f0eb5e441
Add missing wxPyInt_FromSsize_t
2016-05-08 08:20:23 -07:00
Robin Dunn
b96160b4de
Merge pull request #61 from swt2c/fix_eventfilter
...
Fix wxEventFilter - don't mark as abstract but remove default constru…
2016-05-07 19:17:39 -07:00
Robin Dunn
4f38ee259d
Remove imp_unittest
2016-05-07 19:16:28 -07:00
Robin Dunn
04b0b3fe43
Fix typo
2016-05-07 19:16:28 -07:00
Robin Dunn
73a15ee2cc
Add a TODO for docs
2016-05-07 19:16:27 -07:00
Robin Dunn
f8d638b64e
Update copyrights in sip_generator too
2016-05-07 19:16:27 -07:00
Robin Dunn
6a0e7cf50c
Generate interface files for PyCharm too.
...
Currently they are just copies of what we were already doing for WingIDE, but we can add more advanced things like type-hinting later...
2016-05-07 19:16:27 -07:00
Robin Dunn
f458fa12ad
Ignore PyCharm project info for now.
2016-05-07 19:16:27 -07:00
Robin Dunn
90897f4deb
Remove duplicate item
2016-05-07 19:16:27 -07:00
Robin Dunn
1b7daf2d12
Merge pull request #58 from swt2c/fix_throbber_test
...
Fix throbber test crash on GTK2
2016-05-07 18:59:24 -07:00
Robin Dunn
2a19b7a409
Merge pull request #55 from dougthor42/fix-fcobjects-group-regression
...
Updated FCObjects
2016-05-07 18:55:57 -07:00
Robin Dunn
f01198bcc4
Merge pull request #68 from swt2c/fix_wacky_ints
...
Fix wacky ints (mainly for Py2.7 / Win64)
2016-05-07 18:36:08 -07:00
Scott Talbert
02b4bb28e7
Fix wacky ints (mainly for Py2.7 / Win64)
...
The 'wacky ints' tests were failing on Win64. It seems that the PyLong_XX
functions don't work correctly there on Py 2.7. The solution was to switch to
the PyInt_XX functions, which will correctly return a PyLong when necessary.
2016-05-07 13:27:37 -04:00
Robin Dunn
41c5e4ba5f
Merge pull request #74 from RobinD42/pr45-alternate
...
PR45, just a little different.
2016-05-07 02:08:13 -07:00
Robin Dunn
c96d31f919
Instead of hacking the generated C++ after the fact,
...
generate the sip code a little differently for the int tricky constants,
and add some tests.
2016-05-07 01:27:28 -07:00
Robin Dunn
ea3f3d40bd
Merge branch 'fix_defines_better' of https://github.com/swt2c/Phoenix into pr45-alternate
2016-05-07 00:30:31 -07:00
Robin Dunn
7840dea2ac
Merge pull request #73 from swt2c/fix_mediactrl_demo
...
Remove use of <> operator in demos and fix MediaCtrl demo
2016-05-06 21:21:24 -07:00
Scott Talbert
b7625ccb01
Remove use of <> operator in demos and fix MediaCtrl demo
2016-05-05 22:50:56 -04:00
Robin Dunn
a1cf723b03
Update wxWidgets
2016-05-04 23:03:16 -07:00
Robin Dunn
fdab831c19
Add a note about generating stub code
2016-05-04 18:31:56 -07:00
Robin Dunn
45f91fdd0b
A little cleanup and typo fixes.
2016-05-04 18:26:11 -07:00
Robin Dunn
d9956d611e
Merge pull request #53 from swt2c/textentry_autocomplete
...
Enable ownership transfer for wxTextEntry::AutoComplete(wxTextComplet…
2016-05-02 21:24:59 -07:00
Robin Dunn
87a89b0407
Merge pull request #52 from swt2c/text_completer_simple
...
Correct TextCompleterSimple example
2016-05-02 21:21:05 -07:00
Robin Dunn
7a09ff53ca
Merge pull request #47 from swt2c/skip_webkit_tests
...
Skip the webkit tests if not on Mac
2016-05-02 21:19:46 -07:00
Robin Dunn
aa41158c9d
Merge pull request #50 from swt2c/fix_getxwindow_gtk3_crash
...
Fix crash when calling GetHandle() on unrealized window with wxGTK3
2016-05-02 21:16:16 -07:00
Robin Dunn
2af90d820b
Merge pull request #46 from swt2c/link_wxmedia
...
Fix linking of wx.media module
2016-05-02 21:11:23 -07:00
Robin Dunn
d9d02f79d4
Merge pull request #44 from swt2c/animate_moved
...
Document that the wx.animate classes moved to wx.adv
2016-05-02 20:58:50 -07:00
Scott Talbert
e8a416fab7
Add int* overloads for ClientToScreen/ScreenToClient overloads and add tests
...
These are non-ambiguous and there is existing code using them.
2016-04-16 21:06:08 -04:00
Scott Talbert
0ff5d9429c
Skip PrinterDC test on wxGTK
2016-04-06 23:27:17 -04:00
Scott Talbert
b8d5c04f9a
Fix VLBox test - need to wait a little longer
2016-04-06 23:23:08 -04:00
Scott Talbert
cafb659bbf
Fix process test - was crashing intermittently. Also, check the flag.
2016-04-05 22:41:01 -04:00