wxWidgets.git
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

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

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

19 years agodefine MIM_STYLE and MNS_CHECKORBMP for mingw32 which doesn't have them
Vadim Zeitlin [Wed, 8 Jun 2005 13:56:45 +0000 (13:56 +0000)] 
define MIM_STYLE and MNS_CHECKORBMP for mingw32 which doesn't have them

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

19 years agoadding dynamic build fixes
Stefan Csomor [Wed, 8 Jun 2005 00:30:00 +0000 (00:30 +0000)] 
adding dynamic build fixes

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

19 years agoxcode 2.1 support
Stefan Csomor [Tue, 7 Jun 2005 23:59:51 +0000 (23:59 +0000)] 
xcode 2.1 support

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

19 years agoxcode 2.1 support
Stefan Csomor [Tue, 7 Jun 2005 23:54:04 +0000 (23:54 +0000)] 
xcode 2.1 support

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

19 years agoxcode 2.1 support
Stefan Csomor [Tue, 7 Jun 2005 23:40:02 +0000 (23:40 +0000)] 
xcode 2.1 support

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

19 years agodon't use WINVER for tests, work around bug in VC6 headers in another way
Vadim Zeitlin [Tue, 7 Jun 2005 20:20:07 +0000 (20:20 +0000)] 
don't use WINVER for tests, work around bug in VC6 headers in another way

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

19 years agodon't define WINVER in platform.h, do it in wrapwin.h and always define it as 0x0600...
Vadim Zeitlin [Tue, 7 Jun 2005 20:19:37 +0000 (20:19 +0000)] 
don't define WINVER in platform.h, do it in wrapwin.h and always define it as 0x0600 (current max)

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

19 years agocorrecting condition
Stefan Csomor [Tue, 7 Jun 2005 20:18:11 +0000 (20:18 +0000)] 
correcting condition

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

19 years agodon't draw edge around the bitmap for pseudo owner-drawn items, this doesn't look...
Vadim Zeitlin [Tue, 7 Jun 2005 20:15:48 +0000 (20:15 +0000)] 
don't draw edge around the bitmap for pseudo owner-drawn items, this doesn't look well

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

19 years agoInsertMenuItem() works with bitmaps under Win98 too (not only ME)
Vadim Zeitlin [Tue, 7 Jun 2005 20:13:48 +0000 (20:13 +0000)] 
InsertMenuItem() works with bitmaps under Win98 too (not only ME)

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

19 years agodon't test for WINVER inside the library, we do all the tests at run-time, not compil...
Vadim Zeitlin [Tue, 7 Jun 2005 20:09:58 +0000 (20:09 +0000)] 
don't test for WINVER inside the library, we do all the tests at run-time, not compile-time

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

19 years agoFirst part of '[ 1216148 ] cleanup: unused variables and declarations'.
Włodzimierz Skiba [Tue, 7 Jun 2005 19:16:15 +0000 (19:16 +0000)] 
First part of '[ 1216148 ] cleanup: unused variables and declarations'.

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

19 years agoFirst part of '[ 1216148 ] cleanup: unused variables and declarations'.
Włodzimierz Skiba [Tue, 7 Jun 2005 19:01:45 +0000 (19:01 +0000)] 
First part of '[ 1216148 ] cleanup: unused variables and declarations'.

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

19 years agoVC6 (harmless) warning fix
Vadim Zeitlin [Tue, 7 Jun 2005 18:55:49 +0000 (18:55 +0000)] 
VC6 (harmless) warning fix

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

19 years agoReuse wxTempFile and wxFile in wxConcatFiles.
Włodzimierz Skiba [Tue, 7 Jun 2005 18:46:10 +0000 (18:46 +0000)] 
Reuse wxTempFile and wxFile in wxConcatFiles.

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

19 years agouse InsertMenuItem() for more native support of bitmaps in menu items when available...
Vadim Zeitlin [Tue, 7 Jun 2005 18:30:26 +0000 (18:30 +0000)] 
use InsertMenuItem() for more native support of bitmaps in menu items when available (fixes bug 1211907)

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

19 years agodefine wxUSE_UNICODE before including wx/chkconf.h which uses it
Vadim Zeitlin [Tue, 7 Jun 2005 18:29:41 +0000 (18:29 +0000)] 
define wxUSE_UNICODE before including wx/chkconf.h which uses it

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

19 years agosupport not-quite-owner-drawn mode when we draw only the bitmap and the system takes...
Vadim Zeitlin [Tue, 7 Jun 2005 18:28:48 +0000 (18:28 +0000)] 
support not-quite-owner-drawn mode when we draw only the bitmap and the system takes care of the rest

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

