Vadim Zeitlin
|
1c06345ab6
|
mention that NULL/"" changes also affect struct fields
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 22:04:26 +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
|
9cf3d21870
|
added wxApp::Set/GetAppDisplayName() (patch 1780414)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-09 23:26:18 +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
|
5f77ee3b87
|
fixed off by 1 bug in wxDC::GradientFillLinear() (patch 1788549)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-09 19:36:50 +00:00 |
|
Vadim Zeitlin
|
37ba70a520
|
added support for reading resolution information from TIFF, JPEG and BMP formats; corrected some bugs with saving resolution; added command allowing to see the image resolution (if available) to the sample (heavily modified patch 1790546)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-08 18:32:36 +00:00 |
|
Vadim Zeitlin
|
4baf78001e
|
better document some of the incompatibilities introduced by the Unicode changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-07 23:47:52 +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 |
|
Vadim Zeitlin
|
a07bf2d003
|
fix translation of wx priority values to the standard Unix ones in SetPriority()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-03 22:52:38 +00:00 |
|
Vadim Zeitlin
|
85866f52b3
|
fix WX_GL_STEREO attribute handling: value for it was missing in the attribute list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-03 22:35:43 +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 |
|