Julian Smart
|
f49fd6d0cd
|
Added SetBitmap, GetBitmap to wxWizard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-02 08:00:48 +00:00 |
|
Vadim Zeitlin
|
e16916eae4
|
strip the leading dot from extension if present in GetFileTypeFromExtension()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-29 17:33:22 +00:00 |
|
Václav Slavík
|
cfa3d7ba83
|
ANSI+Unicode compatibility fixes to wxArrayString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 18:56:00 +00:00 |
|
Václav Slavík
|
e6310bbc5a
|
added wxString::FromAscii(char*,size_t) for consistency with FromUTF8()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46995 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 12:36:54 +00:00 |
|
Vadim Zeitlin
|
7ffc857fb2
|
corrected some links
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 01:57:02 +00:00 |
|
Vadim Zeitlin
|
7b1bf3ad2d
|
added wxLog::DisableTimestamp() to be used as a synonym for SetTimestamp(wxEmptyString)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-27 12:09:55 +00:00 |
|
Vadim Zeitlin
|
db23ced867
|
remove .cvsignore files, they're useless with svn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-26 22:41:53 +00:00 |
|
Robert Roebling
|
e31f4da5f0
|
More const bool (sigh)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-23 17:11:25 +00:00 |
|
Robert Roebling
|
39456ee667
|
Remove const bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-23 17:10:25 +00:00 |
|
Robert Roebling
|
75d9e50223
|
Remove const bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-23 17:09:16 +00:00 |
|
Robert Roebling
|
7477f0898c
|
Remove const bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-23 17:05:34 +00:00 |
|
Robert Roebling
|
19f6bff448
|
Don't use const bool.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-23 17:04:37 +00:00 |
|
Robert Roebling
|
1c7ca6a0c8
|
We don't use "const bool" anywhere, I think.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-23 17:03:05 +00:00 |
|
Václav Slavík
|
5e1fd3eb61
|
clarified global and local config files behavior
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-22 22:19:38 +00:00 |
|
Vadim Zeitlin
|
2686d9339b
|
fix __SUNCC__ definition; added wxCHECK_SUNCC_VERSION
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-22 13:58:05 +00:00 |
|
Václav Slavík
|
35fc0be75c
|
added documentantion for wxMemoryFSHandler::AddFileWithMimeType()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-22 12:56:19 +00:00 |
|
Vadim Zeitlin
|
0d5c7b2dca
|
document CreateConfig() (extended patch 1739374)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-22 02:01:40 +00:00 |
|
Vadim Zeitlin
|
76bfdc9ad9
|
changed AddPendingEvent() to take const wxEvent reference, it doesn't need to modify it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-21 21:56:50 +00:00 |
|
Robert Roebling
|
2fe90784ae
|
Added minor clarification to the wxListBox events used
by wxVListBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-21 19:49:26 +00:00 |
|
Paul Cornett
|
420455b510
|
fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-21 16:33:48 +00:00 |
|
Julian Smart
|
fc17828ab2
|
Added font setting and ability to determine AUI notebook height for a given page height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-21 15:07:51 +00:00 |
|
Julian Smart
|
47fe7ff382
|
Added DetachOldLog to avoid destruction of old log target
Renamed wxLogPassThrough to wxLogInterposer
Added wxLogInterposerTemp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-21 12:44:38 +00:00 |
|
Vadim Zeitlin
|
dc99a350df
|
document that wx[HV]SCROLL don't work with native controls not TLWs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-21 11:50:34 +00:00 |
|
Mart Raudsepp
|
be0ba55041
|
Fix SetExtraLong parameter type in docs from int to long. Noticed by nept2 on IRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-20 04:22:56 +00:00 |
|
Václav Slavík
|
90a77e6484
|
make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favour of wxUnsetEnv()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-19 20:02:49 +00:00 |
|
Václav Slavík
|
593177c566
|
use wxString in wxFileSystem::FindFileInPath()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-19 17:39:27 +00:00 |
|
Václav Slavík
|
d993e05b2d
|
wxLog::Get/Settimestamp() now use wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-19 14:51:10 +00:00 |
|
Václav Slavík
|
dc65c743e5
|
changed wxFFileOutput/InputStream ctor 'mode' argument to wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-19 11:57:48 +00:00 |
|
Václav Slavík
|
35f1f4f7ea
|
changed wxGLContext::SetColour() argument from wxChar* to wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-19 11:54:36 +00:00 |
|
Václav Slavík
|
69cce15178
|
determine wxFSFile's MIME type when wxFSFile::GetMimeType() is called instead of creating it; this dramatically improves startup times of XRC applications on Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-17 10:59:01 +00:00 |
|
Vadim Zeitlin
|
1663c65500
|
show the unhandled exceptions in debug build instead of silently eating them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-16 14:20:16 +00:00 |
|
Vadim Zeitlin
|
724b119a15
|
replace wxDocument::GetPrintableName(wxString&) and wxDocManager::MakeDefaultName(wxString&) with GetUserReadableName() and MakeNewDocumentName() which return wxStrings directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-16 12:49:56 +00:00 |
|
Václav Slavík
|
c560da981a
|
use char* instead of wxChar* for XRC IDs to save space; GetXRCID() takes wxString argument
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-15 15:12:51 +00:00 |
|
Vadim Zeitlin
|
5d88a6b579
|
added wxDEPRECATED_BUT_USED_INTERNALLY macro and use it for the old wxLog::DoLog() overloads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-15 15:08:51 +00:00 |
|
Vadim Zeitlin
|
149210fbba
|
documented WXUSING/MAKINGDLL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-15 14:13:00 +00:00 |
|
Vadim Zeitlin
|
21686ff448
|
documented __WXDFB__ and __WXGTK2n__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-15 13:38:21 +00:00 |
|
Václav Slavík
|
5bce3e6feb
|
use wxString argument and not wxChar* in wxHtmlParser::AddText(), for compatibility with STL build without implicit wxString conversions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-11 12:11:15 +00:00 |
|
Václav Slavík
|
8650108199
|
don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-10 17:42:41 +00:00 |
|
Julian Smart
|
385960a91f
|
Small typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-08 12:41:22 +00:00 |
|
Chris Elliott
|
d9605e634b
|
missing closing bracket broke tex2rtf
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-07 08:44:28 +00:00 |
|
Vadim Zeitlin
|
1e96933183
|
fix typo in Selecting() description (bug 1726270)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-04 13:49:41 +00:00 |
|
Václav Slavík
|
5a20d2ced0
|
changed wxLog::OnLog(String) to take wxString instead of wxChar* to avoid unnecessary conversions; added compatibility code so that user code overriding these with char* or wchar_t* argument continues to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-04 10:04:05 +00:00 |
|
Julian Smart
|
de6a9bb6c1
|
Typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-03 11:23:02 +00:00 |
|
Vadim Zeitlin
|
f463afe347
|
the same event handler class, not object, can be used with multiple windows (patch 1728835)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-02 13:34:47 +00:00 |
|
Vadim Zeitlin
|
66160760e1
|
added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-02 12:56:36 +00:00 |
|
Robert Roebling
|
a29d690d6e
|
Doc update.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-28 14:49:22 +00:00 |
|
Robert Roebling
|
1821abd1ce
|
Implemented dataview_model notification event to the ctrl
(and then the user).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-28 14:46:52 +00:00 |
|
Robert Roebling
|
63415a4212
|
Removed wxDataViewViewColumn since it is redundant.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-28 13:47:49 +00:00 |
|
Vadim Zeitlin
|
f1a0855d24
|
GetMenuCount() returns size_t, not int
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-26 10:23:20 +00:00 |
|
Vadim Zeitlin
|
d76a558d4d
|
added wxMSW-specific wxEntryStart() overload taking WinMain-like parameters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-25 00:52:00 +00:00 |
|