]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
22 years agoblind fix for latest mingw32 3.1
Vadim Zeitlin [Thu, 13 Jun 2002 18:51:01 +0000 (18:51 +0000)] 
blind fix for latest mingw32 3.1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofix link of wxDateTime inline methods using mingw32
Vadim Zeitlin [Thu, 13 Jun 2002 18:46:39 +0000 (18:46 +0000)] 
fix link of wxDateTime inline methods using mingw32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed buglet in wxWindow::GetPosition docs
Vadim Zeitlin [Thu, 13 Jun 2002 18:12:36 +0000 (18:12 +0000)] 
fixed buglet in wxWindow::GetPosition docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoEnhanced the DataTypeSupported() function to show the native data type name that...
George Tasker [Thu, 13 Jun 2002 17:51:56 +0000 (17:51 +0000)] 
Enhanced the DataTypeSupported() function to show the native data type name that is being automatically used by the wxODBC class column types

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded a wxASSERT_MSG in ::SetColDefs() to trap for the user sending an index that...
George Tasker [Thu, 13 Jun 2002 17:48:40 +0000 (17:48 +0000)] 
Added a wxASSERT_MSG in ::SetColDefs() to trap for the user sending an index that is larger than the number of columns defined for the table

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded code (currently disabled) to show putting a wxGLCanvas on a panel
Robin Dunn [Thu, 13 Jun 2002 16:57:18 +0000 (16:57 +0000)] 
Added code (currently disabled) to show putting a wxGLCanvas on a panel

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoPatch #568403
Robin Dunn [Thu, 13 Jun 2002 16:51:53 +0000 (16:51 +0000)] 
Patch #568403

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadapted to new ..internal structure
Stefan Csomor [Thu, 13 Jun 2002 07:04:46 +0000 (07:04 +0000)] 
adapted to new ..internal structure

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed some paths in build scripts
Robin Dunn [Thu, 13 Jun 2002 01:35:19 +0000 (01:35 +0000)] 
fixed some paths in build scripts
fixed yesterday's fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomoved OnActivate() logic from wxFrame to wxDialog -- this fixes infinite loop when...
Vadim Zeitlin [Thu, 13 Jun 2002 00:04:22 +0000 (00:04 +0000)] 
moved OnActivate() logic from wxFrame to wxDialog -- this fixes infinite loop when handling WM_ACTIVATE in DefDlgProc in some crazy situations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed a bug in transferring data to a wxComboBox if string is not
Julian Smart [Wed, 12 Jun 2002 21:20:56 +0000 (21:20 +0000)] 
Fixed a bug in transferring data to a wxComboBox if string is not
in the list of strings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded wxGetProcessId()
Vadim Zeitlin [Wed, 12 Jun 2002 20:26:24 +0000 (20:26 +0000)] 
added wxGetProcessId()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomake the second parameter to wxTreeCtrl.GetFirstChild optional
Robin Dunn [Wed, 12 Jun 2002 19:54:18 +0000 (19:54 +0000)] 
make the second parameter to wxTreeCtrl.GetFirstChild optional

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agolittle demo updates
Robin Dunn [Wed, 12 Jun 2002 19:53:17 +0000 (19:53 +0000)] 
little demo updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded clipping test
Vadim Zeitlin [Wed, 12 Jun 2002 16:15:41 +0000 (16:15 +0000)] 
added clipping test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agouse AF_INET instead of PF_INET in wxGetFullHostName
Vadim Zeitlin [Wed, 12 Jun 2002 16:08:00 +0000 (16:08 +0000)] 
use AF_INET instead of PF_INET in wxGetFullHostName

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded missing semicolons after asserts (patch 567853)
Vadim Zeitlin [Wed, 12 Jun 2002 15:26:35 +0000 (15:26 +0000)] 
added missing semicolons after asserts (patch 567853)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed infinite loop in wxCursor(wxImage) ctor
Vadim Zeitlin [Wed, 12 Jun 2002 14:12:19 +0000 (14:12 +0000)] 
fixed infinite loop in wxCursor(wxImage) ctor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed a warning
Vadim Zeitlin [Wed, 12 Jun 2002 14:12:00 +0000 (14:12 +0000)] 
fixed a warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agotypo fixes
Vadim Zeitlin [Wed, 12 Jun 2002 14:05:15 +0000 (14:05 +0000)] 
typo fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded HTML About box and changed player dialog label
Julian Smart [Wed, 12 Jun 2002 13:19:08 +0000 (13:19 +0000)] 
Added HTML About box and changed player dialog label

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoremoving bitmaps from mdi sample
Chris Elliott [Wed, 12 Jun 2002 11:56:01 +0000 (11:56 +0000)] 
removing bitmaps from mdi sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated wxXRC sample
Václav Slavík [Wed, 12 Jun 2002 10:33:21 +0000 (10:33 +0000)] 
updated wxXRC sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoApplied recent FL patches from Benjamin Williams <biwilliajsb@yahoo.com>.
Julian Smart [Wed, 12 Jun 2002 08:29:12 +0000 (08:29 +0000)] 
Applied recent FL patches from Benjamin Williams <biwilliajsb@yahoo.com>.

