Commit Graph

  • 0ff5d9429c Skip PrinterDC test on wxGTK Scott Talbert 2016-04-06 23:27:17 -04:00
  • b8d5c04f9a Fix VLBox test - need to wait a little longer Scott Talbert 2016-04-06 23:23:08 -04:00
  • cafb659bbf Fix process test - was crashing intermittently. Also, check the flag. Scott Talbert 2016-04-05 22:41:01 -04:00
  • b96521f7b3 Remove stray print() from floatcanvas bbox tests - it was causing an Exception Scott Talbert 2016-04-05 22:37:41 -04:00
  • 21dd774744 Skip PrinterDC tests on wxGTK - PrinterDC isn't supported and will crash Scott Talbert 2016-04-05 22:35:50 -04:00
  • 7040e3018d Fix wxEventFilter - don't mark as abstract but remove default constructors Scott Talbert 2016-04-04 20:17:53 -04:00
  • ed6197e069 Fix throbber test crash on GTK2 Scott Talbert 2016-03-27 22:27:43 -04:00
  • f024e60255 Updated FCObjects Douglas Thor 2016-03-21 13:13:47 -07:00
  • 290b412f08 Enable ownership transfer for wxTextEntry::AutoComplete(wxTextCompleter*) Scott Talbert 2016-03-17 22:53:14 -04:00
  • 5852dcc623 Correct TextCompleterSimple example Scott Talbert 2016-03-17 00:08:42 -04:00
  • 69af9e3fb0 Fix crash when calling GetHandle() on unrealized window with wxGTK3 Scott Talbert 2016-03-12 13:04:15 -05:00
  • f780b21688 Merge pull request #48 from RobinD42/wacky-int-types Robin Dunn 2016-03-09 21:10:31 -08:00
  • 23e69cb9b8 Some cleanup and comments Robin Dunn 2016-03-09 21:10:08 -08:00
  • 3b65107ee0 Skip the webkit tests if not on Mac Scott Talbert 2016-03-09 23:53:52 -05:00
  • 2078c55af7 Use a MappedType for wxIntPtr and wxUIntPtr too. Robin Dunn 2016-03-09 20:29:12 -08:00
  • 36683c840f Fix linking of wx.media module Scott Talbert 2016-03-09 20:13:25 -05:00
  • e69accaa9f * Deal with wxIntPtr and wxUIntPtr with a typedef (for now?) * Add wacky_int tests * Some cleanup Robin Dunn 2016-03-08 22:49:57 -08:00
  • 3634414c50 Rework fix for #define type extraction Scott Talbert 2016-03-08 00:07:55 -05:00
  • 7f380e43a0 Add some notes Robin Dunn 2016-03-04 21:35:08 -08:00
  • cb701bd77e Reinstate the size_t MappedType with compile-time bit size checking Replace the use of size_t in custom code with ulong so SIP doesn't try to use the MappedType there (it only uses pointers for them.) Robin Dunn 2016-03-04 21:05:46 -08:00
  • b9349044d1 Document that the wx.animate classes moved to wx.adv Scott Talbert 2016-03-04 21:02:53 -05:00
  • 2c0ba84396 size_t experiments Robin Dunn 2016-03-04 14:51:59 -08:00
  • e149428a0e Some additional notes about the bitness problem Robin Dunn 2016-03-04 12:53:17 -08:00
  • aab2833c76 Bump wxWidgets revision Robin Dunn 2016-03-03 21:10:59 -08:00
  • e2ffc936c5 Merge branch 'gtk3' Robin Dunn 2016-03-02 20:24:25 -08:00
  • babb9b9e5d sip.voidptr no longer converts to a long() Robin Dunn 2016-03-02 20:22:33 -08:00
  • 51b2f0070b Add builders for gtk3 Robin Dunn 2016-03-02 20:21:25 -08:00
  • c2377f7a08 We need to pass the --gtk3 to the wxwidgets build too. Robin Dunn 2016-03-02 20:12:38 -08:00
  • 549df8a6d0 Merge branch 'gtk3' of git://github.com/swt2c/Phoenix into gtk3 Robin Dunn 2016-03-02 18:26:08 -08:00
  • eedda346d6 Merge pull request #41 from swt2c/fix_define_extraction Robin Dunn 2016-03-01 22:26:05 -08:00
  • 08167e3cc0 Merge branch 'tibogens-master' Robin Dunn 2016-03-01 21:46:23 -08:00
  • 2c630fa533 Move the Cygwin location code into a function Add a note to README about the need for Cygwin Robin Dunn 2016-03-01 21:44:16 -08:00
  • aa0be2719e Fix extraction for #define's when not an integer or string Scott Talbert 2016-02-27 21:41:54 -05:00
  • fa690a7e5f Added shell=True to Popen() on win32 Thibault Genessay 2016-03-01 13:01:36 +01:00
  • 01ef209420 Basic Cygwin path detection Thibault Genessay 2016-03-01 12:57:45 +01:00
  • fdf739f2ba add missing image Robin Dunn 2016-02-29 22:33:25 -08:00
  • 654095c589 I don't see the need for this one Robin Dunn 2016-02-29 22:25:09 -08:00
  • e3e09067b7 ding out Robin Dunn 2016-02-29 22:22:52 -08:00
  • a306ca44cc There is no need to pop up a new window to show a FileCtrl Robin Dunn 2016-02-29 22:22:37 -08:00
  • 6f55977125 Move older samples out of the recents section Robin Dunn 2016-02-29 22:21:57 -08:00
  • 9b789781c4 Change main_globals to demodata Robin Dunn 2016-02-29 22:20:36 -08:00
  • 4c45ee11db - last one from me for the work Metallicow has done - adding a few demos - moved demo list and image list to external module Werner F Bruhin 2014-01-29 15:53:40 +01:00
  • a1492d304b Merge pull request #51 from Metallicow/pubsub-branch-master2014 Robin Dunn 2016-02-29 21:43:02 -08:00
  • 48ae798415 Merge branch 'misc-fixes' Robin Dunn 2016-02-29 21:32:47 -08:00
  • d84ade13bb Add --release_build CLI option. It turns off some dev-only options, and controls where uploads will go. Robin Dunn 2016-02-29 21:31:18 -08:00
  • 09e4084a87 Add --trusted-host option Robin Dunn 2016-02-29 19:41:16 -08:00
  • d6dcd4060f Add link for wx.media module. Robin Dunn 2016-02-29 19:12:40 -08:00
  • ae68dbc1e1 Fix typo Robin Dunn 2016-02-29 19:12:12 -08:00
  • 5c029d5955 Use cp1252 on Windows for the wxWidgets build too, and add a note to the README about it. Robin Dunn 2016-02-29 19:11:49 -08:00
  • a57bec2e71 Add support for building with GTK3 Scott Talbert 2016-02-25 20:53:33 -05:00
  • e07098db6d Merge branch 'msvc14' Robin Dunn 2016-02-28 22:48:39 -08:00
  • 73e5622e54 Fix loose version check Robin Dunn 2016-02-28 22:37:54 -08:00
  • 5a2ce07014 Add compiler version support for VisStudio 2015 Robin Dunn 2016-02-28 22:37:21 -08:00
  • 247ad1128d Merge branch 'fix-docs-build' Robin Dunn 2016-02-28 20:56:19 -08:00
  • a700ef0cae Don't use reload on Python3 Robin Dunn 2016-02-28 20:52:59 -08:00
  • f937890aca Add _media to MODULENAME_REPLACE Robin Dunn 2016-02-28 20:02:06 -08:00
  • 9b620ff32e Merge pull request #25 from wernerfb/2015-july-intctrl Robin Dunn 2016-02-28 00:48:06 -08:00
  • 40e6a50219 Drop Py33 build on Windows, add Py35. Robin Dunn 2016-02-28 00:45:54 -08:00
  • f679024027 Use cp1252 encoding on Windows for cmd output Robin Dunn 2016-02-28 00:45:24 -08:00
  • abbf850d56 Add support for Visual Studio 2015 and encoding issues Replace 'touch' command with Python implementation to reduce dependency on cygwin. DietmarSchwertberger 2015-12-06 21:34:45 +01:00
  • 964307cbb7 Merge pull request #36 from RobinD42/add-mediactrl Robin Dunn 2016-02-28 00:13:26 -08:00
  • 2dae793a67 - correct as per Robin's comments wernerfb 2016-02-28 09:06:07 +01:00
  • 1d5576d794 MediaCtrl tweaks and cleanup. Update wxWidgets tag Robin Dunn 2016-02-27 23:52:50 -08:00
  • 34fb823cd4 Add unit tests for MediaCtrl and MediaEvent. Robin Dunn 2016-02-27 23:51:16 -08:00
  • c5952165cb add _media module with MediaCtrl DietmarSchwertberger 2015-12-06 21:30:31 +01:00
  • a1d0be9044 Add MediaCtrl. DietmarSchwertberger 2015-12-06 21:27:59 +01:00
  • 4faf1d33ab Merge branch 'fix-srchctrl' Robin Dunn 2016-02-27 20:57:23 -08:00
  • f43ff99bb1 Ignore the new [Show|Hide]NativeCaret methods in the wx.SearchCtrl Robin Dunn 2016-02-27 20:52:16 -08:00
  • 3685fc1443 Merge pull request #26 from dougthor42/lib.plot.py_updates Robin Dunn 2016-02-27 20:33:49 -08:00
  • b9cd4177a9 Merge branch 'move-build_wxwidgets' Robin Dunn 2016-02-27 19:49:16 -08:00
  • 598ee1e3f2 Import and use build_wxwidgets from buildtools Robin Dunn 2016-02-27 18:21:31 -08:00
  • 7ef466594e Add a requirements file to define the Python packages needed to do a build. Robin Dunn 2016-02-27 14:41:50 -08:00
  • 4cbfc0d330 Copy the build-wxwidgets.py script into Phoenix's buildtools. I think we're the only ones using it anyway. Robin Dunn 2016-02-27 14:40:58 -08:00
  • 30a2bf13bc Add [Show|Hide]NativeCaret for MSW. Robin Dunn 2016-02-27 17:36:17 -08:00
  • a14e2f7b54 Merge pull request #34 from wernerfb/2015-sept-floatcanvas Robin Dunn 2016-02-27 17:20:45 -08:00
  • 0ecdfd38f3 Merge pull request #33 from wernerfb/2015-sept-c-vs-p Robin Dunn 2016-02-27 17:12:57 -08:00
  • 35af6d5e7d Merge pull request #29 from driscollis/patch-5 Robin Dunn 2016-02-27 17:01:19 -08:00
  • dcd01ff9e6 Merge pull request #28 from driscollis/patch-4 Robin Dunn 2016-02-27 17:00:40 -08:00
  • 1942f45e7b Merge pull request #27 from driscollis/patch-3 Robin Dunn 2016-02-27 17:00:08 -08:00
  • ca15e52650 Merge pull request #22 from wernerfb/2015-july-demo Robin Dunn 2016-02-27 16:50:47 -08:00
  • 6e2be0665a Merge pull request #19 from buhtz/wx.ART_IDs Robin Dunn 2016-02-27 16:45:31 -08:00
  • cc92d91f39 Merge pull request #32 from dossan/master Robin Dunn 2016-02-27 16:44:41 -08:00
  • f0bec9e6d9 update wxWidgets tag Robin Dunn 2016-02-26 20:47:53 -08:00
  • 58450ccf31 Correct the wx branch to use. Robin Dunn 2016-02-26 20:47:31 -08:00
  • 9f939e8183 Update wxWidgets tag Robin Dunn 2016-02-26 16:15:06 -08:00
  • 29119c37f8 Skip wx.UIActionSimulator.Char and .Text tests on OSX Robin Dunn 2016-02-26 15:23:31 -08:00
  • 146f49f7de Update wxWidgets tag Robin Dunn 2016-02-26 15:18:05 -08:00
  • eedf71816b Merge branch 'fixes-for-some-unittests' Robin Dunn 2016-02-22 21:13:00 -08:00
  • 157c2a43e0 fix test assertion Robin Dunn 2016-02-22 21:07:17 -08:00
  • bd1ad166bc Update wxWidgets to current WX_3_0_BRANCH Robin Dunn 2016-02-22 21:00:28 -08:00
  • b6d15ec1ca Merge branch 'master' into fixes-for-some-unittests Robin Dunn 2016-02-22 20:08:57 -08:00
  • f997e32da1 Update wxWidgets revision Robin Dunn 2016-02-22 20:06:39 -08:00
  • 4ecd949e32 Tweak the new section header. Robin Dunn 2016-01-15 12:47:53 -08:00
  • f4cae9c250 Merge branch 'master' into fixes-for-some-unittests Robin Dunn 2016-01-15 12:38:43 -08:00
  • 2674fdac12 Add some example build commands. Robin Dunn 2016-01-15 12:37:34 -08:00
  • 3bd8317aaf skip pdfviewer tests on Mac Robin Dunn 2015-12-23 18:05:01 -08:00
  • bd83c28a01 vec2d tests do not need pypdf Robin Dunn 2015-12-23 17:56:43 -08:00
  • 299c95c7fa Pull constants used as arg default values from core, to fix test_pi_import Robin Dunn 2015-12-23 17:37:45 -08:00
  • e45b7667f8 get the uiaction tests working on OSX again, mostly Robin Dunn 2015-12-23 17:36:03 -08:00
  • d051ec1420 ensure that waitFor calls myYield at least once Robin Dunn 2015-12-23 17:35:08 -08:00