Commit Graph

19 Commits

Author SHA1 Message Date
cbeytas
7b02c88a28 Merge branch 'master' into treefixes 2021-01-10 03:04:29 +00:00
Robin Dunn
9f2cc54b48 Update copyright years 2020-03-10 11:41:39 -07:00
Robin Dunn
dd88295af4 Change initial window size 2020-01-22 11:25:42 -08:00
cbeytas
0eb68d793f Prevent wxAssertionError in demo components
Initialize the locale in Main.py and run.py in the wxPython demo files.
Prevents wx._core.wxAssertionError:
  C++ assertion "strcmp(setlocale(LC_ALL, NULL), "C") == 0" failed at
  ..\..\src\common\intl.cpp(1579) in wxLocale::GetInfo()
2019-01-07 00:24:12 -05:00
Robin Dunn
882401e9d9 Merge pull request #1063 from RobinD42/fix-issue997
Various updates for wxJoystick

(cherry picked from commit 12f20a4018)
2018-10-29 19:01:24 -07:00
Robin Dunn
b77c88a280 Merge tag 'wxPython-4.0.2' into wxPy-4.0.x
(cherry picked from commit 4c56c39e52)
2018-06-17 22:04:22 -07:00
Robin Dunn
94c69d707f Add the agw subfolder to path so standalone samples can be run there 2017-09-04 14:00:57 -07:00
Robin Dunn
b50b321d0e Fix some virtual method signatures 2017-04-25 14:37:50 -07:00
Robin Dunn
4b16ccc7d1 Update copyright in demo 2017-02-13 15:30:04 -08:00
Valentin Lavrinenko
b00617cd7b fix some minor issues to allow MaskedEditControls run, including running from demo dir 2016-06-20 01:35:32 +03:00
Robin Dunn
571668a23f Remove the old CVS $Id: tags.
They don't work in git, and don't work by default in SVN either.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-09 02:39:35 +00:00
Robin Dunn
26975f4bff Fix debug helper line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-02-06 08:04:17 +00:00
Robin Dunn
558fcfa5a3 PR61: Added python shebangs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-23 00:44:14 +00:00
Robin Dunn
2bf5a267fa PR58: More fixes for Phoenix deprecations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-23 00:20:07 +00:00
Robin Dunn
1abc932d3f Fix print statements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-01-23 00:18:45 +00:00
Robin Dunn
d64b6bb204 print('with parenthesis') fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-05 22:56:14 +00:00
Robin Dunn
03026192b8 Ensure the CWD is the demo folder when running samples standalone
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-13 06:16:19 +00:00
Robin Dunn
f039f7c367 Initial port of wxPython demo from Classic to Phoenix.
Pulled and squashed from https://github.com/RobinD42/Phoenix/pull/7
Thanks Metallicow!

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-13 06:06:29 +00:00
Robin Dunn
f96e25db1f Copy the wxPython demo from Classic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-06-11 18:24:09 +00:00