1) There is a problem
in that floating frames are not currently supported
with !mRealTimeUpdates.  We wrote a patch to correct
this problem.  You will find it attached to this
posting.

Here is a description of what was changed and why.  In
cbBarDragPlugin::ShowHint(), SetBarState is called
every time mpCurPane changes.  This is correct.
However, this also happens every time, even if
mRealTimeUpdates is false.  The state should not be
changed during the drag operation if mRealTimeUpdates
is off.  This is corrected in this patch.  Code was
also added in cbBarDragPlugin::OnLButtonUp() to
actually do the state changing, only if
mRealTimeUpdates is off.  Normally, this is performed
in ShowHint if mRealTimeUpdates is on.

I also took the liberty of changing the drag cursor
back to an arrow.  This is the way it is in MS Visual
C++, and it looks way better.  The MoveWindow cursor
looks terrible, IMHO.  When FL gets the embedded
cursor code working, we can switch back to a hand or
something else.

2) This time we have
discovered a crash bug in FL.  The steps to reproduce this
bug are as follows:

1. Open up a pane, dock it.
2. Click the Expand button (arrow button) in the
   frame hints portion
3. Click it again to Collapse the pane.
4. Now click the close button of the pane. Crash.

We investigated what was causing this problem, and it turns
out that the button state never gets unset.  Once a button
is pressed, it is always pressed.  Thus, when the expand/
collapse button is pressed, and then the close button is
pressed, the pane will close, but then FL will also try to
expand or collapse the pane as well, because it thinks that
the expand/collapse button was set.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoInitialise font family when initializing from native font, since this
Julian Smart [Tue, 11 Jun 2002 22:07:38 +0000 (22:07 +0000)] 
Initialise font family when initializing from native font, since this
is otherwise uninitialised (the font family is taken from the ref data and
not the native font data).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoCheck for attributes before copying them
Mattia Barbon [Mon, 10 Jun 2002 17:58:08 +0000 (17:58 +0000)] 
Check for attributes before copying them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoattempts to fix wxMimeTypesManager mess: many bugs (entries priority, memory leaks...
Vadim Zeitlin [Mon, 10 Jun 2002 15:59:34 +0000 (15:59 +0000)] 
attempts to fix wxMimeTypesManager mess: many bugs (entries priority, memory leaks, ...) fixed, but probably even more left

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Moved wxCharhookEvent so that it sends the same
Robert Roebling [Sun, 9 Jun 2002 23:02:58 +0000 (23:02 +0000)] 
  Moved wxCharhookEvent so that it sends the same
   keycode as wxCharEvent.
  Removed wxDestroyWindowEvent as it crashes all
   the time.
  Corrcted wxTreeCtrl's interception of wxCharEvents
   as it misinterpreted "F5" for "Z" e.g.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded _T()s around the literal strings
Vadim Zeitlin [Sun, 9 Jun 2002 22:19:24 +0000 (22:19 +0000)] 
added _T()s around the literal strings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoUpdate taskbar.h to use DECLARE/DEFINE_EVENT_TYPE; fixes an runtime error
Mattia Barbon [Sun, 9 Jun 2002 19:24:21 +0000 (19:24 +0000)] 
Update taskbar.h to use DECLARE/DEFINE_EVENT_TYPE; fixes an runtime error
with MinGW and (probably) Cygwin.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoreenabled WS_EX_CONTROLPARENT style together with a check that the focus window is...
Vadim Zeitlin [Sat, 8 Jun 2002 21:32:36 +0000 (21:32 +0000)] 
reenabled WS_EX_CONTROLPARENT style together with a check that the focus window is not disabled or hidden

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodon't link in libwx_gtk twice when linking apps using OpenGL
Vadim Zeitlin [Sat, 8 Jun 2002 18:43:21 +0000 (18:43 +0000)] 
don't link in libwx_gtk twice when linking apps using OpenGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agotypo in dir enum test code fixed
Vadim Zeitlin [Sat, 8 Jun 2002 18:30:27 +0000 (18:30 +0000)] 
typo in dir enum test code fixed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoUse standard IDC_HELP cursor instead of oversize custom cursor.
Julian Smart [Sat, 8 Jun 2002 17:36:27 +0000 (17:36 +0000)] 
Use standard IDC_HELP cursor instead of oversize custom cursor.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agocompilation fix (for !PCH)
Vadim Zeitlin [Sat, 8 Jun 2002 15:11:49 +0000 (15:11 +0000)] 
compilation fix (for !PCH)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agono changes (reformatted some code just to be able to read it)
Vadim Zeitlin [Fri, 7 Jun 2002 23:37:03 +0000 (23:37 +0000)] 
no changes (reformatted some code just to be able to read it)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed wxScrolledWindow::SetScrollbars() which was broken by the virtual size changes
Vadim Zeitlin [Fri, 7 Jun 2002 23:36:36 +0000 (23:36 +0000)] 
fixed wxScrolledWindow::SetScrollbars() which was broken by the virtual size changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agorestored inline for wxCriticalSection methods for !MSW
Vadim Zeitlin [Fri, 7 Jun 2002 21:46:44 +0000 (21:46 +0000)] 
restored inline for wxCriticalSection methods for !MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded thrimpl.cp
Vadim Zeitlin [Fri, 7 Jun 2002 21:26:55 +0000 (21:26 +0000)] 
added thrimpl.cp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agooops, compilation fix
Vadim Zeitlin [Fri, 7 Jun 2002 21:26:14 +0000 (21:26 +0000)] 
oops, compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agopatch 562893: bug in dll makefile.b32
Vadim Zeitlin [Fri, 7 Jun 2002 21:17:06 +0000 (21:17 +0000)] 
patch 562893: bug in dll makefile.b32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed bug in wxStrstr() replacement implementation (part of patch 565031)
Vadim Zeitlin [Fri, 7 Jun 2002 21:04:37 +0000 (21:04 +0000)] 
fixed bug in wxStrstr() replacement implementation (part of patch 565031)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agodon't include winsock.h directly, this doesn't work (patch 565655)
Vadim Zeitlin [Fri, 7 Jun 2002 21:00:19 +0000 (21:00 +0000)] 
don't include winsock.h directly, this doesn't work (patch 565655)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed text ctrl tooltips (patch 562210)
Vadim Zeitlin [Fri, 7 Jun 2002 20:45:43 +0000 (20:45 +0000)] 
fixed text ctrl tooltips (patch 562210)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoCW compilation fix (patch 562701)
Vadim Zeitlin [Fri, 7 Jun 2002 20:41:48 +0000 (20:41 +0000)] 
CW compilation fix (patch 562701)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofix tree icon refresh after collapsing a branch (patch 565294)
Vadim Zeitlin [Fri, 7 Jun 2002 20:39:22 +0000 (20:39 +0000)] 
fix tree icon refresh after collapsing a branch (patch 565294)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoapplied typos and spelling error fixes patch from Olly Betts
Vadim Zeitlin [Fri, 7 Jun 2002 20:15:28 +0000 (20:15 +0000)] 
applied typos and spelling error fixes patch from Olly Betts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomore MIME tests
Vadim Zeitlin [Fri, 7 Jun 2002 19:56:57 +0000 (19:56 +0000)] 
more MIME tests

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoRemoved 'inline' which was causing unresolved symbols
Julian Smart [Fri, 7 Jun 2002 18:32:06 +0000 (18:32 +0000)] 
Removed 'inline' which was causing unresolved symbols

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agowxMGL requires wxUSE_PALETTE
Václav Slavík [Fri, 7 Jun 2002 17:56:53 +0000 (17:56 +0000)] 
wxMGL requires wxUSE_PALETTE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated wxMGL's wxExecute signatures
Václav Slavík [Fri, 7 Jun 2002 17:56:15 +0000 (17:56 +0000)] 
updated wxMGL's wxExecute signatures

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoPatch #565656, fix for compilers without precomp headers
Robin Dunn [Fri, 7 Jun 2002 16:52:57 +0000 (16:52 +0000)] 
Patch #565656, fix for compilers without precomp headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed bug that showed a small gap on the wxStaticBox when the label
Robin Dunn [Fri, 7 Jun 2002 15:40:49 +0000 (15:40 +0000)] 
Fixed bug that showed a small gap on the wxStaticBox when the label
string was empty.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded USE_SIMPLE_HELP_PROVIDER symbol to help demo so we can test
Julian Smart [Fri, 7 Jun 2002 08:47:39 +0000 (08:47 +0000)] 
Added USE_SIMPLE_HELP_PROVIDER symbol to help demo so we can test
wxSimpleHelpProvider under Windows.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoOnly catch double click on wxMSW
Robin Dunn [Fri, 7 Jun 2002 05:39:15 +0000 (05:39 +0000)] 
Only catch double click on wxMSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded wxCRITICAL_SECTION macro
Vadim Zeitlin [Fri, 7 Jun 2002 00:34:56 +0000 (00:34 +0000)] 
added wxCRITICAL_SECTION macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agofixed glibc 2.1 detection test
Vadim Zeitlin [Fri, 7 Jun 2002 00:34:01 +0000 (00:34 +0000)] 
fixed glibc 2.1 detection test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agominor tweaks and discuss unicode build in win32 build instructions
Robin Dunn [Fri, 7 Jun 2002 00:19:39 +0000 (00:19 +0000)] 
minor tweaks and discuss unicode build in win32 build instructions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomake the incremental kbd search wrap to the beginning if necessary
Vadim Zeitlin [Thu, 6 Jun 2002 19:37:52 +0000 (19:37 +0000)] 
make the incremental kbd search wrap to the beginning if necessary

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Dislaying popup tip windows seems to work right now.
Robert Roebling [Thu, 6 Jun 2002 19:35:51 +0000 (19:35 +0000)] 
  Dislaying popup tip windows seems to work right now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agomarked the most important backwards incompatible changes with an exclamantion sign
Vadim Zeitlin [Thu, 6 Jun 2002 19:18:06 +0000 (19:18 +0000)] 
marked the most important backwards incompatible changes with an exclamantion sign

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoSWIGged updates for wxGTK
Robin Dunn [Thu, 6 Jun 2002 19:17:50 +0000 (19:17 +0000)] 
SWIGged updates for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFix for compilation error in Unicode mode
Robin Dunn [Thu, 6 Jun 2002 18:50:36 +0000 (18:50 +0000)] 
Fix for compilation error in Unicode mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoSwitch back to not using wxPopupWindow since wxMSW's version can't
Robin Dunn [Thu, 6 Jun 2002 18:36:03 +0000 (18:36 +0000)] 
Switch back to not using wxPopupWindow since wxMSW's version can't
handle it...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agowxMutex changes (explicitly specify the type), return values for all wxMutex/wxSemaph...
Vadim Zeitlin [Thu, 6 Jun 2002 18:31:59 +0000 (18:31 +0000)] 
wxMutex changes (explicitly specify the type), return values for all wxMutex/wxSemaphore/wxCondition methods and general cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded wxPyWindow and wxPyControl which are just like their wx
Robin Dunn [Thu, 6 Jun 2002 17:37:38 +0000 (17:37 +0000)] 
Added wxPyWindow and wxPyControl which are just like their wx
counterparts except they allow some of the more common C++ virtual
methods to be overridden in Python derived classes.

Changed wxGenButton to derive from wxPyControl.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoCorrected typo in wxStringHashTable::Delete
Julian Smart [Thu, 6 Jun 2002 16:06:17 +0000 (16:06 +0000)] 
Corrected typo in wxStringHashTable::Delete

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoreverted wxPopupWindow implementation to the original version using WS_CHILD and...
Vadim Zeitlin [Wed, 5 Jun 2002 23:30:00 +0000 (23:30 +0000)] 
reverted wxPopupWindow implementation to the original version using WS_CHILD and desktop as parent; this fixes the activation problem but reopens the other ones

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoVC++ warning fix
Vadim Zeitlin [Wed, 5 Jun 2002 23:13:34 +0000 (23:13 +0000)] 
VC++ warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agobring the parent of a wxFRAME_FLOAT_ON_PARENT frame to the top when deleting it as...
Vadim Zeitlin [Wed, 5 Jun 2002 22:37:24 +0000 (22:37 +0000)] 
bring the parent of a wxFRAME_FLOAT_ON_PARENT frame to the top when deleting it as Windows doesn't do it automatically

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded documentation for wxHelpProvider::RemoveHelp
Julian Smart [Wed, 5 Jun 2002 21:11:55 +0000 (21:11 +0000)] 
Added documentation for wxHelpProvider::RemoveHelp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoAdded Delete member to wxStringHashTable in order to implement
Julian Smart [Wed, 5 Jun 2002 21:06:18 +0000 (21:06 +0000)] 
Added Delete member to wxStringHashTable in order to implement
wxHelpProvider::RemoveHelp, which is now called from ~wxWindowBase.
Without cleaning up the hash tables, reused window addresses will cause
the CS help to fail rather comically over time.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agowxMac SWIGged updates
Robin Dunn [Wed, 5 Jun 2002 20:50:00 +0000 (20:50 +0000)] 
wxMac SWIGged updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoapplied SourceForge patch # 544164 (hidden virtual method in wxMenuBar)
Gilles Depeyrot [Wed, 5 Jun 2002 20:00:47 +0000 (20:00 +0000)] 
applied SourceForge patch # 544164 (hidden virtual method in wxMenuBar)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agominor updates
Robin Dunn [Wed, 5 Jun 2002 16:45:04 +0000 (16:45 +0000)] 
minor updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoGive wxMSW's wxDirDialog support for wxDD_NEW_DIR_BUTTON
Robin Dunn [Wed, 5 Jun 2002 16:30:13 +0000 (16:30 +0000)] 
Give wxMSW's wxDirDialog support for wxDD_NEW_DIR_BUTTON

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoupdated version from Henrik Ræder Clausen
Vadim Zeitlin [Wed, 5 Jun 2002 13:03:54 +0000 (13:03 +0000)] 
updated version from Henrik Ræder Clausen

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFixed a strange MSVC compile error (C2253) It thought a pure virtual
Robin Dunn [Tue, 4 Jun 2002 20:17:44 +0000 (20:17 +0000)] 
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

22 years agoadded new Danish translator
Vadim Zeitlin [Tue, 4 Jun 2002 20:05:42 +0000 (20:05 +0000)] 
added new Danish translator

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoFix and update the note about handling EVT_KEY_DOWN preventing
Robin Dunn [Tue, 4 Jun 2002 19:27:33 +0000 (19:27 +0000)] 
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

22 years agoChanged FindTExt intercase to more easily handle additional flags.
Robin Dunn [Tue, 4 Jun 2002 19:25:29 +0000 (19:25 +0000)] 
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

22 years agoadded test for wxProgressDialog::Resume
Vadim Zeitlin [Tue, 4 Jun 2002 18:14:26 +0000 (18:14 +0000)] 
added test for wxProgressDialog::Resume

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded default parameter values to the overloaded Show() and Enable() versions
Vadim Zeitlin [Tue, 4 Jun 2002 18:09:20 +0000 (18:09 +0000)] 
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

22 years ago(re)enable Cancel button in Resume()
Vadim Zeitlin [Tue, 4 Jun 2002 18:08:39 +0000 (18:08 +0000)] 
(re)enable Cancel button in Resume()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded incremental keyboard search to wxTreeCtrl
Vadim Zeitlin [Tue, 4 Jun 2002 15:00:57 +0000 (15:00 +0000)] 
added incremental keyboard search to wxTreeCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoadded and documented wxTIMER_XXX constants to be used instead of bool parameter to...
Vadim Zeitlin [Tue, 4 Jun 2002 14:59:52 +0000 (14:59 +0000)] 
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

22 years agocommented out some strange test code which resulted in memory leaks
Vadim Zeitlin [Tue, 4 Jun 2002 12:48:17 +0000 (12:48 +0000)] 
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

22 years agoIn SetProxy, add 1 to pos when parsing port since otherwise we include the colon.
Julian Smart [Tue, 4 Jun 2002 11:01:07 +0000 (11:01 +0000)] 
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

22 years agoundid WS_EX_CONTROLPARENT change -- I recall now why we can't use it
Vadim Zeitlin [Tue, 4 Jun 2002 08:58:36 +0000 (08:58 +0000)] 
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

22 years agomention EVT_KEY_DOWN/CHAR change
Vadim Zeitlin [Mon, 3 Jun 2002 23:11:51 +0000 (23:11 +0000)] 
mention EVT_KEY_DOWN/CHAR change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoset focus to the page after showing it -- otherwise it's lost (well, left on the...
Vadim Zeitlin [Mon, 3 Jun 2002 23:10:56 +0000 (23:10 +0000)] 
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

22 years agouse WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic handling with nested panels
Vadim Zeitlin [Mon, 3 Jun 2002 23:00:28 +0000 (23:00 +0000)] 
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

22 years agoRemoved spurious </a> after <img> tag
Julian Smart [Mon, 3 Jun 2002 19:30:15 +0000 (19:30 +0000)] 
Removed spurious </a> after <img> tag

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoUpdated message catalogs to latest CVS
Mattia Barbon [Mon, 3 Jun 2002 19:19:39 +0000 (19:19 +0000)] 
Updated message catalogs to latest CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years agoWeekly OS/2 catch-up.
David Webster [Mon, 3 Jun 2002 14:56:27 +0000 (14:56 +0000)] 
Weekly OS/2 catch-up.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Another typo fixed.
Robert Roebling [Sun, 2 Jun 2002 19:30:43 +0000 (19:30 +0000)] 
  Another typo fixed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Probably fixed mouse event bug introduced recently.
Robert Roebling [Sun, 2 Jun 2002 18:02:54 +0000 (18:02 +0000)] 
  Probably fixed mouse event bug introduced recently.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

22 years ago Overrode wxMDIChildFrame's DoSetSize to not misplace
Robert Roebling [Sun, 2 Jun 2002 14:24:29 +0000 (14:24 +0000)] 
  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

22 years ago Implemented CharHook events.
Robert Roebling [Sun, 2 Jun 2002 14:17:39 +0000 (14:17 +0000)] 
  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

22 years ago Small fix for make win-dist
Robert Roebling [Sun, 2 Jun 2002 12:05:24 +0000 (12:05 +0000)] 
  Small fix for make win-dist

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775