Robin Dunn
908b74cdd6
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-16 03:47:18 +00:00
Robin Dunn
10b12f715e
layout tweak (it should use a sizer though)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-16 03:29:33 +00:00
Robin Dunn
ebd7cc3ae8
reordered base classes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-16 02:22:30 +00:00
Robin Dunn
9e70f34262
added button testcase with larger font set after creation.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-16 02:21:31 +00:00
Robin Dunn
857878dfee
Version number update
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-16 02:18:42 +00:00
Robin Dunn
3b74f19449
Added Navigate, SetMinSize, SetMaxSize wxWindow methods
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-16 02:17:01 +00:00
Robin Dunn
03d51a2d40
Add placeholder for wxParseWildcard
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 21:03:19 +00:00
Robin Dunn
015256c091
Just a singel constructor for wxTextAttr
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 21:02:31 +00:00
Robin Dunn
d441bff4c0
Oops, that space crept back in.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 03:36:44 +00:00
Robin Dunn
a3b4583a9d
Check exit codes properly
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 03:27:08 +00:00
Robin Dunn
e7db5d9c82
increased bit-depth
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 03:26:47 +00:00
Robin Dunn
0362149469
regenerated with fix for wxPNGHandler::SaveFile
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 03:26:07 +00:00
Robin Dunn
ebfcc17a6a
layout tweakAdd DoGetBestSize to wxCheckListBox that adds room for the checkbox
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-15 03:24:36 +00:00
Robin Dunn
6923d0a947
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 22:07:24 +00:00
Robin Dunn
4c51584544
test full row highlight
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 21:59:21 +00:00
Robin Dunn
1e03b21d31
m_img* need initialized too otherwise we can end up with rows that are
...
a million pixels high!
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 21:18:50 +00:00
Robin Dunn
c6ca8c022c
clip notebook children to help reduce flicker
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 20:17:31 +00:00
Robin Dunn
36e910973a
Add a set of scripts that can be used to build and upload the
...
distributable binaries for all platforms all from a single
command-line on a single machine. Will probably also be used for a
daily build cron job.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 19:53:50 +00:00
Robin Dunn
96acd0c161
increment version number
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 19:47:22 +00:00
Robin Dunn
f2e6414168
If wxWidgets was build without wxDisplay then in Python it will raise
...
a NotImplementedError
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 19:45:51 +00:00
Robin Dunn
b00f16c865
Added new event binders
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 19:37:33 +00:00
Robin Dunn
e483648882
ProgressDialog docstrign tweak
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 19:12:08 +00:00
Robin Dunn
6ab5d4883f
Various layout fixes and such
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-14 19:10:20 +00:00
Dimitri Schoolwerth
dabbc6a5a1
removed SetAutoLayout(true) calls when a corresponding SetSizer() was also called (the latter already calls SetAutoLayout(true) in case of a non-NULL window); usual cleanup: removing tabs and end of line whitespace, TRUE->true, FALSE->false, -1->wxID_ANY, Enable(false)->Disable(), ""->wxEmptyString
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-12 23:44:08 +00:00
Robin Dunn
81de4ba3ad
Add "inplace" build option that allows the distribution to be built
...
from witin the current source tree instead of rewuiring the
wxPythonSrc tarball. (Currently it still needs the Docs and Demo
tarballs to make a full build, but it can skip those parts if the
tarballs are not available.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 22:50:25 +00:00
Robin Dunn
3afe2fd691
Fix a couple warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 22:46:47 +00:00
Robin Dunn
f60a22bd94
Accept both XY and X.Y version numbers
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 02:41:27 +00:00
Robin Dunn
11ccd01223
Some doc tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 01:25:44 +00:00
Robin Dunn
37711de325
Get unicows.dll from distrib/msw
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 01:22:36 +00:00
Robin Dunn
b3a477abb3
Put this distributable here so it doesn't get lost again
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 01:21:20 +00:00
Robin Dunn
939b57893e
corrected the .pyd names
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 01:16:51 +00:00
Robin Dunn
13a49d6615
fix the shebang
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-11 01:15:56 +00:00
Robin Dunn
6431656829
Some doc tweaks
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-10 20:26:43 +00:00
Robin Dunn
d07096ad61
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 19:00:14 +00:00
Robin Dunn
a256902439
reSWIGed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 18:59:57 +00:00
Robin Dunn
1005198c07
Use correct CheckForIntersect method
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 18:55:39 +00:00
Robin Dunn
e6ffceddda
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 18:54:49 +00:00
Robin Dunn
1de0f8e33b
Support for new ctor and Union
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 18:54:34 +00:00
Robin Dunn
0c81d1b8eb
typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 17:51:19 +00:00
Robin Dunn
3a8ed07180
use the API Ptr accessor for the inline functions too.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 17:50:45 +00:00
Robin Dunn
b05032577a
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 17:31:33 +00:00
Robin Dunn
7a0b95b008
reSWIGed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 17:30:31 +00:00
Robin Dunn
d25d9ed08e
Default position for PopupMenu
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 17:05:20 +00:00
Robin Dunn
11207aefcf
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 07:12:47 +00:00
Robin Dunn
132ae51eaf
distrib and build updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 07:10:57 +00:00
Robin Dunn
781d29829c
Regenned the metadata
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 05:43:02 +00:00
Robin Dunn
40efbdda05
Regenned the ReST docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 05:40:10 +00:00
Robin Dunn
fda330675c
distrib and build updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 05:38:45 +00:00
Robin Dunn
bdac31bad6
bash version of wxPython's b script for win32
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-09 02:43:22 +00:00
Robin Dunn
6c7d17924a
In unicode builds convert the source files and overview text to
...
unicode before displaying them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-08 23:46:12 +00:00