Commit Graph

405 Commits

Author SHA1 Message Date
Robin Dunn
b53190ef7e Add each line independently
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-08 01:13:33 +00:00
Robin Dunn
356f3c650c Make the copy ctor for the wxPrint*Data classes avaialble from
Python. This is so we can ensure we get a copy of the data objects
when needed instead of just a reference to a data object within
another that may get deleted unexpectedly.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-08 00:04:54 +00:00
Robin Dunn
f8a11ef915 remove the Yield's
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-08 00:01:20 +00:00
Robin Dunn
4638eaea2d little tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-07 23:56:36 +00:00
Robin Dunn
77d4f44386 little tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-04 23:21:22 +00:00
Robin Dunn
42463de267 Added a new version (0.8.3) of FloatCanvas from Chris Barker. It's
now in a subpackage of wx.lib.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-04 21:29:41 +00:00
Robin Dunn
cdb501108b Change the text object to a message about the new OGL.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27569 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-01 21:51:04 +00:00
Robin Dunn
f6063c1944 Make taskbar icon size dependent on platform. Other tweaks.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-01 21:50:22 +00:00
Robin Dunn
a60a147a8c Commented out some test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 05:03:12 +00:00
Robin Dunn
68c0610dae Don't scroll too far if the child getting the focus is large.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 04:22:16 +00:00
Robin Dunn
f847103a32 Added a Python port of the OGL library, deprecated the C++ wrapped version.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 02:13:04 +00:00
Robin Dunn
b7aef85882 Removed calls to wx.InitAllImageHandlers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-17 19:21:56 +00:00
Robin Dunn
969d9b6fa9 Added a generic StaticBitmap class in wx.lib.statbmp for the same
reasons that stattext was created, so it could be mouse sensitive on
all platforms like normal windows.  Also updated stattext.py and
buttons.py to handle attribute (font & colour) defaults and
inheritance the new way.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-14 21:22:39 +00:00
Robin Dunn
3ba55e8ab7 Updates for the Joystick demo to allow it to funciton on Linux where
the min position values are negative.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-14 02:53:19 +00:00
Robin Dunn
9318d9b32d Tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 22:18:37 +00:00
Robin Dunn
9a5dd1c33c Some test code for loading sound from data
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 21:43:35 +00:00
Robin Dunn
2abd8d78a6 removed a debugging print
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 17:04:54 +00:00
Robin Dunn
ab5b7b6126 demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-07 01:51:14 +00:00
Robin Dunn
d7403ad2d1 Reverted to old method names/signatures for wx.DC, updated lib and
demo to match.  Also fixed some deprecation warnings.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-02 02:41:33 +00:00
Dimitri Schoolwerth
653d2f0cb3 fixed a few typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-29 17:45:59 +00:00
Robin Dunn
0c8f286073 wx.StaticBox and siblings creation order, and other fixes from Kevin Ollivier
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-25 00:39:05 +00:00
Robin Dunn
56b98bac20 Use PostCreate
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:57:50 +00:00
Robin Dunn
3c29a62abb wxFIXED_MINSIZE is not needed anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-22 22:57:01 +00:00
Robin Dunn
c878ceeae8 Added new MaskedEditControl code from Will Sadkin. The modules are
now locaed in their own sub-package, wx.lib.masked.  Demos updated.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-19 23:24:37 +00:00
Robin Dunn
3d3e7dcbd8 Reorder the controls so the RadioButtons work right on Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 19:55:35 +00:00
Robin Dunn
ef8b9c3eb8 minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-15 18:11:14 +00:00
Robin Dunn
af8ea558ba Use FIXED_MINSIZE on the listbox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:24:47 +00:00
Robin Dunn
c66b63e565 Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does.  The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:22:50 +00:00
Robin Dunn
f52e0cf489 Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does.  The size can still be changed by the sizer, but it won't
query the minsize if this flag is set.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 23:06:35 +00:00
Robin Dunn
74a57fcda4 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 22:45:45 +00:00
Robin Dunn
102e2b26c0 Various layout tweaks, wx.FIXED_SIZE added, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 21:25:11 +00:00
Robin Dunn
e478ff9e2d style tweaked
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:50:27 +00:00
Robin Dunn
c1fcc7a9b3 Use wx.CLIP_CHILDREN on the splitter windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:49:36 +00:00
Robin Dunn
00e4ce13ba changed border style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:48:18 +00:00
Robin Dunn
78a32590b1 Fixes so bg colors in a notebook on XP are visible again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:47:37 +00:00
Robin Dunn
f7327fccd3 Use a panel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:46:59 +00:00
Robin Dunn
13fc2ad819 use wx.FIXED_SIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-07 19:32:53 +00:00
Robin Dunn
45cf74cccf Demo tweaks to correct some visual glitches and event order issues
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-04-01 17:44:05 +00:00
Robin Dunn
3c8ad70ad4 typos fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 18:05:58 +00:00
Robin Dunn
5cd7ab8dd8 demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-28 17:02:16 +00:00
Robin Dunn
625a9dc666 Removed some old, outdated, unfinished, or unstarted docs and the
samples that go with them.  These can be added back later if somebody
wants to work on them again.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 21:25:58 +00:00
Robin Dunn
0d575a5dfa Cleanup obsolete samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-26 00:14:31 +00:00
Robin Dunn
98bbf4e250 No need to explicitly delete the tbicon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-25 18:17:22 +00:00
Robin Dunn
58be4fb131 GetFirstChild does't need the cookie anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-25 00:39:25 +00:00
Robin Dunn
70a4ef826f fixed indentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-24 23:06:52 +00:00
Robin Dunn
0dabb2a2c6 fixes for unicode build, return values from event handlers (via
updated attributes)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-24 23:06:01 +00:00
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
b69d3db804 Correct file format errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 22:26:00 +00:00
Robin Dunn
b2bacf13e3 demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-18 22:04:08 +00:00
Robin Dunn
d6b5679f31 Fiddling with the resize a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-03-15 23:09:18 +00:00