Václav Slavík
|
288b6107e1
|
renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 10:07:41 +00:00 |
|
Václav Slavík
|
6a4cbac17a
|
removed broken and global GetLine() function from wx/protocol/protocol.h; there's already wxProtocol::ReadLine() that actually works
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 21:30:36 +00:00 |
|
Vadim Zeitlin
|
c70557da08
|
set the string field of the wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 14:16:14 +00:00 |
|
Vadim Zeitlin
|
46753a7ce5
|
fixed showing busy cursor for disabled windows and during wxExecute()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 14:09:08 +00:00 |
|
Vadim Zeitlin
|
b534968dc3
|
added support for alpha channel to wxColour to/from string conversion functions (slightly modified patch 1750112)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 08:36:24 +00:00 |
|
Vadim Zeitlin
|
6af769427a
|
added missing spaces
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 00:18:01 +00:00 |
|
Vadim Zeitlin
|
5814e8ba4e
|
added support for binary data to wxConfig (slightly modified patch 1736788)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 00:11:03 +00:00 |
|
Vadim Zeitlin
|
bd63020652
|
added --optional-libs wx-config argument (patch 1747239)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-10 10:28:12 +00:00 |
|
Vadim Zeitlin
|
4db03d266b
|
added functions for base64 en/decoding (replaces patch 1739431)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-10 01:51:43 +00:00 |
|
Vadim Zeitlin
|
0a904ed2c8
|
generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even if label didn't change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-09 14:58:44 +00:00 |
|
Václav Slavík
|
b5dbe15d0b
|
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIMPEXP_FOO for use with forward declarations (in preparation for GCC visibility support)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-09 10:09:52 +00:00 |
|
Václav Slavík
|
d03dab2a64
|
documented removal of unsafe wxGets() and wxTmpnam() functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-08 20:23:11 +00:00 |
|
Vadim Zeitlin
|
0836334e9f
|
document that SetValue() accepts values in 0..GetRange interval, inclusive
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-06 12:09:34 +00:00 |
|
Vadim Zeitlin
|
39434ba375
|
use 'neither ... nor ...' instead of 'neither ... or ...' in wxFinite documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-06 11:17:13 +00:00 |
|
Bryan Petty
|
5a0ed193cd
|
Added deprecation warnings to old wxVScrolledWindow functions (in wxVarVScrollLegacyAdaptor), and fixed a minor documentation format error in the wxVScrolledWindow docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-05 21:42:39 +00:00 |
|
Bryan Petty
|
0a82af9b91
|
Fixed case on LaTeX member function labels.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-05 08:06:12 +00:00 |
|
Vadim Zeitlin
|
60edcf4535
|
added support for broadcasting to UDP sockets (patch 1740266)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-04 21:33:11 +00:00 |
|
Vadim Zeitlin
|
cde76cf2a9
|
added wxAtomicInc/Dec() functions (patch 1739486)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-04 20:54:14 +00:00 |
|
Paul Cornett
|
0200fb2788
|
fix XPM SaveFile for more than 92 colors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-03 03:08:26 +00:00 |
|
Vadim Zeitlin
|
259a2a7332
|
removed instructions for adding contrib libraries -- we don't have them any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-02 10:44:17 +00:00 |
|
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
|
30519b021a
|
mention wxLogInterposer(Temp)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-28 01:55:56 +00:00 |
|
Vadim Zeitlin
|
ab29bb87b2
|
don't invalidate the font in SetNativeFontInfo[Desc]() to conform to the documented behaviour (patch 1743548)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-27 15:55:48 +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
|
1c871fe2a4
|
don't always add wxCAPTION to wxMiniFrame style unconditionally
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-22 19:10:04 +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 |
|
Václav Slavík
|
4fc1c0f091
|
made wxUSE_UNICODE=1 the default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-22 12:34:38 +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 |
|
Vadim Zeitlin
|
d6a41cc7d5
|
single line wxTextCtrl fg colour fix is now in 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-20 21:29:07 +00:00 |
|
Václav Slavík
|
d38f70b249
|
use wxString in wxRegKey methods; make it compile without implicit wxString->char* conversion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-20 07:09:14 +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 |
|