Kevin Hock
|
feb571a4bf
|
Fixed typos -- obejct should be object
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-07 21:56:52 +00:00 |
|
Włodzimierz Skiba
|
b236c10f77
|
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-30 11:15:59 +00:00 |
|
Vadim Zeitlin
|
4c27e2faf3
|
deprecated SetToTheWeek() and GetWeek(); added and documented new and well-defined SetToWeekOfYear()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-11 22:07:10 +00:00 |
|
Włodzimierz Skiba
|
f70c044346
|
Spelling fixes [#1017001]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-04 02:44:43 +00:00 |
|
Julian Smart
|
fc2171bd4c
|
Name change replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-04 08:27:20 +00:00 |
|
Julian Smart
|
d2c2afc91b
|
Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-22 01:16:32 +00:00 |
|
Julian Smart
|
654a0fa974
|
Applied patch [ 791648 ] wxDateTime: note unimplemented methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-11 14:22:23 +00:00 |
|
Vadim Zeitlin
|
673e612079
|
merged 2 overloaded functions into a single membersections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-06 18:37:06 +00:00 |
|
Václav Slavík
|
cc81d32f2b
|
TRUE/FALSE -> true/false in documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-01-18 00:16:34 +00:00 |
|
Vadim Zeitlin
|
2b5f62a0b2
|
merged 2.4 branch into the trunk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-12-04 14:11:26 +00:00 |
|
Vadim Zeitlin
|
cdfb1ae1bc
|
fixed a few typoes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-08-22 20:14:47 +00:00 |
|
Vadim Zeitlin
|
2edb0bdef6
|
applied typos and spelling error fixes patch from Olly Betts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-07 20:15:28 +00:00 |
|
Mattia Barbon
|
e98a035855
|
Fix _ quoting to make tex2rtf happier
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-08 19:51:58 +00:00 |
|
Vadim Zeitlin
|
7af3ca1645
|
fixed LaTeX compilation problems (part of patch 551210)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-05 14:24:07 +00:00 |
|
Julian Smart
|
a9d171bd00
|
Doc tweaks
Added back mouse sensitivity to wxStaticText
Added code to widgets sample to test for sensitive wxStaticTexts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-05 09:35:44 +00:00 |
|
Vadim Zeitlin
|
fafcf1271d
|
fixed Set(month, day, year) docs (bug #502944)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-13 11:35:23 +00:00 |
|
George Tasker
|
e72403492b
|
Added '\' before all '_' chars that were not inside VERBATIM blocks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-24 10:39:33 +00:00 |
|
Vadim Zeitlin
|
df05cdc578
|
fixed wxTimeSpan::Format() to behave more reasonably
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-03-13 13:17:46 +00:00 |
|
Julian Smart
|
d3c7cfeba9
|
Added line to wxMask doc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-01-02 07:59:43 +00:00 |
|
Bryan Petty
|
f6bcfd974e
|
merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-07-15 19:51:35 +00:00 |
|
Julian Smart
|
fa482912e4
|
Some doc proofreading
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-03-15 00:21:49 +00:00 |
|
Julian Smart
|
66f55ec64c
|
Doc corrections, wxMotif toolbar AddControl implementation (untested as yet)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-03-10 16:06:33 +00:00 |
|
Vadim Zeitlin
|
d7da975624
|
1. fixed warning which was hiding a bug in wxGrid::SendEvent()
2. started documenting wxDateTime
3. and wxLongLong
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-03-10 01:15:17 +00:00 |
|