19 years agodon't create (and leak) wxLogStderr in wxEntryReal(), we now create wxLogBuffer in...
Vadim Zeitlin [Tue, 7 Jun 2005 18:24:23 +0000 (18:24 +0000)] 
don't create (and leak) wxLogStderr in wxEntryReal(), we now create wxLogBuffer in DoCommonPreInit()

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

19 years agowxGetWinVersion() must be exported from base DLL, not core
Vadim Zeitlin [Tue, 7 Jun 2005 16:55:08 +0000 (16:55 +0000)] 
wxGetWinVersion() must be exported from base DLL, not core

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

19 years agoforgot to export wxGetWinVersion() from DLL
Vadim Zeitlin [Tue, 7 Jun 2005 16:45:06 +0000 (16:45 +0000)] 
forgot to export wxGetWinVersion() from DLL

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

19 years agowxPalmOS build fix.
Włodzimierz Skiba [Tue, 7 Jun 2005 16:21:25 +0000 (16:21 +0000)] 
wxPalmOS build fix.

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

19 years agoadded wxGetWinVersion()
Vadim Zeitlin [Tue, 7 Jun 2005 13:29:43 +0000 (13:29 +0000)] 
added wxGetWinVersion()

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

19 years agoMissing include.
Włodzimierz Skiba [Tue, 7 Jun 2005 12:52:17 +0000 (12:52 +0000)] 
Missing include.

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

