Commit Graph

1568 Commits

Author SHA1 Message Date
Vadim Zeitlin
f06afb9ceb IsAlive/Running() may only be used with joinable threads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24566 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-15 15:05:28 +00:00
Robin Dunn
6217b9aa7e Set m_rows, m_cols so GetRows/GetCols in the base class work. Added
GetCellSize method.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-07 17:45:10 +00:00
Julian Smart
46c81560de Removed some old doc targets
Fixed doc typos
No longer convert OS/2 files to lower case


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 15:21:40 +00:00
Robin Dunn
20b35a6916 Added wxGridBagSizer, a grid sizer where item positions can be
specified and row/col spanning is allowed.

Updated docs, the layout sample, files.bkl, and updated makefiles.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 01:31:44 +00:00
Mattia Barbon
7057f62a37 Updated wxHashTable::Next documentation to use wxHashTable::Node*
for the return type (which currently is just a typedef for wxNode*).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-02 15:32:24 +00:00
Vadim Zeitlin
150018aebb warning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-31 15:17:59 +00:00
Vadim Zeitlin
dfcb9d7caf updated SendIdleEvent() docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-31 14:27:56 +00:00
George Tasker
5356f74c4c Added examples of an INSERT and a DELETE to the sample application that is part of the overview
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-27 23:43:54 +00:00
Vadim Zeitlin
c66c3af135 removed virtual from functions which are not; expanded wxWindow description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-27 12:36:29 +00:00
Vadim Zeitlin
c3558af510 wxFileExists() returns false for directories (bug 825507)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-27 11:02:12 +00:00
Robin Dunn
0eedee0466 fixed placement of pythonnote
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-24 22:35:18 +00:00
Mattia Barbon
fa7161e09f Added some wxPerl notes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-19 09:09:12 +00:00
Vadim Zeitlin
c50f92d08c fixed bug with wxcolourDatabase::FindColour(); added (and documented) new Find() and AddColour(const wxColour&) methods to avoid such problems in the future
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 17:42:31 +00:00
Vadim Zeitlin
9551b6fe2f added \NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 17:38:15 +00:00
Vadim Zeitlin
3cb9989457 added wxSYS_ICONTITLE_FONT (patch 816026)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 11:17:38 +00:00
Vadim Zeitlin
6f63704ff4 wxMouseEvent::Moving() shouldn't return true when we're really dragging the mouse
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 07:55:25 +00:00
Vadim Zeitlin
5bc97d1b81 added CanConvert()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-13 23:47:22 +00:00
Václav Slavík
9e3b313e79 gettext plural form docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-13 21:37:02 +00:00
Václav Slavík
18aeafcbc0 supported platforms update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-12 13:24:35 +00:00
Vadim Zeitlin
5bb9aeb266 check directories passed to Append/Insert/PrependDir(); don't terminate string returned from GetPath() with wxPATH_GET_SEPARATOR flag with slash for the paths which don't have any path at all under DOS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-08 23:15:16 +00:00
Vadim Zeitlin
1cc603c152 documented _PTR versions of WX_DEFINE_ARRAY macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-08 22:16:39 +00:00
Vadim Zeitlin
d2ed74b912 send END_EDIT label if label editing is cancelled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-07 08:41:54 +00:00
Vadim Zeitlin
8c4b73d1c9 removed extra virtual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-05 15:18:45 +00:00
Václav Slavík
6f80247a06 added gettext plural forms support (patch #785660 with modifications)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-04 22:43:46 +00:00
Vadim Zeitlin
0da52ad172 SetValue() takes just bool, not const bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-28 17:51:11 +00:00
Vadim Zeitlin
4f5c4ebf1a mention that Write(string) works with NUL-terminated strings only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-28 11:10:46 +00:00
Vadim Zeitlin
8941fa8806 added 3-state checkboxes (patch 813790)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-28 00:23:08 +00:00
Vadim Zeitlin
93255dade6 extra word removed (patch 813536)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 13:49:01 +00:00
Vadim Zeitlin
dd435a79ed removed wxApp::Initialized() (replaced with a dummy version in wxApp itself); wxApp in wxGTK now uses wxEvtLoop too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 13:47:46 +00:00
Vadim Zeitlin
6f96ac03f0 added wxGzipIOStreams (patch 792932)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-26 20:24:36 +00:00
Vadim Zeitlin
bcda793a4e added wxTextInputStream::ReadChar() (part of patch 792932)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-26 20:15:38 +00:00
Vadim Zeitlin
0915d0b2e2 wxZlibStreams fixes; allow them to be used as deflate [de]compressor in gz/zip files (patch 792562)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-26 20:07:22 +00:00
Vadim Zeitlin
e19971c370 applied part of the patch 811993
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-26 17:11:49 +00:00
Vadim Zeitlin
ef92f44097 wxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-25 22:04:53 +00:00
Robin Dunn
3684ade82e Oops, I left an extra { in there.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-24 19:59:03 +00:00
Robin Dunn
840d782c79 Corrected some tex errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-24 19:43:00 +00:00
Julian Smart
b853ebf6f5 Tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-24 07:26:55 +00:00
Vadim Zeitlin
e441e1f4e8 made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAINT_ON_RESIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-24 00:26:40 +00:00
Vadim Zeitlin
007bea23c3 TransferFrom/ToWindow() were reverted, fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-23 23:54:33 +00:00
Mattia Barbon
2bbd97f433 Add a couple of wxPerl notes.
Mark keyed wxList methods as deprecated.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-23 19:29:23 +00:00
Vadim Zeitlin
845f426885 updated wxMBConv docs slightly; added brief docs for UTF16/32 conversions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-22 20:34:03 +00:00
Vadim Zeitlin
57c5293e49 made Convert() methods const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-22 20:15:00 +00:00
Vadim Zeitlin
116b407e4f added ctor taking wxFontEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-22 17:09:08 +00:00
Vadim Zeitlin
3c59549689 documented wxCONCAT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-22 15:32:47 +00:00
Vadim Zeitlin
84ed77ef28 added (and documented) wxULL(); fixes for wxINT64_SWAP macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-22 15:30:25 +00:00
Vadim Zeitlin
0a4e332382 updated; added IsVertical()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-22 12:29:36 +00:00
Vadim Zeitlin
a1d8baa9f2 fixed broken link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-22 00:47:27 +00:00
Vadim Zeitlin
cc232c9342 emphasize that result of wxGetWorkingDirectory() must be delete[]d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-20 23:58:34 +00:00
Vadim Zeitlin
2e622163d0 wxHTTP::GetResponse() added (patch 794394)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-20 23:55:32 +00:00
Vadim Zeitlin
e490e26798 fixed typos which resulted in 2 broken links
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-20 16:20:43 +00:00