Vadim Zeitlin
|
8acad210fa
|
don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point to force all derived table classes to implement it when it has a default implementation which works just fine in 99% of cases
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-30 21:51:51 +00:00 |
|
Francesco Montorsi
|
435c1bc4d2
|
document default ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-30 14:46:07 +00:00 |
|
Vadim Zeitlin
|
664e5ff93e
|
add wxVector(size_t size[, const value_type& value]) ctors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-29 22:28:44 +00:00 |
|
Vadim Zeitlin
|
e408bf5257
|
add safe wxStrlcpy() function and replaced all wxStrncpy() calls by it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-29 14:41:02 +00:00 |
|
Francesco Montorsi
|
36d0c79521
|
fix wrong placement of the @apperance tag previously committed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-28 23:48:58 +00:00 |
|
Francesco Montorsi
|
7a9a204e09
|
remove @appearance tag from abstract classes; add the missing screenshots of some controls to wxGTK image folder
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-28 23:16:24 +00:00 |
|
Francesco Montorsi
|
c74b07ac26
|
provide GetSize() getters in wxBitmap and wxImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-28 22:29:29 +00:00 |
|
Francesco Montorsi
|
60b71826d6
|
return wxDefaultSize (as done in all other platforms) when the combo box is empty
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-28 21:50:22 +00:00 |
|
Francesco Montorsi
|
11dd61cb3d
|
move style table in the detailed description like for all other interface headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-28 19:33:37 +00:00 |
|
Francesco Montorsi
|
1adc52fd91
|
internal variables of wxFileHistory are protected, not public; in any case, do not document them since they are all editable safely using the accessors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-28 17:58:00 +00:00 |
|
Vadim Zeitlin
|
80cc5fc7ad
|
document column reordering in wxListCtrl; fix confusion between GetColumnOrder() and GetColumnIndexFromOrder() doing this discovered; show the use of these methods in the sample and added a unit test for them
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-26 19:11:22 +00:00 |
|
Francesco Montorsi
|
a5cc517ff6
|
make wxThread::OnExit private and not public (change tested on wxMSW and wxGTK)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-26 17:24:00 +00:00 |
|
Francesco Montorsi
|
5159e01481
|
added GetKind getter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-26 16:40:14 +00:00 |
|
Francesco Montorsi
|
2b4367d520
|
clarified that Raise() and Lower() only work for wxTopLevelWindows (closes #4717)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-26 16:18:28 +00:00 |
|
Francesco Montorsi
|
3c52ef9423
|
added note about GetTimestamp() (fixes #1986)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-26 16:13:51 +00:00 |
|
Francesco Montorsi
|
c48d6cdf1f
|
documented the wxDCBrushChanger, wxDCPenChanger, wxDCTextColourChanger; introduced a wxDCFontChanger
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-26 15:54:08 +00:00 |
|
Francesco Montorsi
|
848f8788e9
|
fix the examples for wxThread and wxThreadHelper after field-testing on wxMSW and wxGTK; add a note to wxThread::Run about detached threads; fix the note for wxThread::Delete wrt joinable threads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-25 00:28:15 +00:00 |
|
Francesco Montorsi
|
2e4f32d760
|
add more references to the delayed deletion of wxTopLevelWindows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-25 00:24:58 +00:00 |
|
Bryan Petty
|
caac780411
|
Reviewed, and re-organized members of wxGrid, which now makes the interface header manual reviews finally finished.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-24 07:07:31 +00:00 |
|
Bryan Petty
|
8b9ef005c3
|
Reviewed the rest of grid.h except for the wxGrid class itself, and re-ordered the definitions to fit the real header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-24 02:23:48 +00:00 |
|
Francesco Montorsi
|
195be56dca
|
provide an example implementation of wxCloseEvent handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-24 00:01:37 +00:00 |
|
Francesco Montorsi
|
9d157d5978
|
add an event table for wxFrame and wxDialog: they send wxCloseEvents...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-23 23:53:45 +00:00 |
|
Francesco Montorsi
|
6d62b2e2b1
|
document that dragging in wxTreeCtrl needs to be explicitely allowed (fixes #3915)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-23 19:30:25 +00:00 |
|
Francesco Montorsi
|
8d13e30116
|
readd grouping previously removed by error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-23 17:45:16 +00:00 |
|
Vadim Zeitlin
|
2d46f281a5
|
added wxSocketBase::GetTimeout() to match existing SetTimeout()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-23 13:11:25 +00:00 |
|
Jaakko Salli
|
b0996c3da0
|
Eliminate need to call Connect() in wxPGEditor::CreateControls()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-23 11:00:40 +00:00 |
|
Bryan Petty
|
afe0e40097
|
Finished review of the first 1,000 lines of grid.h interface header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-23 01:27:03 +00:00 |
|
Francesco Montorsi
|
5cba3a2548
|
documented ExitCode typedef; revised wxThread and wxThreadHelper docs, also adding two usage examples; remove useless comment added by error in previous commits; linked threading overview from wxThread
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-23 00:09:23 +00:00 |
|
Bryan Petty
|
cbd251acba
|
Documented some DrawText() parameters missed in the last commit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 23:16:55 +00:00 |
|
Bryan Petty
|
9cc4ab8522
|
Reviewed and cleaned up the rest of the graphics.h interface header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 23:03:28 +00:00 |
|
Francesco Montorsi
|
bb24d7088d
|
fix minor typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 23:00:06 +00:00 |
|
Vadim Zeitlin
|
5a3955662a
|
document all overloads of DrawText()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 22:40:36 +00:00 |
|
Francesco Montorsi
|
b155797819
|
clarify role of wxToolBarToolBase (fixes #9874)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 15:53:10 +00:00 |
|
Francesco Montorsi
|
1bc693a9ca
|
fix for doxygen warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 15:36:50 +00:00 |
|
Francesco Montorsi
|
4e878f44ab
|
document wxFSVolume (fixes #3977)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 15:29:08 +00:00 |
|
Francesco Montorsi
|
e3d1fc26b2
|
fix wxList<T>::resize description (fixes #10207)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 14:36:32 +00:00 |
|
Francesco Montorsi
|
6a0f372ca0
|
document mac.textcontrol-use-spell-checker (fixes #10165)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 14:29:00 +00:00 |
|
Francesco Montorsi
|
9cfebe8ccc
|
fixes #10131
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 14:20:28 +00:00 |
|
Francesco Montorsi
|
94d17b78d8
|
be more precise about range in indeterminate-mode wxGauges (fixes #10125)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 14:18:05 +00:00 |
|
Francesco Montorsi
|
76ef2d3935
|
documented wxTaskBarIconEvent (fixes #10021)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 14:00:35 +00:00 |
|
Francesco Montorsi
|
59b9603aa6
|
minor fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 13:56:16 +00:00 |
|
Francesco Montorsi
|
c86b476dd5
|
clarify wxListCtrl::GetItem (fixes #9640)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 13:42:42 +00:00 |
|
Francesco Montorsi
|
afc31d8ad8
|
clarify how top-level windows are used by wxApp (fixes #9448)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 13:12:32 +00:00 |
|
Francesco Montorsi
|
5b86c331ec
|
fix docs for wxInputStream::GetC(); fixes #4461
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 12:44:17 +00:00 |
|
Francesco Montorsi
|
c909e90788
|
fix docs for wxRect::Intersect overloads (fixes #4445)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 12:39:45 +00:00 |
|
Francesco Montorsi
|
dcc5fcbf1f
|
fix docs for wxWindow::Layout (fixes #4297)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 12:29:09 +00:00 |
|
Francesco Montorsi
|
4c0258758d
|
fix description for wxWS_EX_CONTEXTHELP; fixes #4276
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 12:17:19 +00:00 |
|
Francesco Montorsi
|
4a15036c35
|
add event table for wxAuiNotebook (partially fixes #4175)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 12:10:54 +00:00 |
|
Francesco Montorsi
|
6873eb5b38
|
minor fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 11:56:05 +00:00 |
|
Francesco Montorsi
|
956f3da353
|
wxCursor derives (on almost all ports) from wxGDIObject (closes #3711)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 10:52:28 +00:00 |
|