wxWidgets.git
19 years agouse generic sample icon; no need for separate .rc file
Vadim Zeitlin [Fri, 17 Jun 2005 14:36:24 +0000 (14:36 +0000)] 
use generic sample icon; no need for separate .rc file

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

19 years agouse empty string and not string().c_str() as title for the controls without it to...
Vadim Zeitlin [Fri, 17 Jun 2005 14:32:28 +0000 (14:32 +0000)] 
use empty string and not string().c_str() as title for the controls without it to workaround Windows bug which results in crashes with wxUSE_STL==1 (closes 1222187)

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

19 years agocreate BAKEFILE_PATHS env var
Vadim Zeitlin [Fri, 17 Jun 2005 12:16:37 +0000 (12:16 +0000)] 
create BAKEFILE_PATHS env var

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

19 years agoWXWIN env var should go to HKCU\Environment, not to Softward\Environment
Vadim Zeitlin [Fri, 17 Jun 2005 12:10:05 +0000 (12:10 +0000)] 
WXWIN env var should go to HKCU\Environment, not to Softward\Environment

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

19 years agodon't show wxLogDebug during app startup output in msg box
Vadim Zeitlin [Fri, 17 Jun 2005 11:45:25 +0000 (11:45 +0000)] 
don't show wxLogDebug during app startup output in msg box

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

19 years agoPatch #1222244: Fixes for bug #1212853 with unit test.
Włodzimierz Skiba [Fri, 17 Jun 2005 11:29:55 +0000 (11:29 +0000)] 
Patch #1222244: Fixes for bug #1212853 with unit test.

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

19 years agoOpen Watcom adjustement.
Włodzimierz Skiba [Fri, 17 Jun 2005 11:08:32 +0000 (11:08 +0000)] 
Open Watcom adjustement.

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

