Robin Dunn
|
b7c75283f2
|
Lindsay Mathieson's newest wxActiveX class has been wrapped into a new
extension module called wx.activex. Lots of demo and lib updates to
go along with it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-23 05:29:50 +00:00 |
|
Robin Dunn
|
622a19f0ea
|
Don't bind events to the return value of SetDefault, D'oh!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-15 23:09:55 +00:00 |
|
Robin Dunn
|
8b7fa2d969
|
Give BitmapButton its own demo, get rid of ErrorDialogs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-15 22:45:00 +00:00 |
|
Robin Dunn
|
fffd96b769
|
MaskedEditCtrl updates from Will Sadkin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-05 20:58:16 +00:00 |
|
Robin Dunn
|
64ff2615ae
|
Remove #!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-05 20:57:15 +00:00 |
|
Robin Dunn
|
a5deb2fbe7
|
Fixed some wx prefix issues, changed the self test to use a sizer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-03 01:50:39 +00:00 |
|
Robin Dunn
|
b25cb7db43
|
Updated wx.lib.calendar with many fixes and enhancements from Joerg
"Adi" Sieker.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-27 23:21:37 +00:00 |
|
Robin Dunn
|
fda1446558
|
Don't use AA fonts to avoide measurment problem on wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-26 20:43:47 +00:00 |
|
Robin Dunn
|
f04ad14aa1
|
Updated the AnalogClockWindow with many enhancements from from
E. A. Tacão.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-21 01:52:33 +00:00 |
|
Robin Dunn
|
a27d1f42e2
|
Big fixes. Can now use colour names, and exports the event type to
the old namespace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-21 01:51:41 +00:00 |
|
Robin Dunn
|
ae18f6104c
|
Use correct name for event type
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-26 22:43:39 +00:00 |
|
Robin Dunn
|
226b64025a
|
ensure that SetDimensions params are ints
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-23 00:00:13 +00:00 |
|
Robin Dunn
|
2461468b51
|
Add some missing wx. prefixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-22 23:27:39 +00:00 |
|
Robin Dunn
|
b701254ac2
|
Use new SystemSettings names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-20 23:31:20 +00:00 |
|
Robin Dunn
|
50940aad97
|
prevent checking for empty string
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-15 23:34:18 +00:00 |
|
Robin Dunn
|
47e8744686
|
Use "import wx". wxPython.wx now has backwards compatible DC's and so
since this module was using the new DC's it could no longer use
wxPython.wx.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-13 03:41:22 +00:00 |
|
Robin Dunn
|
36a1dad6e8
|
Fixed the docstring, default module is now wx, not wxPython.wx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-13 03:33:09 +00:00 |
|
Robin Dunn
|
35095c028d
|
new DC API fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-13 03:25:58 +00:00 |
|
Robin Dunn
|
6dfb13b1b7
|
Set the DC font before drawing the label
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-08 21:37:45 +00:00 |
|
Robin Dunn
|
6046f86450
|
Ensure that the dirdialog is destroyed after use
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-05 19:54:39 +00:00 |
|
Robin Dunn
|
31c07ca5a3
|
wxBell --> wx.Bell
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-02 17:35:26 +00:00 |
|
Robin Dunn
|
c3bc3b6184
|
a bit of tweaking
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-30 01:39:36 +00:00 |
|
Robin Dunn
|
c843129522
|
Force integer values for positions and sizes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-30 01:38:32 +00:00 |
|
Robin Dunn
|
d4b73b1b8e
|
More lib and demo patches to drop the wx prefix (Jeff has been busy!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-22 19:09:54 +00:00 |
|
Robin Dunn
|
33785d9f22
|
More lib and demo changes for dropping the wx prefix, from Jeff G.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-20 19:36:30 +00:00 |
|
Robin Dunn
|
76f48e3308
|
Fixed indetation error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-20 01:03:19 +00:00 |
|
Robin Dunn
|
c1ea08d355
|
Tweaking names (Thanks Jeff!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-18 19:10:26 +00:00 |
|
Robin Dunn
|
9d6685e21c
|
Added PyPlot
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-17 03:25:56 +00:00 |
|
Robin Dunn
|
b881fc787d
|
Lots of wx namespace updates for the wx.lib package and the demo from
Jeff Grimmett with some tweaks and changes from Robin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-17 00:34:40 +00:00 |
|
Robin Dunn
|
3252e504a5
|
newevent module now returns a PyEventBinder instead of a function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-09 02:25:58 +00:00 |
|
Robin Dunn
|
4da6d35e8f
|
Expose SetClippingRegion(point, size)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-28 18:42:44 +00:00 |
|
Robin Dunn
|
fd3f2efe79
|
Lots of little bug fixes, API updates, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-22 22:57:49 +00:00 |
|
Robin Dunn
|
6a62357c17
|
Forgot to remove the debug prints
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-22 21:16:46 +00:00 |
|
Robin Dunn
|
fb757066df
|
Fix problems with the wxHtmpTagHandler wrappers and related
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-22 21:08:20 +00:00 |
|
Robin Dunn
|
7722248d75
|
Lots of bup fixes, API updates, etc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-21 07:39:05 +00:00 |
|
Robin Dunn
|
d14a1e2856
|
Merged the wxPy_newswig branch into the HEAD branch (main trunk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-12 21:34:20 +00:00 |
|
Robin Dunn
|
8b9a4190f7
|
A huge glob of changes in the 2.4 branch merged over to HEAD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-02 00:58:06 +00:00 |
|
Robin Dunn
|
1fded56b37
|
wxPython Merge #2 of 2.4 branch --> HEAD (branch tag: wxPy_2_4_merge_2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-07-02 23:13:10 +00:00 |
|