Vadim Zeitlin
|
15c9541c9f
|
updated version from Henrik Ræder Clausen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-05 13:03:54 +00:00 |
|
Robin Dunn
|
7a944d2fd2
|
Fixed a strange MSVC compile error (C2253) It thought a pure virtual
function was being defined...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 20:17:44 +00:00 |
|
Vadim Zeitlin
|
f1cf5f4de5
|
added new Danish translator
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 20:05:42 +00:00 |
|
Robin Dunn
|
af79fc6f08
|
Fix and update the note about handling EVT_KEY_DOWN preventing
EVT_CHAR from being sent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 19:27:33 +00:00 |
|
Robin Dunn
|
c13219d6a8
|
Changed FindTExt intercase to more easily handle additional flags.
Fixed GetCharAt and GetStyleAt to only return values 0..255 instead of
possibly negative values.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 19:25:29 +00:00 |
|
Vadim Zeitlin
|
d8ddee9c46
|
added test for wxProgressDialog::Resume
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 18:14:26 +00:00 |
|
Vadim Zeitlin
|
6b0d8a01d1
|
added default parameter values to the overloaded Show() and Enable() versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 18:09:20 +00:00 |
|
Vadim Zeitlin
|
db1a42b874
|
(re)enable Cancel button in Resume()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 18:08:39 +00:00 |
|
Vadim Zeitlin
|
cb59313ce5
|
added incremental keyboard search to wxTreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 15:00:57 +00:00 |
|
Vadim Zeitlin
|
b0a2d8a882
|
added and documented wxTIMER_XXX constants to be used instead of bool parameter to wxTimer::Start()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 14:59:52 +00:00 |
|
Vadim Zeitlin
|
bebe1443c9
|
commented out some strange test code which resulted in memory leaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 12:48:17 +00:00 |
|
Julian Smart
|
bb80bb5b30
|
In SetProxy, add 1 to pos when parsing port since otherwise we include the colon.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 11:01:07 +00:00 |
|
Vadim Zeitlin
|
5b9c12e124
|
undid WS_EX_CONTROLPARENT change -- I recall now why we can't use it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-04 08:58:36 +00:00 |
|
Vadim Zeitlin
|
6c6a1c5555
|
mention EVT_KEY_DOWN/CHAR change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-03 23:11:51 +00:00 |
|
Vadim Zeitlin
|
a3e8c656ca
|
set focus to the page after showing it -- otherwise it's lost (well, left on the previous, now hidden, page)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-03 23:10:56 +00:00 |
|
Vadim Zeitlin
|
d515c32dc3
|
use WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic handling with nested panels
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-03 23:00:28 +00:00 |
|
Julian Smart
|
93d394ae83
|
Removed spurious </a> after <img> tag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-03 19:30:15 +00:00 |
|
Mattia Barbon
|
09663494e4
|
Updated message catalogs to latest CVS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-03 19:19:39 +00:00 |
|
David Webster
|
ed2b77fc47
|
Weekly OS/2 catch-up.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-03 14:56:27 +00:00 |
|
Robert Roebling
|
af3653ddfa
|
Another typo fixed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-02 19:30:43 +00:00 |
|
Robert Roebling
|
7d4909b275
|
Probably fixed mouse event bug introduced recently.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-02 18:02:54 +00:00 |
|
Robert Roebling
|
ac0c857aaa
|
Overrode wxMDIChildFrame's DoSetSize to not misplace
the window when it was using wxFrame's method.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-02 14:24:29 +00:00 |
|
Robert Roebling
|
2dde25b981
|
Implemented CharHook events.
Implemented Destroy events.
(both as per SF patches).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-02 14:17:39 +00:00 |
|
Robert Roebling
|
2f060d19d4
|
Small fix for make win-dist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-02 12:05:24 +00:00 |
|
Robert Roebling
|
ea46eba007
|
Updates to (behaviour of) wxComboBox and wxSpinCtrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-02 10:57:45 +00:00 |
|
Robert Roebling
|
d3734d65e6
|
Removed hack in Toolbar that breaks UI updates under MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-02 10:57:13 +00:00 |
|
Robert Roebling
|
62b9253384
|
Added simplistic make win-dist
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-02 10:56:23 +00:00 |
|
Vadim Zeitlin
|
ace954f1db
|
replaced quotes in #include with angle brackets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-06-01 11:48:26 +00:00 |
|
Robert Roebling
|
7ad3e9390f
|
Added global skope too FinControl()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 16:03:15 +00:00 |
|
Vadim Zeitlin
|
03b444f6af
|
removed unused wxWindowGTK::m_isFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 14:18:34 +00:00 |
|
Vadim Zeitlin
|
2b4f3c9f76
|
replaced m_isRadioButton with a virtual function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 14:17:23 +00:00 |
|
Vadim Zeitlin
|
d760f23e76
|
replaced wxWindowGTK::m_isListBox with a virtual function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 14:14:00 +00:00 |
|
Vadim Zeitlin
|
d1f2ac459a
|
replaced wxWindowGTK::m_isStaticBox with a virtual function and replaced 3 occurences of the code finding the window for the mouse events with one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 14:13:17 +00:00 |
|
Vadim Zeitlin
|
3ae4c570c4
|
replaced wxWindowGTK::m_isListBox with a virtual function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 14:00:01 +00:00 |
|
Vadim Zeitlin
|
6cad4f1b21
|
fixes for the focus handling: don't set back to back set/kill focus events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 13:51:43 +00:00 |
|
Vadim Zeitlin
|
94ccc2540c
|
added tests for the focus events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 13:49:56 +00:00 |
|
Robert Roebling
|
fba2d5e694
|
Added wxToolBar::FindControl() to fish out
controls in a toolbar by its id.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 10:00:24 +00:00 |
|
Robert Roebling
|
f89a1397df
|
Doc tweaks for FindWindowByXX
Docs for SetThemeEnabled
Docs for wxToolBar::FindControl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 09:59:00 +00:00 |
|
Robert Roebling
|
e3ba9f8828
|
Documented wxClienData and friends.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-31 07:41:46 +00:00 |
|
Vadim Zeitlin
|
0a95f6d036
|
removed some duplicate code, no real changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-30 21:16:59 +00:00 |
|
Robin Dunn
|
8f154d87ae
|
Updated setup.h settings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-30 19:49:11 +00:00 |
|
Robin Dunn
|
05d61b6996
|
Updated wxPython build instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-30 18:40:57 +00:00 |
|
Robin Dunn
|
cf8a60ae0a
|
Removed Refresh from OnSize as it's not needed anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-29 18:47:50 +00:00 |
|
Julian Smart
|
c4cb3d0f0c
|
Applied patch #561454, testing for scrollbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-29 08:31:59 +00:00 |
|
Julian Smart
|
feaca34f34
|
Corrected some typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-29 08:28:03 +00:00 |
|
David Webster
|
6ed98c6a3b
|
Catching up for the week
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-28 21:50:34 +00:00 |
|
Vadim Zeitlin
|
d30ff492f0
|
corrected the completely wrong example (bug 545427)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-28 17:14:59 +00:00 |
|
Vadim Zeitlin
|
d715d419e1
|
fix compilation without WXDEBUG (includes patch 561458)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-28 16:54:50 +00:00 |
|
Vadim Zeitlin
|
8fb97d468b
|
use new style ctor for wxFontDialog (patch 561411)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-28 16:52:49 +00:00 |
|
Vadim Zeitlin
|
3c67451472
|
added consts to wxAcceleratorTable ctors from wxAcceleratorEntry array
(repaces patch 561183)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-28 16:51:14 +00:00 |
|