Chris Elliott
|
47b4bc1768
|
patch as at http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/92350 thanks
chris
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-10 07:20:44 +00:00 |
|
Robin Dunn
|
b9cd2cb909
|
Give wxMac's wxStaticBox an AcceptsFocus method
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 16:04:16 +00:00 |
|
Julian Smart
|
44cc96a80c
|
Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
to wxRichTextBuffer to reduce wxFont consumption and increase performance.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 11:20:36 +00:00 |
|
Jouk Jansen
|
e97e6073b3
|
src/X11/font.cpp needs smae change as other wxXXX versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 09:20:32 +00:00 |
|
Jouk Jansen
|
0962839d23
|
Give NULL explicit type to make interface recognizeable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 09:18:11 +00:00 |
|
Jouk Jansen
|
5273b98ebe
|
Update OpenVMS Build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 09:17:24 +00:00 |
|
Benjamin Williams
|
88664cda08
|
in LoadPerspective, if pane wasn't found, just skip it instead of bailing out
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 07:25:29 +00:00 |
|
Vadim Zeitlin
|
99d8bc6593
|
added a trivial test for wxString stream insertion operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 00:10:07 +00:00 |
|
Vadim Zeitlin
|
ee8c79c13f
|
renamed a strangely named variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 00:09:44 +00:00 |
|
Vadim Zeitlin
|
6b61b594cf
|
define insertion operator in std::wostream in Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 00:09:01 +00:00 |
|
Vadim Zeitlin
|
7a906e1a21
|
fixed operator<<(ostream&, wxString) to output string contents and not wchar_t pointer value in Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 00:01:59 +00:00 |
|
Vadim Zeitlin
|
6919e3bb38
|
don't define operator<<(ostream&, wxString) at all if it's already defined in the library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 00:01:20 +00:00 |
|
Vadim Zeitlin
|
d20d5ee858
|
no need to use ToAscii() explicitly in wxBase64Decode() call after r49095
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-09 00:00:31 +00:00 |
|
Vadim Zeitlin
|
dad49cc7f9
|
compilation fix for wxUSE_STL==1 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 23:50:32 +00:00 |
|
Vadim Zeitlin
|
e3408b704d
|
added wxBase64Decode() overload taking wxString, otherwise it's inconvenient to use in wxUSE_STL==1 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 23:41:50 +00:00 |
|
Robin Dunn
|
35a7f94b94
|
On Mac the first visible line needs to be recalculated after the Scroll because it can be set
to the wrong value in Scroll because of the paint event generated by the Update() there.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 22:29:58 +00:00 |
|
Vadim Zeitlin
|
0f1b6d7b58
|
removed extra const in DoGetFilenames() declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 13:00:45 +00:00 |
|
Chris Elliott
|
f1aa2b83cd
|
remove reference to old sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 08:10:49 +00:00 |
|
Chris Elliott
|
6b73ac78de
|
set minimum bcc32 version to turbo explorer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-08 08:00:59 +00:00 |
|
Vadim Zeitlin
|
d42b853581
|
blind fix for Borland problems with operator?: after latest changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 23:24:22 +00:00 |
|
Vadim Zeitlin
|
8e5dbcdd50
|
simplify the code for extended flags handling fixing a rare bug with wxSTAY_ON_TOP being ignored in some situations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 22:11:55 +00:00 |
|
Vadim Zeitlin
|
f73eddd2a5
|
made wxTreeCtrl::GetNextVisible() behave in the same way in Win32 as in the generic version and implemented GetPrevVisible() in the generic version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 21:58:51 +00:00 |
|
Vadim Zeitlin
|
f0eebb39bc
|
don't create m_dottedPen with an invalid 0 style which results in an assert under MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 21:48:09 +00:00 |
|
Václav Slavík
|
26f119eb25
|
compilation fixes for x86_64; use wxLogDebug instead of wxPrintf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 21:20:16 +00:00 |
|
Vadim Zeitlin
|
143591e943
|
no changes, just fixed a typo in an error message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 19:54:05 +00:00 |
|
Vadim Zeitlin
|
f226082da7
|
updated copyright year to 2007
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 19:49:09 +00:00 |
|
Vadim Zeitlin
|
b853a317e3
|
removed base.rc which is unused since many years
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 19:46:56 +00:00 |
|
Robert Roebling
|
a5fb925380
|
Update from Hartwig for OS X implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 19:15:30 +00:00 |
|
Václav Slavík
|
b85e0ae0a1
|
globally disable VC++'s warning 4251 (non-exported member in dll-exported class and remove broken workaround trying to silence it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 17:15:37 +00:00 |
|
Vadim Zeitlin
|
24904055f3
|
made Blur() methods const (bug 180914)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 17:02:12 +00:00 |
|
Julian Smart
|
aa097547e9
|
Corrected typo affecting outline level reading
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 14:12:14 +00:00 |
|
Julian Smart
|
797e38dde1
|
Added missing URL attribute testing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 14:11:41 +00:00 |
|
Vadim Zeitlin
|
e9717bd5d8
|
fixed several problems due to use of GetEditHWND() when the edit control is not available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 11:19:09 +00:00 |
|
Vadim Zeitlin
|
bdb7278a27
|
fixed totally wrong change in r49070
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-07 10:45:34 +00:00 |
|
Vadim Zeitlin
|
8366ab05cd
|
don't use using directive, Watcom seems to have problems with it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-06 22:10:45 +00:00 |
|
Vadim Zeitlin
|
5fd636aa8a
|
added richtext sources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-06 21:06:51 +00:00 |
|
Vadim Zeitlin
|
5ad3f0c8d1
|
fixed bug with inversed IsEditable() return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-06 21:02:31 +00:00 |
|
Vadim Zeitlin
|
14d6351382
|
always return wxString from wxGetUserHome() instead of char */wxWCharBuffer depending on the build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-06 12:38:15 +00:00 |
|
Julian Smart
|
987bb1c66b
|
Fixed dangling pointer bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-06 09:02:24 +00:00 |
|
Chris Elliott
|
5b0c31c300
|
Borland has only lfind
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-06 08:44:10 +00:00 |
|
Vadim Zeitlin
|
7d42f4d61b
|
fix GetPaths() and GetFilenames() too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-06 00:14:21 +00:00 |
|
Vadim Zeitlin
|
398eebb155
|
fix wxGenericFileDialog::Get{Path,Directory,Filename}() functions which were completely broken by wxFileCtrl patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 23:54:40 +00:00 |
|
Václav Slavík
|
2826ef0c63
|
use typed containers in wxHtmlParser instead of type-unsafe wxList/wxHashTable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 22:56:55 +00:00 |
|
Václav Slavík
|
3115bfa8a4
|
fixed WX_CLEAR_HASH_SET to compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 22:41:54 +00:00 |
|
David Elliott
|
e960ba596b
|
Duplicate wxTextCtrl code to wxComboBox because we can no longer derive wxComboBox from wxTextCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 20:12:02 +00:00 |
|
Michael Wetherell
|
17692c1de7
|
Add <name> to <compile-subdir>. It is what appears on the top of the column
when the step fails.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 19:33:19 +00:00 |
|
Robert Roebling
|
7f733b2674
|
forgot to commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 19:05:57 +00:00 |
|
Chris Elliott
|
fbbac9353b
|
add DMC to misbehaving compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-05 17:03:32 +00:00 |
|
Michael Wetherell
|
f2e582dda8
|
Cache user and group name as these can be expensive to get on some systems.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-04 15:59:09 +00:00 |
|
Michael Wetherell
|
c005fb2809
|
Add buildbot tools and config include files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-04 15:55:18 +00:00 |
|