Commit Graph

1965 Commits

Author SHA1 Message Date
Scott Talbert
19573aa9a6 Fix ComboCtrl documentation 2016-05-10 20:33:18 -04: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
Robin Dunn
2078c55af7 Use a MappedType for wxIntPtr and wxUIntPtr too. 2016-03-09 20:29:12 -08:00
Robin Dunn
e69accaa9f * Deal with wxIntPtr and wxUIntPtr with a typedef (for now?)
* Add wacky_int tests
* Some cleanup
2016-03-08 22:49:57 -08:00
Robin Dunn
7f380e43a0 Add some notes 2016-03-04 21:35:08 -08:00
Robin Dunn
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.)
2016-03-04 21:05:46 -08:00
Robin Dunn
2c0ba84396 size_t experiments 2016-03-04 14:51:59 -08:00
Robin Dunn
e149428a0e Some additional notes about the bitness problem 2016-03-04 14:39:48 -08:00
Robin Dunn
aab2833c76 Bump wxWidgets revision 2016-03-03 21:10:59 -08:00
Robin Dunn
e2ffc936c5 Merge branch 'gtk3' 2016-03-02 20:24:25 -08:00
Robin Dunn
babb9b9e5d sip.voidptr no longer converts to a long() 2016-03-02 20:22:33 -08:00
Robin Dunn
51b2f0070b Add builders for gtk3 2016-03-02 20:21:25 -08:00
Robin Dunn
c2377f7a08 We need to pass the --gtk3 to the wxwidgets build too. 2016-03-02 20:12:38 -08:00
Robin Dunn
549df8a6d0 Merge branch 'gtk3' of git://github.com/swt2c/Phoenix into gtk3 2016-03-02 18:26:08 -08:00
Robin Dunn
eedda346d6 Merge pull request #41 from swt2c/fix_define_extraction
Fix extraction for #define's when not an integer or string
2016-03-01 22:26:05 -08:00
Robin Dunn
08167e3cc0 Merge branch 'tibogens-master' 2016-03-01 21:46:23 -08:00
Robin Dunn
2c630fa533 Move the Cygwin location code into a function
Add a note to README about the need for Cygwin
2016-03-01 21:44:16 -08:00
Scott Talbert
aa0be2719e Fix extraction for #define's when not an integer or string
Some #define values fall outside the range of int, so we need to override the
types.
2016-03-01 22:50:19 -05:00
Thibault Genessay
fa690a7e5f Added shell=True to Popen() on win32
This allows 'dot.exe' to be found when called with 'dot', as long as
'dot.exe' is in the PATH.
2016-03-01 13:01:36 +01:00
Thibault Genessay
01ef209420 Basic Cygwin path detection
So that build.py works out of the box with default Cygwin 64
installations
2016-03-01 12:57:45 +01:00
Robin Dunn
fdf739f2ba add missing image 2016-02-29 22:41:00 -08:00
Robin Dunn
654095c589 I don't see the need for this one 2016-02-29 22:41:00 -08:00
Robin Dunn
e3e09067b7 ding out 2016-02-29 22:41:00 -08:00
Robin Dunn
a306ca44cc There is no need to pop up a new window to show a FileCtrl 2016-02-29 22:40:59 -08:00
Robin Dunn
6f55977125 Move older samples out of the recents section 2016-02-29 22:40:59 -08:00
Robin Dunn
9b789781c4 Change main_globals to demodata 2016-02-29 22:40:59 -08:00
Werner F Bruhin
4c45ee11db - last one from me for the work Metallicow has done
- adding a few demos
- moved demo list and image list to external module
2016-02-29 22:40:59 -08:00
Robin Dunn
a1492d304b Merge pull request #51 from Metallicow/pubsub-branch-master2014
PY3 pubsub Fixs
2016-02-29 21:43:02 -08:00
Robin Dunn
48ae798415 Merge branch 'misc-fixes' 2016-02-29 21:32:47 -08:00
Robin Dunn
d84ade13bb Add --release_build CLI option.
It turns off some dev-only options, and controls where uploads will go.
2016-02-29 21:31:18 -08:00
Robin Dunn
09e4084a87 Add --trusted-host option 2016-02-29 19:41:16 -08:00
Robin Dunn
d6dcd4060f Add link for wx.media module. 2016-02-29 19:12:40 -08:00
Robin Dunn
ae68dbc1e1 Fix typo 2016-02-29 19:12:12 -08:00
Robin Dunn
5c029d5955 Use cp1252 on Windows for the wxWidgets build too,
and add a note to the README about it.
2016-02-29 19:11:49 -08:00
Scott Talbert
a57bec2e71 Add support for building with GTK3 2016-02-29 20:22:58 -05:00
Robin Dunn
e07098db6d Merge branch 'msvc14' 2016-02-28 22:48:39 -08:00
Robin Dunn
73e5622e54 Fix loose version check 2016-02-28 22:37:54 -08:00
Robin Dunn
5a2ce07014 Add compiler version support for VisStudio 2015 2016-02-28 22:37:21 -08:00
Robin Dunn
247ad1128d Merge branch 'fix-docs-build' 2016-02-28 20:56:19 -08:00
Robin Dunn
a700ef0cae Don't use reload on Python3 2016-02-28 20:52:59 -08:00
Robin Dunn
f937890aca Add _media to MODULENAME_REPLACE 2016-02-28 20:02:06 -08:00
Robin Dunn
9b620ff32e Merge pull request #25 from wernerfb/2015-july-intctrl
wx.lib.intctrl
2016-02-28 00:48:06 -08:00
Robin Dunn
40e6a50219 Drop Py33 build on Windows, add Py35. 2016-02-28 00:45:54 -08:00
Robin Dunn
f679024027 Use cp1252 encoding on Windows for cmd output 2016-02-28 00:45:24 -08:00
DietmarSchwertberger
abbf850d56 Add support for Visual Studio 2015 and encoding issues
Replace 'touch' command with Python implementation to reduce dependency on cygwin.
2016-02-28 00:27:28 -08:00
Robin Dunn
964307cbb7 Merge pull request #36 from RobinD42/add-mediactrl
Add mediactrl
2016-02-28 00:13:26 -08:00
wernerfb
2dae793a67 - correct as per Robin's comments 2016-02-28 09:06:07 +01:00
Robin Dunn
1d5576d794 MediaCtrl tweaks and cleanup.
Update wxWidgets tag
2016-02-27 23:52:50 -08:00
Robin Dunn
34fb823cd4 Add unit tests for MediaCtrl and MediaEvent. 2016-02-27 23:51:16 -08:00