19 years agoAdjust to different platform headers distributed with DMC (build fix after recent...
Włodzimierz Skiba [Fri, 17 Jun 2005 10:34:49 +0000 (10:34 +0000)] 
Adjust to different platform headers distributed with DMC (build fix after recent change in msw/treectrl.cpp).

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

19 years agoFix for eVC++ 3
Julian Smart [Fri, 17 Jun 2005 10:18:07 +0000 (10:18 +0000)] 
Fix for eVC++ 3

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

19 years agofixed problem with wxKill(SIGNONE) returning error for running process
Vadim Zeitlin [Thu, 16 Jun 2005 23:48:50 +0000 (23:48 +0000)] 
fixed problem with wxKill(SIGNONE) returning error for running process

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

19 years agoadded test for wxScopeGuard
Vadim Zeitlin [Thu, 16 Jun 2005 23:47:30 +0000 (23:47 +0000)] 
added test for wxScopeGuard

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

19 years agodocumented wxScopeGuard; this class is too useful to not use it
Vadim Zeitlin [Thu, 16 Jun 2005 23:46:33 +0000 (23:46 +0000)] 
documented wxScopeGuard; this class is too useful to not use it

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

19 years agofixed wxON_BLOCK_EXIT macros to work with new definition of wxMAKE_UNIQUE_NAME()...
Vadim Zeitlin [Thu, 16 Jun 2005 23:43:19 +0000 (23:43 +0000)] 
fixed wxON_BLOCK_EXIT macros to work with new definition of wxMAKE_UNIQUE_NAME() (was broken for VC++...)

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

19 years agosome 3rd party libs are not buildable under eVC, don't link against them
Václav Slavík [Thu, 16 Jun 2005 18:40:20 +0000 (18:40 +0000)] 
some 3rd party libs are not buildable under eVC, don't link against them

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

19 years agoApplied patch [ 1215991 ] Mac xrc enables unknown class
Julian Smart [Thu, 16 Jun 2005 18:03:43 +0000 (18:03 +0000)] 
Applied patch [ 1215991 ] Mac xrc enables unknown class
Implements Reparent for Mac

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

19 years agoApplied patch [ 1217859 ] Swedish translation for the internat sample
Julian Smart [Thu, 16 Jun 2005 17:57:23 +0000 (17:57 +0000)] 
Applied patch [ 1217859 ] Swedish translation for the internat sample

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

19 years agoName correction
Julian Smart [Thu, 16 Jun 2005 17:13:54 +0000 (17:13 +0000)] 
Name correction

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

19 years agoApplied patch [ 1212208 ] Fix a bug in wxTreeCtrl with wxTR_MULTIPLE
Julian Smart [Thu, 16 Jun 2005 17:01:19 +0000 (17:01 +0000)] 
Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with wxTR_MULTIPLE

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

19 years agoChange log update
Julian Smart [Thu, 16 Jun 2005 16:17:50 +0000 (16:17 +0000)] 
Change log update

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

19 years agoApplied patch [ 1217285 ] fix for bug 1040539
Julian Smart [Thu, 16 Jun 2005 16:07:49 +0000 (16:07 +0000)] 
Applied patch [ 1217285 ] fix for bug 1040539

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

19 years agoApplied patch [ 1218833 ] [wxMSW] wxListBox optimisation for XP
Julian Smart [Thu, 16 Jun 2005 15:36:48 +0000 (15:36 +0000)] 
Applied patch [ 1218833 ] [wxMSW] wxListBox optimisation for XP
Also removed temporary fix to hardwire listbox background colour

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

19 years agoApplied patch [ 1218849 ] [wxMSW] Removes magic numbers from wxNotebook
Julian Smart [Thu, 16 Jun 2005 15:34:41 +0000 (15:34 +0000)] 
Applied patch [ 1218849 ] [wxMSW] Removes magic numbers from wxNotebook

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

19 years agoRevert Cygwin changes
Michael Wetherell [Thu, 16 Jun 2005 15:31:33 +0000 (15:31 +0000)] 
Revert Cygwin changes

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

19 years agoApplied patch [ 1219269 ] [wxAll] Fix create button in listbox sample
Julian Smart [Thu, 16 Jun 2005 15:18:57 +0000 (15:18 +0000)] 
Applied patch [ 1219269 ] [wxAll] Fix create button in listbox sample

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

19 years agoadded Thai/CP874 support for MSW
Dimitri Schoolwerth [Thu, 16 Jun 2005 14:16:50 +0000 (14:16 +0000)] 
added Thai/CP874 support for MSW

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

19 years agoLet Cygwin be a Windows build for wxMSW and a unix build otherwise
Michael Wetherell [Thu, 16 Jun 2005 13:58:23 +0000 (13:58 +0000)] 
Let Cygwin be a Windows build for wxMSW and a unix build otherwise

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

19 years agofix index of appended items (broken by previous commit)
Vadim Zeitlin [Thu, 16 Jun 2005 00:34:43 +0000 (00:34 +0000)] 
fix index of appended items (broken by previous commit)

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

19 years agoinitial attempt to make it work for eVC (WinCE) as well
Vadim Zeitlin [Thu, 16 Jun 2005 00:18:22 +0000 (00:18 +0000)] 
initial attempt to make it work for eVC (WinCE) as well

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

19 years agodon't redeclare struct tm if it's already declared in std headers; declare and define...
Vadim Zeitlin [Thu, 16 Jun 2005 00:09:18 +0000 (00:09 +0000)] 
don't redeclare struct tm if it's already declared in std headers; declare and define localtime() and company as extern C as they are supposed to be

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

19 years ago(harmless) eVC4 warning fix
Vadim Zeitlin [Wed, 15 Jun 2005 23:44:18 +0000 (23:44 +0000)] 
(harmless) eVC4 warning fix

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

19 years agoprevious commit didn't work with bkl-0.1.8, fixed
Václav Slavík [Wed, 15 Jun 2005 22:30:01 +0000 (22:30 +0000)] 
previous commit didn't work with bkl-0.1.8, fixed

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

19 years agobasic eVC support
Václav Slavík [Wed, 15 Jun 2005 22:17:53 +0000 (22:17 +0000)] 
basic eVC support

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

19 years agoWinCE compilation fixes
Vadim Zeitlin [Wed, 15 Jun 2005 22:04:53 +0000 (22:04 +0000)] 
WinCE compilation fixes

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

19 years ago*** empty log message ***
Robin Dunn [Wed, 15 Jun 2005 18:34:57 +0000 (18:34 +0000)] 
*** empty log message ***

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

19 years agoWarning fix.
Włodzimierz Skiba [Wed, 15 Jun 2005 15:53:44 +0000 (15:53 +0000)] 
Warning fix.

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

19 years agowxFrameLayout contains wxPen by value, so the wxPen class declaration from wx/pen...
Mart Raudsepp [Wed, 15 Jun 2005 02:08:12 +0000 (02:08 +0000)] 
wxFrameLayout contains wxPen by value, so the wxPen class declaration from wx/pen.h is required so that the compiler
would know the size of wxFrameLayout class. Was a problem for projects using wxFL and including wx headers
one-by-one instead of using wx.h.

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

19 years agoreSWIGged
Robin Dunn [Wed, 15 Jun 2005 01:11:54 +0000 (01:11 +0000)] 
reSWIGged

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

19 years agoLog the exception when writing to file fails.
Robin Dunn [Tue, 14 Jun 2005 22:59:21 +0000 (22:59 +0000)] 
Log the exception when writing to file fails.
Set the default encoding from wxGetDefaultPyEncoding again.
Recover from encoding errors when writing the memory file.

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

19 years agodocstring typo
Robin Dunn [Tue, 14 Jun 2005 22:54:22 +0000 (22:54 +0000)] 
docstring typo

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

19 years agoUnregister the object too
Robin Dunn [Tue, 14 Jun 2005 21:03:59 +0000 (21:03 +0000)] 
Unregister the object too

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

19 years agoFix "warning: operation on 'y' may be undefined".
Mart Raudsepp [Tue, 14 Jun 2005 19:57:01 +0000 (19:57 +0000)] 
Fix "warning: operation on 'y' may be undefined".

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

19 years agofixed typo
Václav Slavík [Tue, 14 Jun 2005 18:46:49 +0000 (18:46 +0000)] 
fixed typo

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

19 years agoremoved debugging code checked in by mistake
Václav Slavík [Tue, 14 Jun 2005 18:25:03 +0000 (18:25 +0000)] 
removed debugging code checked in by mistake

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

19 years agoDue to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.
Włodzimierz Skiba [Tue, 14 Jun 2005 18:19:47 +0000 (18:19 +0000)] 
Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.

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

19 years agocall release builds 'Release'; don't define options if they are already defined by...
Václav Slavík [Tue, 14 Jun 2005 18:11:15 +0000 (18:11 +0000)] 
call release builds 'Release'; don't define options if they are already defined by user's bkl code

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

19 years agoAllow multiline tooltip testing.
Włodzimierz Skiba [Tue, 14 Jun 2005 17:46:54 +0000 (17:46 +0000)] 
Allow multiline tooltip testing.

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

19 years agoDue to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.
Włodzimierz Skiba [Tue, 14 Jun 2005 17:43:45 +0000 (17:43 +0000)] 
Due to wxStringBase::CopyBeforeWrite() we need to resend modified 'multiline' text.

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

19 years agoAdd some missing runtime gtk+ version checks. There is more to spot.
Mart Raudsepp [Tue, 14 Jun 2005 13:00:42 +0000 (13:00 +0000)] 
Add some missing runtime gtk+ version checks. There is more to spot.

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

19 years agoUse the toplevel widget as the parent in gtk_file_chooser_dialog_new call.
Mart Raudsepp [Tue, 14 Jun 2005 12:41:20 +0000 (12:41 +0000)] 
Use the toplevel widget as the parent in gtk_file_chooser_dialog_new call.
If hierarchy is bad, base classes would assert.
Fixes bug #1206516

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

19 years agoPass the print data to the wx.PrintDialogData ctor.
Robin Dunn [Mon, 13 Jun 2005 20:48:52 +0000 (20:48 +0000)] 
Pass the print data to the wx.PrintDialogData ctor.

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

19 years agoPatch from Ole André, call RegisterActiveObject() so the objects can
Robin Dunn [Mon, 13 Jun 2005 20:45:24 +0000 (20:45 +0000)] 
Patch from Ole André, call RegisterActiveObject() so the objects can
be retrieved from the PyWin32 modules.

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

19 years ago'[1219035] cleanup: miscellaneous' and minor source cleaning.
Włodzimierz Skiba [Mon, 13 Jun 2005 12:19:33 +0000 (12:19 +0000)] 
'[1219035] cleanup: miscellaneous' and minor source cleaning.

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

19 years agoAdded empty destructor that was removed from header.
Stefan Neis [Sun, 12 Jun 2005 12:18:30 +0000 (12:18 +0000)] 
Added empty destructor that was removed from header.

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

19 years agoUnicode compilation fixes.
Stefan Neis [Sun, 12 Jun 2005 12:12:21 +0000 (12:12 +0000)] 
Unicode compilation fixes.

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

19 years agoAdditional imageId values for specific drive types on OS/2.
Stefan Neis [Sun, 12 Jun 2005 11:57:51 +0000 (11:57 +0000)] 
Additional imageId values for specific drive types on OS/2.

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

19 years agoreSWIGged
Robin Dunn [Sat, 11 Jun 2005 23:20:24 +0000 (23:20 +0000)] 
reSWIGged

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

19 years agoDocview and IDE patch from Morag Hua with fix for bug #1217890
Robin Dunn [Sat, 11 Jun 2005 23:18:57 +0000 (23:18 +0000)] 
Docview and IDE patch from Morag Hua with fix for bug #1217890
"Closing view crashes Python" plus some new features:

    New feature added to the IDE is 'Extensions'.  Under
    Tools|Options|Extensions, you can add calls to external programs.
    For example you can add a "Notepad" extension (under windows) that
    will exec Notepad on the currently open file.  A new "Notepad"
    menu item will appear under the Tools menu.

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

19 years agoOnly freeze the splitter, the children will be automatically frozen too.
Robin Dunn [Sat, 11 Jun 2005 22:58:14 +0000 (22:58 +0000)] 
Only freeze the splitter, the children will be automatically frozen too.

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

19 years agoForgot to get rid of the old test code
Robin Dunn [Sat, 11 Jun 2005 19:44:40 +0000 (19:44 +0000)] 
Forgot to get rid of the old test code

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

19 years agoOnly Freeze/Thaw on wxMSW. The other ports don't need it.
Robin Dunn [Sat, 11 Jun 2005 19:43:15 +0000 (19:43 +0000)] 
Only Freeze/Thaw on wxMSW.  The other ports don't need it.

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

19 years agoAdded the wx.lib.splitter module, which contains the
Robin Dunn [Sat, 11 Jun 2005 19:35:49 +0000 (19:35 +0000)] 
Added the wx.lib.splitter module, which contains the
MultiSplitterWindow class.  This class is much like the standard
wx.SplitterWindow class, except it allows more than one split, so it
can manage more than two child windows.

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

19 years agoA little cleanup
Robin Dunn [Sat, 11 Jun 2005 19:31:44 +0000 (19:31 +0000)] 
A little cleanup

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

19 years agoAllow MSW Base be usable in other ports than wxMSW (ie. wxTVision in windows console...
Włodzimierz Skiba [Fri, 10 Jun 2005 17:53:19 +0000 (17:53 +0000)] 
Allow MSW Base be usable in other ports than wxMSW (ie. wxTVision in windows console). Adjustements for limited setup.h (as in wxTV) and minor source cleaning.

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

19 years agoDon't use native font always.
Julian Smart [Fri, 10 Jun 2005 14:57:11 +0000 (14:57 +0000)] 
Don't use native font always.

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

19 years agoCompilation fix for Cygwin
Michael Wetherell [Fri, 10 Jun 2005 14:45:39 +0000 (14:45 +0000)] 
Compilation fix for Cygwin

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

19 years agoDeclare gtk_icon_size_lookup if it is missing from the GTK+ headers (Bug 1177079)
Michael Wetherell [Fri, 10 Jun 2005 12:04:15 +0000 (12:04 +0000)] 
Declare gtk_icon_size_lookup if it is missing from the GTK+ headers (Bug 1177079)

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

19 years agoTypo
Michael Wetherell [Fri, 10 Jun 2005 11:08:11 +0000 (11:08 +0000)] 
Typo

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

19 years agoInclude rawbmp.h only for __WXGTK20__ (unneeded for GTK12 anyway and
Stefan Neis [Fri, 10 Jun 2005 09:30:42 +0000 (09:30 +0000)] 
Include rawbmp.h only for __WXGTK20__ (unneeded for GTK12 anyway and
                                       problematic for old compilers).

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

19 years agoHopefully fixed library names generated by wx-config for OS/2's PM port.
Stefan Neis [Fri, 10 Jun 2005 09:20:01 +0000 (09:20 +0000)] 
Hopefully fixed library names generated by wx-config for OS/2's PM port.

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

19 years agoRemoved some code for detecting no longer needed pthread functionality,
Stefan Neis [Fri, 10 Jun 2005 09:17:34 +0000 (09:17 +0000)] 
Removed some code for detecting no longer needed pthread functionality,
Added code to detect pthread_attr_setstacksize.

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

19 years agoNeed to set background colour for wxListBox, not just wxCheckListBox,
Julian Smart [Fri, 10 Jun 2005 08:39:19 +0000 (08:39 +0000)] 
Need to set background colour for wxListBox, not just wxCheckListBox,
to avoid scrolling problem when Windows effects are switched on.

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

19 years agoFix for bug #1217874, Error in parameter name in DocManager.CreateView
Robin Dunn [Fri, 10 Jun 2005 00:30:14 +0000 (00:30 +0000)] 
Fix for bug #1217874, Error in parameter name in DocManager.CreateView

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

19 years agoFixes for bug #1217872 pydocview.DocService not correctly initialized
Robin Dunn [Fri, 10 Jun 2005 00:27:31 +0000 (00:27 +0000)] 
Fixes for bug #1217872 pydocview.DocService not correctly initialized

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

19 years agoanother compilation fix for wxUSE_MIMETYPE==0
Vadim Zeitlin [Thu, 9 Jun 2005 21:52:20 +0000 (21:52 +0000)] 
another compilation fix for wxUSE_MIMETYPE==0

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

19 years agoreSWIGged
Robin Dunn [Thu, 9 Jun 2005 21:51:37 +0000 (21:51 +0000)] 
reSWIGged

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

19 years agoVirtualize OnInternalIdle.
Robin Dunn [Thu, 9 Jun 2005 21:51:21 +0000 (21:51 +0000)] 
Virtualize OnInternalIdle.

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

19 years agoalways set flat toolbar style, even under XP with themes: this is necessary or separa...
Vadim Zeitlin [Thu, 9 Jun 2005 20:18:29 +0000 (20:18 +0000)] 
always set flat toolbar style, even under XP with themes: this is necessary or separators aren't shown at all

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

19 years agodon't statically link to SetMenuInfo(): it is not present in Win95/NT4
Vadim Zeitlin [Thu, 9 Jun 2005 20:13:20 +0000 (20:13 +0000)] 
don't statically link to SetMenuInfo(): it is not present in Win95/NT4

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

19 years agoAdded wx.RendererNative class
Robin Dunn [Thu, 9 Jun 2005 20:11:14 +0000 (20:11 +0000)] 
Added wx.RendererNative class

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

19 years agoadded explicit casts for (varagr) TIFFSetField() parameters
Vadim Zeitlin [Thu, 9 Jun 2005 19:39:36 +0000 (19:39 +0000)] 
added explicit casts for (varagr) TIFFSetField() parameters

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

19 years ago(blind) compilation fix for wxUSE_UXTHEME==0
Vadim Zeitlin [Thu, 9 Jun 2005 19:36:20 +0000 (19:36 +0000)] 
(blind) compilation fix for wxUSE_UXTHEME==0

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

19 years agoSubrelease version bump
Robin Dunn [Thu, 9 Jun 2005 19:00:06 +0000 (19:00 +0000)] 
Subrelease version bump

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

19 years agoreSWIGged
Robin Dunn [Thu, 9 Jun 2005 18:49:34 +0000 (18:49 +0000)] 
reSWIGged

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

19 years agoAdded wx.LogBuffer
Robin Dunn [Thu, 9 Jun 2005 18:48:41 +0000 (18:48 +0000)] 
Added wx.LogBuffer

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

19 years agoVC warning fixes.
Włodzimierz Skiba [Thu, 9 Jun 2005 18:37:50 +0000 (18:37 +0000)] 
VC warning fixes.

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

19 years agoWorked around problem with kill focus event being sent as soon as
Julian Smart [Thu, 9 Jun 2005 14:49:54 +0000 (14:49 +0000)] 
Worked around problem with kill focus event being sent as soon as
the combobox is focused, on Windows

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

19 years agoTemporary fix for checklistbox refresh problem; setting the
Julian Smart [Thu, 9 Jun 2005 12:31:38 +0000 (12:31 +0000)] 
Temporary fix for checklistbox refresh problem; setting the
background to a solid colour avoids incorrect paint code related to
notebook parent

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

19 years agoAllow native font specification
Julian Smart [Thu, 9 Jun 2005 09:37:28 +0000 (09:37 +0000)] 
Allow native font specification

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

19 years agoUniChar being platform endian
Stefan Csomor [Wed, 8 Jun 2005 23:34:05 +0000 (23:34 +0000)] 
UniChar being platform endian

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

19 years agofixing build for debug
Stefan Csomor [Wed, 8 Jun 2005 23:23:33 +0000 (23:23 +0000)] 
fixing build for debug

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

19 years agoDon't deselect all others when SelectItem is called on a treectrl with
Robin Dunn [Wed, 8 Jun 2005 23:07:06 +0000 (23:07 +0000)] 
Don't deselect all others when SelectItem is called on a treectrl with
wxTR_MULTIPLE style

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

19 years agoFor consistency with the other ports don't send an event when a radio
Robin Dunn [Wed, 8 Jun 2005 23:05:04 +0000 (23:05 +0000)] 
For consistency with the other ports don't send an event when a radio
button is deselected in response to another in the same group being
selected.

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

19 years agoinclude wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE...
Vadim Zeitlin [Wed, 8 Jun 2005 21:47:29 +0000 (21:47 +0000)] 
include wx/msw/wrapcctl.h instead of <commctrl.h> as otherwise value of _WIN32_IE is inconsistent when we do include wx/msw/wrapcctl.h

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

19 years agoadded tech note for MSW programmers
Vadim Zeitlin [Wed, 8 Jun 2005 21:42:39 +0000 (21:42 +0000)] 
added tech note for MSW programmers

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

19 years agotest for TB_SETBUTTONINFO instead of _WIN32_IE in wxToolBar::FindToolForPosition...
Vadim Zeitlin [Wed, 8 Jun 2005 21:28:29 +0000 (21:28 +0000)] 
test for TB_SETBUTTONINFO instead of _WIN32_IE in wxToolBar::FindToolForPosition(), this fixes crash with older compilers/DSK headers

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

19 years agodon't define WINVER as 0x0600 for VC6, its standard headers warn against this if...
Vadim Zeitlin [Wed, 8 Jun 2005 20:13:27 +0000 (20:13 +0000)] 
don't define WINVER as 0x0600 for VC6, its standard headers warn against this if we do

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

19 years agoguard against erases during tlw window destruction
Stefan Csomor [Wed, 8 Jun 2005 17:49:18 +0000 (17:49 +0000)] 
guard against erases during tlw window destruction

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

19 years ago[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.
Włodzimierz Skiba [Wed, 8 Jun 2005 15:17:42 +0000 (15:17 +0000)] 
[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.

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

19 years agoSecond part of '[ 1216148 ] cleanup: unused variables and declarations'.
Włodzimierz Skiba [Wed, 8 Jun 2005 14:49:36 +0000 (14:49 +0000)] 
Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

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

19 years agoSecond part of '[ 1216148 ] cleanup: unused variables and declarations'.
Włodzimierz Skiba [Wed, 8 Jun 2005 14:37:40 +0000 (14:37 +0000)] 
Second part of '[ 1216148 ] cleanup: unused variables and declarations'.

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