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 |
|
Vadim Zeitlin
|
e5a0bdfbaf
|
use TCP for this benchmark under Windows too (and not DDE)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 14:34:04 +00:00 |
|
Vadim Zeitlin
|
e4e7977701
|
no need to disable DoTestSwap() for VC6 any more with latest wx/cppunit.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 14:33:09 +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 |
|
Francesco Montorsi
|
920b92a3fd
|
few other fixes for wxChar => wxString
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 10:41:52 +00:00 |
|
Francesco Montorsi
|
704171f290
|
add description for GetFrameParameters() function; some other minor fixes (closes ticket #10146)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 10:32:14 +00:00 |
|
Kevin Ollivier
|
c9f9deab81
|
Forward port event handler fixes to trunk.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 04:10:31 +00:00 |
|
Francesco Montorsi
|
bb69632a56
|
minor fixes; replace references to Windows95 with references to wxMSW where possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-22 00:21:10 +00:00 |
|
Vadim Zeitlin
|
e48df5d353
|
no changes, just reformat, remove extraneous semicolons and inline keywords
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-21 16:18:43 +00:00 |
|
Vadim Zeitlin
|
f1ca421b41
|
fix virtual function hiding for LoadFile(); replace a few more longs with wxBitmapTypes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-21 16:17:16 +00:00 |
|
Vadim Zeitlin
|
101872998b
|
fix tags generation for OS X port after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-21 16:16:12 +00:00 |
|
Vadim Zeitlin
|
58ac79d317
|
use ShellExecuteEx() instead of ShellExecute() which doesn't exist under WinCE (closes #10201)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 23:28:26 +00:00 |
|
Vadim Zeitlin
|
21e413b224
|
fix file dialog caption
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 23:27:50 +00:00 |
|
Vadim Zeitlin
|
80e5b0b143
|
define wxUSE_REGKEY for WinCE too (closes #10211)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 23:21:37 +00:00 |
|
Vadim Zeitlin
|
c3b4617752
|
use GetWindow() instead of GetNextWindow() to fix CE compilation (closes #10210)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 23:19:42 +00:00 |
|
Francesco Montorsi
|
30f23bcc56
|
use @onlyfor tag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 23:15:09 +00:00 |
|
Francesco Montorsi
|
6d6e5b66f9
|
mention wxArtProvider
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 21:27:07 +00:00 |
|
Vadim Zeitlin
|
2190f6aa15
|
don't test sei.hInstApp in DoLaunchDefaultBrowser(), just look at ShellExecuteEx() return value (#10190)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 18:30:50 +00:00 |
|
Vadim Zeitlin
|
9c39f4f538
|
fix substr() calls broken by r56215 (#10198)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 18:19:17 +00:00 |
|
Vadim Zeitlin
|
5513d18ba7
|
don't log an error if the directory can't be opened at all for compatibility with MSW (#10194)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 18:12:43 +00:00 |
|
Vadim Zeitlin
|
8108518603
|
add missing Detach() after r56863 changes (thanks troelsk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 17:59:42 +00:00 |
|
Vadim Zeitlin
|
dbb2baaef7
|
fix WinCE compilation after tbar95.h ->t oolbar.h renaming (#10197)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 16:54:38 +00:00 |
|
Vadim Zeitlin
|
e2d4ce7d36
|
don't load comctl32.dll, just get the handle of the already loaded instance of it instead, this avoids accidentally loading 2 different versions of this DLL in the same process (see #10203)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 16:45:45 +00:00 |
|
Vadim Zeitlin
|
59730a00a6
|
fix gcc 3.3 warning about possibly uninitialized (but in reality initialized) variable after the last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 15:06:36 +00:00 |
|
Vadim Zeitlin
|
e227438f24
|
change Has/SetFlag() to take int instead of unsigned as the latter provokes VC7 warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 13:13:27 +00:00 |
|
Václav Slavík
|
2b9eec41f9
|
don't assert on unsupported metric in wxSystemSettingsNative::GetMetric()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-20 12:28:08 +00:00 |
|
Jaakko Salli
|
591df136d6
|
When calling DrawIconEx(), do not use DI_COMPAT or DI_DEFAULTSIZE on WinCE (fixes ticket #10200)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-19 16:29:47 +00:00 |
|
Jaakko Salli
|
15096961f9
|
For clarity, moved includes to the top of the file. Also added #include wx/dialog.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-19 16:24:07 +00:00 |
|
Vadim Zeitlin
|
e196e5232a
|
store the value to be set inside wxON_BLOCK_EXIT_SET(), this allows to use temporaries with it and also fixes the test failure when built with icc and optimizations on (not sure if it is a compiler bug or not but in any case it seems better to fix it)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-19 12:06:17 +00:00 |
|
Vadim Zeitlin
|
a779d8091c
|
fix comparison in Normalize() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-19 11:52:04 +00:00 |
|
Vadim Zeitlin
|
e18865ecd7
|
add WX_ASSERT_EQUAL_MESSAGE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-19 11:51:21 +00:00 |
|
Vadim Zeitlin
|
93a800a95e
|
minor icc warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-19 09:55:27 +00:00 |
|
Vadim Zeitlin
|
2c2944d6aa
|
Slovenian translation update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-19 09:54:17 +00:00 |
|
Jaakko Salli
|
3c5c6707de
|
Allow wxPropertyGridInterface::ClearSelection() to be called with NULL state (fixes defect #10195)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-18 18:46:30 +00:00 |
|
Vadim Zeitlin
|
6d9407fec4
|
fix compilation with cppunit 1.9 (which doesn't have stdCOut()) and some harmless warnings (which probably were fixed in newer cppunit version too)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-18 15:51:09 +00:00 |
|
Vadim Zeitlin
|
7105649b88
|
add header required for PCH-less mingw32 compilation (closes #10196)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-18 14:41:45 +00:00 |
|