Robin Dunn
afd954d819
Add Mandriva build
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 19:00:12 +00:00
Robin Dunn
9899bd5bc7
Fixed the typemap that converts a Python list of strings to a
...
wxArrayString so it uses the wxPy default encoding.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 18:55:18 +00:00
Robin Dunn
da78f3b10c
A slightly modified version of Patch #1197468 . Keeps track of pending
...
size/position changes in case there is more than one adjustment for a
window in a single DeferWindowPos set then the pending values can be
used for defaults instead of current values.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 16:54:11 +00:00
Stefan Csomor
29569eb4de
simpler CW setup (needed for 9.5)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 16:07:06 +00:00
Stefan Csomor
4403f2562e
workaround for simpler CW setup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 16:03:13 +00:00
Robin Dunn
30eb969a19
Fixed sed transform of wxUSE_DEBUGREPORT
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 15:53:09 +00:00
Robin Dunn
4b8b345c01
BUILD_ANIMATE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-09 15:20:44 +00:00
Vadim Zeitlin
be4e7abf54
fixed GetLocaleDateFormat() to work with all locales, not just ones using only , and
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-08 23:35:34 +00:00
Michael Wetherell
51c432b77a
Add some tips on fault navigation after input from Phlip
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-08 16:16:34 +00:00
Vadim Zeitlin
ad44b2c7ff
fix VC++ warning in debug build after latest fix to warning in release
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-08 10:55:43 +00:00
Robin Dunn
3fca879ce0
Patch #1197009 [wxMSW] Proper repainting when resizing
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 19:12:23 +00:00
Robin Dunn
5ba5649b59
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 18:19:21 +00:00
Robert Roebling
e31126cbd7
committed aupdated patch that adds support for
...
bitmaps in submenus and simplifies some of
the code in GtkAppend()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 18:09:18 +00:00
Stefan Csomor
fcbd7e5a12
now it's uint32 on mac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 13:35:09 +00:00
Robert Roebling
a50ca84319
Commit fix for EUC_JP encoding under Windows.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 11:51:17 +00:00
Robin Dunn
19f8ec0aae
Fixup for docstrings being inherited instead of usign the right ones
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 07:20:51 +00:00
Robin Dunn
ac5abdd606
Add new modules to __all__
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 06:28:20 +00:00
Robin Dunn
e47ce385a7
Lots of docstring fixes and additions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 06:26:59 +00:00
Robin Dunn
5fad19e319
a little cleanup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 00:54:08 +00:00
Julian Smart
3db799025d
Take src x, y into account when blitting with alpha
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-06 19:55:46 +00:00
Włodzimierz Skiba
43c3922bb0
Easy corner for new wxBombers (as requested in patch #1178276 ).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-06 18:07:14 +00:00
Włodzimierz Skiba
4377d3abc8
Build fix (Watcom).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-06 18:01:08 +00:00
Václav Slavík
30928f55c4
fix for future bakefile versions
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-06 16:13:27 +00:00
Michael Wetherell
c282a7a1fe
Compilation fix for USE_UNIV=1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-06 15:41:32 +00:00
Michael Wetherell
5b3166fda9
On x11 another control may already have the mouse capture when the menu is
...
trying to release it's capture, so work around that problem.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-06 13:42:34 +00:00
Michael Wetherell
0bf16170cc
This handlers mustn't be deleted when a popup is dismissed since they can
...
be the ones doing the dismissing. Also, m_focus must point to the window
with focus.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-06 13:39:21 +00:00
Julian Smart
068993c7ef
Permission for flood-fill code clarified
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-06 12:17:01 +00:00
Włodzimierz Skiba
3d104ec357
VC warning fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-06 06:09:24 +00:00
Kevin Ollivier
bbc916e23c
Extension fix for multiversion installs, and allow copying of files across devices using shutil.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 21:25:13 +00:00
Vadim Zeitlin
7e0aee7229
define wxUSE_CRASHREPORT as 0 for non-MSW
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 20:29:22 +00:00
Vadim Zeitlin
737c443bd1
limit recursion depth in DumpUDT() to prevent crashes when dumping linked lists
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 20:15:35 +00:00
Robin Dunn
bbb2889740
Patch from Morgan Hua for 'better looking dialog box for "Add All
...
Files to Project" feature'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 18:52:20 +00:00
Julian Smart
21c8c52360
Removed non-theme related defs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 15:56:34 +00:00
Julian Smart
0ea1cce3f6
Clarified copyright
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 15:04:32 +00:00
Julian Smart
2a7f17c1b2
Mac function no longer exists (OK, so this is deprecated, but...)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 09:38:58 +00:00
Robin Dunn
ba705a4eec
_selected is a global
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33957 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 00:11:33 +00:00
Robin Dunn
b792147db7
More updates from Morgan Hua
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 00:10:29 +00:00
Robin Dunn
123dc137d3
Disown the config object when calling wx.ConfigBase.Set
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 21:47:41 +00:00
Robin Dunn
438550d873
Bind event to the listctrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 21:47:00 +00:00
Robin Dunn
28b2ac5b1a
Don't automatically copy the selection to the clipboard on the Mac
...
when the selection is made.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 21:07:06 +00:00
Robin Dunn
0c4f1b2a1e
Don't copy the NULL char into the clipboard. Most Mac apps will
...
treat it as a legitimate, but invisible character and various problems
arise...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 21:04:32 +00:00
Vadim Zeitlin
60c0dfe53b
added (trivial) GetLong/ShortPath() test
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 19:37:00 +00:00
Vadim Zeitlin
2f3d9587ab
fixed GetLongPath(): it never used ::GetLongPath() before and didn't work at all when called for the first time
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 19:36:25 +00:00
Vadim Zeitlin
6c0b29749c
fixed EOVERFLOW handlign after previous commit and also explained what's going on
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 19:32:53 +00:00
Julian Smart
99d800190a
Added licence/copyright information
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 18:57:50 +00:00
Vadim Zeitlin
19c5a468e9
include iostream headers before using iostream classes (might fix HP-UX native compilation with iostreams)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 18:38:08 +00:00
Vadim Zeitlin
0c46d86654
wxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 18:16:19 +00:00
Vadim Zeitlin
1495b91505
replace complicated OS tests with simple ifdef EOVERFLOW in wxString::PrintfV()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 17:14:43 +00:00
Włodzimierz Skiba
c083688595
Build fix after changes in default help controller.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 15:24:36 +00:00
Włodzimierz Skiba
298a3f2ee8
Layout fixes for wxPlotWindow [ #1192416 ] + source cleaning to the wxW 2.6 coding starndards.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 15:22:09 +00:00