Vadim Zeitlin
|
86909f4c89
|
added XRCSIZERITEM() allowing to directly retrieve the sizer from XRC by name (patch 1782080)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-16 10:50:01 +00:00 |
|
Robert Roebling
|
d86c187031
|
API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 08:59:07 +00:00 |
|
Robert Roebling
|
453091c269
|
Add wxDataViewCtrl::GetColumnPosition() stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 13:29:19 +00:00 |
|
Robert Roebling
|
21f47fb900
|
Add wxDataViewCtrl::GetSortingColumn() stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 12:57:40 +00:00 |
|
Vadim Zeitlin
|
d2175f3ecc
|
added wxApp::Set/GetAppDisplayName() (patch 1780414)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-09 23:27:23 +00:00 |
|
Vadim Zeitlin
|
5595181f48
|
add wxSYS_DCLICK_TIME system metric constant; use it for the generic list control rename timer interval (patch 1782472)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-09 22:57:12 +00:00 |
|
Vadim Zeitlin
|
4d5a1b0ab8
|
declare wxEVT_GRID_COL_MOVE event (which was defined but not declared in the header) and add macros for handling it (patch 1788077)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-09 21:39:11 +00:00 |
|
Vadim Zeitlin
|
42599b710d
|
change wxCmdLineEntryDesc::short/longName type to wxString for better compatibility with existing Unicode code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-07 23:41:56 +00:00 |
|
Vadim Zeitlin
|
e6d4038a8b
|
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ...) to preserve compatibility with the old ASCII build (even at the expense with the Unicode build compatibility)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-07 21:47:45 +00:00 |
|
Vadim Zeitlin
|
a0fef35d6b
|
changed wxCmdLineEntryDesc::short/longName fields type to char* from wxChar* (non-ASCII options are uncommon but NULL values are often specified for these fields) and made description field a wxString (as it can be constructed from either char or wchar_t strings and normally shouldn't be NULL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-07 19:32:16 +00:00 |
|
Robert Roebling
|
c2331d9b50
|
Explain various printing backends in GTK+
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-06 13:28:37 +00:00 |
|
Robert Roebling
|
92fdffb272
|
Mention wxUSE_GTKPRINT define
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-06 13:26:31 +00:00 |
|
Václav Slavík
|
614f971389
|
fixed badly named wxHtmlTag::GetParam() argument: with_quotes, not with_commas
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-31 13:48:37 +00:00 |
|
Robert Roebling
|
b15666a6fa
|
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-31 12:43:24 +00:00 |
|
Robert Roebling
|
097119648b
|
Added const and virtual in various places
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-31 09:55:36 +00:00 |
|
Robert Roebling
|
a976841204
|
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-31 09:48:40 +00:00 |
|
Robert Roebling
|
74fe973bba
|
Added wxDataViewModel::GetChildren() (removed GetSibling() and GetFirstChild())
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-31 09:44:59 +00:00 |
|
Robert Roebling
|
b04fcede8f
|
Added wxDataViewCtrl::AppendIconTextColumn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-31 09:14:49 +00:00 |
|
Robert Roebling
|
c1e17d4cc3
|
added wxDataViewIconTextRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-31 08:58:25 +00:00 |
|
Robert Roebling
|
d60e8c6b0e
|
small doc patch from Bryan Petty
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-31 08:31:41 +00:00 |
|
Vadim Zeitlin
|
01a9232b5e
|
use fallback encoding in wxConvAuto when input is not in UTF-8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-30 17:54:28 +00:00 |
|
Robert Roebling
|
2baf8467ce
|
add objectdataptr.tex to classes.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-28 20:33:13 +00:00 |
|
Robert Roebling
|
369d17c075
|
added copy constr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-28 12:30:56 +00:00 |
|
Robert Roebling
|
ef36734a79
|
added docs for wxObjectDataPtr<T> and examples for ref counting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-28 12:26:20 +00:00 |
|
Robert Roebling
|
513edac21e
|
syntax correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-28 11:08:55 +00:00 |
|
Robert Roebling
|
ef974c00e0
|
doc syntax corrections again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-28 09:05:42 +00:00 |
|
Robert Roebling
|
8cb475f139
|
doc syntax corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-28 09:04:04 +00:00 |
|
Vadim Zeitlin
|
429e2bb2fa
|
added Clone() method documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-26 20:47:54 +00:00 |
|
Robert Roebling
|
29b25edaf9
|
correct constr's signature
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-26 15:16:12 +00:00 |
|
Robert Roebling
|
91a6c65558
|
Move column organizing code to ports, away from common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-26 10:05:16 +00:00 |
|
Robert Roebling
|
e15c84ce24
|
documented Collapse() and Expand()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-25 21:06:16 +00:00 |
|
Robert Roebling
|
e0000f9494
|
add editing_started and _done events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-25 19:44:04 +00:00 |
|
Robert Roebling
|
5bad300d22
|
correct label name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-25 19:12:26 +00:00 |
|
Robert Roebling
|
1b27b2bd2b
|
Set/GetExpanderColumn() should use wxDataViewColumn, not unsigned int
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-25 13:28:56 +00:00 |
|
Robert Roebling
|
b74077ace2
|
Correct signature of HitTest()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 20:01:06 +00:00 |
|
Robert Roebling
|
daf5b37afd
|
Use const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 11:15:22 +00:00 |
|
Robert Roebling
|
e0976f6db3
|
Use const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 11:09:32 +00:00 |
|
Robert Roebling
|
d19d8941c6
|
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 10:57:42 +00:00 |
|
Robert Roebling
|
6bb29886cb
|
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 10:56:05 +00:00 |
|
Robert Roebling
|
d0b6742169
|
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 10:55:17 +00:00 |
|
Robert Roebling
|
61cec318da
|
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 10:54:36 +00:00 |
|
Robert Roebling
|
1f0412088d
|
add wxVector docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 10:26:01 +00:00 |
|
Robert Roebling
|
677ab4a566
|
add wxVector docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 10:21:49 +00:00 |
|
Robert Roebling
|
44f2a3d1c8
|
add wxVector docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 10:21:38 +00:00 |
|
Robert Roebling
|
d8fcdf973f
|
remove _ from labels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 10:01:49 +00:00 |
|
Robert Roebling
|
93fd94eb1a
|
should use wxDataViewColumn to indicate a column
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 09:45:02 +00:00 |
|
Robert Roebling
|
4f76c1a23a
|
document wxDataViewItem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 09:42:28 +00:00 |
|
Robert Roebling
|
0bd2681966
|
Added logic, API and docs for wxDataViewModel::HasDefaultCompare indicating a compare function usable without and column (header)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-22 21:18:06 +00:00 |
|
Robert Roebling
|
c7074d4419
|
Let various AppendXXXColumn helplers return the column created within
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-22 13:39:32 +00:00 |
|
Francesco Montorsi
|
5ffb4b0865
|
removed double docs for GetBitmapSelected and SetBitmapSelected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-21 14:58:26 +00:00 |
|