Robin Dunn
|
14b3f932dd
|
wxRemotelyScrolledTreeCtrl now draws its own lines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-03 21:37:22 +00:00 |
|
Robin Dunn
|
07c99b2608
|
wxRemotelyScrolledTreeCtrl now draws its own lines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-03 21:29:50 +00:00 |
|
Robin Dunn
|
74bcba0e33
|
More fixes and updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-03 20:58:19 +00:00 |
|
Robin Dunn
|
78e8819c2e
|
Added SplitTree sample to the demo
Fixes for wxEditor and its FrogEdit sample
Misc. other stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-03 20:41:03 +00:00 |
|
Robin Dunn
|
1dc302a8ae
|
Removed m_clientData and related methods as it's now handled by the
wxClientDataContainer mixin.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-03 18:17:43 +00:00 |
|
Robin Dunn
|
1918b6f789
|
Updated PyCrust contrib from Patrick O'Brian.
Added an enhanced wxEditor from Steve Howell and Adam Feuer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-01 02:25:39 +00:00 |
|
Robin Dunn
|
572c7069bb
|
Updated contribs from Lorne White
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-30 23:33:32 +00:00 |
|
Robin Dunn
|
68673975c6
|
Tweaking this demo a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-30 23:18:30 +00:00 |
|
Robin Dunn
|
2481a3763b
|
SWIGged code update for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-30 23:17:55 +00:00 |
|
Robin Dunn
|
4416b50837
|
wxTipWindow is now a wxPopupTransientWindow instead of a wxFrame.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-30 23:15:05 +00:00 |
|
Robin Dunn
|
7a0f694a11
|
SWIGged code update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-30 21:17:18 +00:00 |
|
Robin Dunn
|
611dc22cee
|
Attempted to add the SplitTree gizmo classes, but it is not working on
MSW... :-(
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-30 21:16:36 +00:00 |
|
Robin Dunn
|
3e2125031b
|
SWIGged code update for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-30 05:08:46 +00:00 |
|
Robin Dunn
|
c594325333
|
Changes to ensure that GDI objects returned from Python methods are
copied, not just left as references. The old way was
counter-intuitive for Python.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-29 00:51:59 +00:00 |
|
Robin Dunn
|
7b7ac0ab51
|
Added wxChildFocusEvent
Updated wxHtmlWindow
Added wxEditableListBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-28 09:47:53 +00:00 |
|
Robin Dunn
|
7a9b33dbf8
|
New SWIGged files for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-27 07:00:17 +00:00 |
|
Robin Dunn
|
dbd3685cc4
|
New SWIGged files for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-27 06:22:32 +00:00 |
|
Robin Dunn
|
2f4e928794
|
Changes needed to solve wxPython's OOR problem for the wxOGL shapes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-27 02:56:59 +00:00 |
|
Robin Dunn
|
6e8a778af3
|
Added wxDynamicSashWindow to wxPython, plus other odds and ends.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-25 09:39:49 +00:00 |
|
Robin Dunn
|
ebf4302cbe
|
Added wxDynamicSashWindow to wxPython, plus other odds and ends.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-25 09:10:01 +00:00 |
|
Robin Dunn
|
a9fd2e6f1b
|
Demo cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 17:04:15 +00:00 |
|
Robin Dunn
|
ab51f6db14
|
SWIGged code updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 07:42:59 +00:00 |
|
Robin Dunn
|
4a08218bc3
|
SWIGged code uodates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 07:42:10 +00:00 |
|
Robin Dunn
|
8af26133d9
|
Bug fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 07:40:26 +00:00 |
|
Robin Dunn
|
6bff4be599
|
Demo cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 07:40:06 +00:00 |
|
Robin Dunn
|
80cb3dbc36
|
SWIGged code updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 06:30:33 +00:00 |
|
Robin Dunn
|
0a8c1efb27
|
Demo cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 06:19:02 +00:00 |
|
Robin Dunn
|
07b2e1cd38
|
Replaced CopyObject with Clone for wxPython-specific event classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 06:04:42 +00:00 |
|
Robin Dunn
|
262e41eb55
|
SWIGged code updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 02:52:07 +00:00 |
|
Robin Dunn
|
a3015b16dd
|
Demo updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 02:31:27 +00:00 |
|
Robin Dunn
|
937eb7db46
|
Additions and fixes for the script that builds the Windows installer script.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 02:30:58 +00:00 |
|
Robin Dunn
|
d820003682
|
Added LIST_ITEM_FOCUSED
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 02:29:41 +00:00 |
|
Robin Dunn
|
181526acad
|
SWIGged updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 02:06:31 +00:00 |
|
Robin Dunn
|
c3819e4aa4
|
Added the WX_GL constants
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 02:04:03 +00:00 |
|
Robin Dunn
|
bf7057315c
|
For Python 2.2 builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 02:03:22 +00:00 |
|
Robin Dunn
|
a703a33acb
|
Added some code to override distutils compile flags, but left it
commented out since I found that the problem I was seeing is actaully
in Python headers...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 02:02:43 +00:00 |
|
Robin Dunn
|
36fd8ec3c9
|
Fixed some warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-20 01:55:55 +00:00 |
|
Robin Dunn
|
05f30eecb7
|
Fixed a problem in the demo and plugged a potential leak in SetDashes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-19 20:43:04 +00:00 |
|
Robin Dunn
|
08da19d737
|
SWIGged code uodates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-19 20:41:48 +00:00 |
|
Robin Dunn
|
7f3d6cbcfe
|
Corrected the text.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-16 00:01:38 +00:00 |
|
Robin Dunn
|
163f2606f8
|
Enhanced the DnD demo and made the code more informative.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-15 23:59:42 +00:00 |
|
Robin Dunn
|
00887b391b
|
added some test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-15 07:21:26 +00:00 |
|
Robin Dunn
|
7173744550
|
SWIGged updates for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-15 04:59:26 +00:00 |
|
Robin Dunn
|
45b1027709
|
Updated manifest to include new files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-14 21:43:04 +00:00 |
|
Robin Dunn
|
00ca6262d1
|
A fix for when wxPython is compiled with no threads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-14 18:46:47 +00:00 |
|
Robin Dunn
|
80f7e6500b
|
A bit of cleanup and etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-14 18:43:55 +00:00 |
|
Robin Dunn
|
c70fd24fa8
|
wxComboBox does not derive from wxChoice in wxGTK so it can't in
wxPython either.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-14 18:34:26 +00:00 |
|
Robin Dunn
|
742fc581e4
|
SWIGged files updates for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-14 05:22:45 +00:00 |
|
Robin Dunn
|
93283355d3
|
SWIGged code updates for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-14 04:11:15 +00:00 |
|
Robin Dunn
|
6c0168c945
|
Added missing wxImage methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-14 04:05:12 +00:00 |
|