Robin Dunn
|
54d9dcf5a1
|
Bump demo version too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@77732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-09-19 23:20:04 +00:00 |
|
Robin Dunn
|
90ee034d74
|
PR #76: a few wx.lib things for Py33
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-04-19 21:26:03 +00:00 |
|
Robin Dunn
|
cc91914795
|
PR #75: some more wx.lib.agw fixes for Py33
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-04-19 21:25:40 +00:00 |
|
Robin Dunn
|
f6cc70ef71
|
PR #74: some more wx.lib.agw fixes for Py33
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-04-19 21:25:24 +00:00 |
|
Robin Dunn
|
b58599433d
|
PR #73: a few wx.lib things for Py33
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-04-19 21:24:58 +00:00 |
|
Robin Dunn
|
726e75e766
|
Change wx.StatusBar.GetFieldRect to return the rectangle (for Pythonicity and Classic compatibility)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-03-02 00:13:42 +00: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
|
a7492f279e
|
Just a little cleanup and comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-02-06 08:04:27 +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
|
309a66960b
|
Fix a missed wx.ArtProvider_GetBitmap to wx.ArtProvider.GetBitmap change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-28 04:50:59 +00:00 |
|
Robin Dunn
|
a9595b241a
|
PR64: Various Phoenix and Py3 fixes for the demo and library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-28 04:48:21 +00:00 |
|
Robin Dunn
|
48dbde99f3
|
Some changes needed for the demo framework to start up and run with Py3.
Probably still needs some more work...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-25 08:28:06 +00:00 |
|
Robin Dunn
|
2baf85d347
|
Convert embedded image data from string literals to bytes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-25 08:27:48 +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
|
ea181b5b72
|
PR57: Mainly style changes, a few white space stuff and an xrange to range change.
* Phoenix FONTFAMILY, STYLE, WEIGHT Fixes
* PENSTYLE_ & BRUSHSTYLE_ Fixes
* Fix FONTWEIGHT to FONTSTYLE typo
* Phoenix Deprecations: wx.OPEN to wx.FD_OPEN
* Phoenix Deprecations: wx.SAVE to wx.FD_SAVE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-23 00:19:55 +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
|
67f1e5e703
|
Fix optionally transferring the ownership of a GridTable when SetTable is called.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-23 00:18:36 +00:00 |
|
Robin Dunn
|
24bf92a45d
|
More wx.PySimpleApp —> wx.App migrations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-14 02:34:31 +00:00 |
|
Robin Dunn
|
7d0f393c5f
|
Switch to a 3 component+tag versioning scheme instead of the 4 component scheme used by Classic.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-02 01:47:27 +00:00 |
|
Robin Dunn
|
074cf7134d
|
Commit the version without the rev number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2014-01-01 04:23:49 +00:00 |
|
Robin Dunn
|
05c57f5faa
|
Deal with OSXGetAppleMenu
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-12-29 05:32:43 +00:00 |
|
Robin Dunn
|
eb89a6adb6
|
Bump to 3.0.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-12-29 03:45:23 +00:00 |
|
Robin Dunn
|
b2eaf94657
|
Fix demo/agw/run.py
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-12-29 03:43:36 +00:00 |
|
Robin Dunn
|
bbc29c362a
|
Restore code checking if the window is already double-buffered
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:57:46 +00:00 |
|
Robin Dunn
|
a309489a48
|
Fixes from robins pull reqz comments
changed pull reqz suggestions except for
dc.SetBackground(wx.WHITE_BRUSH)
per robins suggestions/fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:57:15 +00:00 |
|
Robin Dunn
|
f440e989fc
|
List event/item Phoenix Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:56:44 +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
|
9fdf0a9a5c
|
ListCtrl Phoenix Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:33:32 +00:00 |
|
Robin Dunn
|
815588bcb8
|
GlCanvas Cleanup - This works fine.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:33:03 +00:00 |
|
Robin Dunn
|
c84c7bbf1c
|
Cleanup Cairo Demos - They work fine.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:32:32 +00:00 |
|
Robin Dunn
|
9cb40fed37
|
Add 2nd Orient to WrapSizer Demo
Add VERTICAL bitmapbutton demo from 'bitmaps/bmp'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:32:02 +00:00 |
|
Robin Dunn
|
5367978c8a
|
small TextCtrl Demo Fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:31:32 +00:00 |
|
Robin Dunn
|
a50b7bb0fa
|
Treebook Demo Phoenix Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:31:03 +00:00 |
|
Robin Dunn
|
18ea202128
|
Update WIPz Phoenix Demo Checklist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:30:35 +00:00 |
|
Robin Dunn
|
9014a10490
|
change colourselect to ColourPickerCtrl
fixes crash on second colour pick
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:30:06 +00:00 |
|
Robin Dunn
|
8718f7f6f4
|
change colourselect to ColourPickerCtrl
fixes crash on second colour pick
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:29:37 +00:00 |
|
Robin Dunn
|
7db0c8848c
|
ColourSelect Demo log event fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:29:07 +00:00 |
|
Robin Dunn
|
0b808cc9b8
|
change colourselect to ColourPickerCtrl
fixes crash on colour change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:28:38 +00:00 |
|
Robin Dunn
|
9dd138354f
|
infoframe cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:28:08 +00:00 |
|
Robin Dunn
|
566e3ff21c
|
VListBox Demo Phoenix Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:27:38 +00:00 |
|
Robin Dunn
|
e8244ee2ff
|
TreeMixin Demo Phoenix Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:27:07 +00:00 |
|
Robin Dunn
|
c04b2f7801
|
ContextHelp Demo Phoenix Fixes
ContextHelp doesn't seem to be working yet tho...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:26:38 +00:00 |
|
Robin Dunn
|
bd888d73d1
|
EditableListBox Demo Phoenix Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:26:07 +00:00 |
|
Robin Dunn
|
ba852d450f
|
TreeListCtrl & PersistentControls Demos
TreeListCtrl & PersistentControls Demos Phoenix Fixes
Still needs more a bit more work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:25:32 +00:00 |
|
Robin Dunn
|
495309db7d
|
New RichToolTip Demo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:24:56 +00:00 |
|
Robin Dunn
|
609a6856a7
|
Add Nice Crystal Arrow Buttons to ItemPicker Demo
Fancy up the demo a bit, because -> & <- are just too plain
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:24:25 +00:00 |
|
Robin Dunn
|
015592545a
|
tree.GetItemPyData to tree.GetItemData
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:23:55 +00:00 |
|
Robin Dunn
|
249115ce21
|
wx.LayoutAlgorithm() to wx.adv.LayoutAlgorithm()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:23:26 +00:00 |
|
Robin Dunn
|
e009fbd7d0
|
New NotificationMessage Demo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2013-07-05 22:22:55 +00:00 |
|