Commit Graph

2015 Commits

Author SHA1 Message Date
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
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
Scott Talbert
b96521f7b3 Remove stray print() from floatcanvas bbox tests - it was causing an Exception 2016-04-05 22:37:41 -04:00
Scott Talbert
21dd774744 Skip PrinterDC tests on wxGTK - PrinterDC isn't supported and will crash 2016-04-05 22:35:50 -04:00
Scott Talbert
7040e3018d Fix wxEventFilter - don't mark as abstract but remove default constructors
Also add a unittest and update the documentation
2016-04-05 20:45:33 -04:00
Scott Talbert
ed6197e069 Fix throbber test crash on GTK2
Move GetBitmap() code into test case so that it is not executed before the
wx.App object is created.
2016-03-27 22:27:43 -04:00
Douglas Thor
f024e60255 Updated FCObjects
Updated FCObjects so that Group() creates a bounding box before attempting to add objects.
2016-03-21 13:13:47 -07:00
Scott Talbert
290b412f08 Enable ownership transfer for wxTextEntry::AutoComplete(wxTextCompleter*) 2016-03-17 22:53:14 -04:00
Scott Talbert
5852dcc623 Correct TextCompleterSimple example
Need to pass instance of MyTextCompleter, not class itself.
2016-03-17 00:08:42 -04:00
Scott Talbert
69af9e3fb0 Fix crash when calling GetHandle() on unrealized window with wxGTK3
Unlike GDK_WINDOW_XWINDOW(), GDK_WINDOW_XID() seems unable to handle NULLs,
so check for a NULL first.  This is similar to a patch I submitted for Classic:
http://trac.wxwidgets.org/ticket/16765
2016-03-12 13:37:54 -05:00
Robin Dunn
f780b21688 Merge pull request #48 from RobinD42/wacky-int-types
Wacky int types
2016-03-09 21:10:31 -08:00
Robin Dunn
23e69cb9b8 Some cleanup and comments 2016-03-09 21:10:08 -08:00
Scott Talbert
3b65107ee0 Skip the webkit tests if not on Mac 2016-03-09 23:53:52 -05:00