19 years agosilently ignore wxUSE_UNICODE_MSLU in non-Unicode builds (see also rev 1.106 of wx...
Vadim Zeitlin [Tue, 7 Jun 2005 12:28:31 +0000 (12:28 +0000)] 
silently ignore wxUSE_UNICODE_MSLU in non-Unicode builds (see also rev 1.106 of wx/chkconf.h)

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

19 years agoadded tests of more URLs in URITestCase::URLCompat()
Vadim Zeitlin [Tue, 7 Jun 2005 12:19:28 +0000 (12:19 +0000)] 
added tests of more URLs in URITestCase::URLCompat()

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

19 years agofix for fixing of escape sequences (patch 1213416)
Vadim Zeitlin [Tue, 7 Jun 2005 12:17:33 +0000 (12:17 +0000)] 
fix for fixing of escape sequences (patch 1213416)

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

19 years agoMissing include.
Włodzimierz Skiba [Tue, 7 Jun 2005 12:11:30 +0000 (12:11 +0000)] 
Missing include.

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

19 years agouse pragma warning push/pop under MSVC instead of enabling temporarily disabled warni...
Vadim Zeitlin [Tue, 7 Jun 2005 12:10:48 +0000 (12:10 +0000)] 
use pragma warning push/pop under MSVC instead of enabling temporarily disabled warnings unconditionally (patch 1207689)

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

19 years agouse stderr in wxMessageOutputBest::Printf() even under Windows if it's available...
Vadim Zeitlin [Tue, 7 Jun 2005 12:06:44 +0000 (12:06 +0000)] 
use stderr in wxMessageOutputBest::Printf() even under Windows if it's available (patch 1216159)

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

19 years agodon't do anything in wxLogBuffer::Flush() if there are no messages (patch 1216159)
Vadim Zeitlin [Tue, 7 Jun 2005 12:05:40 +0000 (12:05 +0000)] 
don't do anything in wxLogBuffer::Flush() if there are no messages (patch 1216159)

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

19 years agoMissing include.
Włodzimierz Skiba [Tue, 7 Jun 2005 10:08:45 +0000 (10:08 +0000)] 
Missing include.

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

19 years agosupport mac on little endian systems
Stefan Csomor [Tue, 7 Jun 2005 03:56:07 +0000 (03:56 +0000)] 
support mac on little endian systems

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

19 years agosupport mac on little endian systems
Stefan Csomor [Tue, 7 Jun 2005 03:32:28 +0000 (03:32 +0000)] 
support mac on little endian systems

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

19 years agosupport mac on little endian systems
Stefan Csomor [Tue, 7 Jun 2005 03:25:23 +0000 (03:25 +0000)] 
support mac on little endian systems

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

19 years agogenerate an error message when a module initialization fails, otherwise it's impossib...
Vadim Zeitlin [Mon, 6 Jun 2005 23:38:01 +0000 (23:38 +0000)] 
generate an error message when a module initialization fails, otherwise it's impossible to know why the program failed to start up

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

19 years agouse wxLogBuffer to ensure that we don't lose error messages during initialization...
Vadim Zeitlin [Mon, 6 Jun 2005 23:36:53 +0000 (23:36 +0000)] 
use wxLogBuffer to ensure that we don't lose error messages during initialization; only switch to wxLogGui when it's really safe to use it

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

19 years agoadded wxLogBuffer which collects all log messages in a string buffer
Vadim Zeitlin [Mon, 6 Jun 2005 23:35:40 +0000 (23:35 +0000)] 
added wxLogBuffer which collects all log messages in a string buffer

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

19 years agoadded wxMessageOutputBest which tries to show the message to the user in the best...
Vadim Zeitlin [Mon, 6 Jun 2005 23:34:24 +0000 (23:34 +0000)] 
added wxMessageOutputBest which tries to show the message to the user in the best possible way

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

19 years agodon't crash if FormatMessage() fails in wxSysErrorMsg()
Vadim Zeitlin [Mon, 6 Jun 2005 22:05:16 +0000 (22:05 +0000)] 
don't crash if FormatMessage() fails in wxSysErrorMsg()

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

19 years agoPut back this icon, it's needed by the windows installer
Robin Dunn [Mon, 6 Jun 2005 21:39:01 +0000 (21:39 +0000)] 
Put back this icon, it's needed by the windows installer

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

19 years agoDependency tracking for Sun CC
Michael Wetherell [Mon, 6 Jun 2005 19:34:32 +0000 (19:34 +0000)] 
Dependency tracking for Sun CC

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

19 years agoCompilation fix for Cygwin
Michael Wetherell [Mon, 6 Jun 2005 19:23:11 +0000 (19:23 +0000)] 
Compilation fix for Cygwin

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

19 years agoupdates from Rosetta
Vadim Zeitlin [Mon, 6 Jun 2005 18:54:13 +0000 (18:54 +0000)] 
updates from Rosetta

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

19 years agoSource cleaning inspired by and included in patch '[ 1215450 ] cleanup: unreachable...
Włodzimierz Skiba [Mon, 6 Jun 2005 16:47:04 +0000 (16:47 +0000)] 
Source cleaning inspired by and included in patch '[ 1215450 ] cleanup: unreachable code.'

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

19 years agoupdate from Hakki Dogusan
Vadim Zeitlin [Mon, 6 Jun 2005 12:16:50 +0000 (12:16 +0000)] 
update from Hakki Dogusan

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

19 years agoDECLARE_DYNAMIC_CLASS() requires a default ctor
Vadim Zeitlin [Mon, 6 Jun 2005 11:52:24 +0000 (11:52 +0000)] 
DECLARE_DYNAMIC_CLASS() requires a default ctor

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

19 years agoremoved check for wxUSE_UNICODE==1 if wxUSE_UNICODE_MSLU==1 as it makes it impossible...
Vadim Zeitlin [Mon, 6 Jun 2005 00:05:56 +0000 (00:05 +0000)] 
removed check for wxUSE_UNICODE==1 if wxUSE_UNICODE_MSLU==1 as it makes it impossible to set wxUSE_UNICODE_MSLU to 1 in global wx/setup.h

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

19 years agocheck for Unicode being used under Win9x much earlier on startup as otherwise the...
Vadim Zeitlin [Mon, 6 Jun 2005 00:03:00 +0000 (00:03 +0000)] 
check for Unicode being used under Win9x much earlier on startup as otherwise the app crashes before getting to this check

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

19 years agoCompilation fix for Cygwin, it doesn't have digitalv.h
Michael Wetherell [Sun, 5 Jun 2005 19:16:28 +0000 (19:16 +0000)] 
Compilation fix for Cygwin, it doesn't have digitalv.h

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

19 years agoBuild and distrib changes and etc. for 2.6.1.0
Robin Dunn [Sun, 5 Jun 2005 04:51:51 +0000 (04:51 +0000)] 
Build and distrib changes and etc. for 2.6.1.0

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

19 years agoDetect Apple bug that prevents the joystick code compiling for OS X 10.1
Michael Wetherell [Sat, 4 Jun 2005 17:45:24 +0000 (17:45 +0000)] 
Detect Apple bug that prevents the joystick code compiling for OS X 10.1

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

19 years agoDeleteEntry should SetDirty when any entry is removed, not just the
Robin Dunn [Sat, 4 Jun 2005 17:45:20 +0000 (17:45 +0000)] 
DeleteEntry should SetDirty when any entry is removed, not just the
last one in the group.

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

19 years agoTypo fixed
Robin Dunn [Fri, 3 Jun 2005 23:59:17 +0000 (23:59 +0000)] 
Typo fixed

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

19 years agoreSWIGged
Robin Dunn [Fri, 3 Jun 2005 22:07:32 +0000 (22:07 +0000)] 
reSWIGged

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

19 years agoUse the wx.ART_NORMAL_FILE icon
Robin Dunn [Fri, 3 Jun 2005 21:39:04 +0000 (21:39 +0000)] 
Use the wx.ART_NORMAL_FILE icon

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