wxWidgets.git
22 years agoCorrected CVS commit clash; small doc changes (removed Windows 3.1 reference since
Julian Smart [Sat, 8 Dec 2001 18:14:57 +0000 (18:14 +0000)] 
Corrected CVS commit clash; small doc changes (removed Windows 3.1 reference since
it's probably broken by now)

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

22 years agoAdded clipboard cut and paste
Robin Dunn [Sat, 8 Dec 2001 18:04:27 +0000 (18:04 +0000)] 
Added clipboard cut and paste

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

22 years agoinitialize m_hasXXX in wxWindowBase
Vadim Zeitlin [Sat, 8 Dec 2001 14:03:33 +0000 (14:03 +0000)] 
initialize m_hasXXX in wxWindowBase

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

22 years agocorrected constness
Stefan Csomor [Sat, 8 Dec 2001 08:00:39 +0000 (08:00 +0000)] 
corrected constness

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

22 years agoAdded comment about an untested code path...
Robin Dunn [Sat, 8 Dec 2001 01:25:30 +0000 (01:25 +0000)] 
Added comment about an untested code path...

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

22 years agoNasty workaround for an incompatible low-level change in Python 2.2,
Robin Dunn [Sat, 8 Dec 2001 01:15:15 +0000 (01:15 +0000)] 
Nasty workaround for an incompatible low-level change in Python 2.2,
but it was undocumented before 2.2 so I guess that's what I get...

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

22 years agoalso turn off build of gizmos and dllwidget if CORE_ONLY==1
Robin Dunn [Sat, 8 Dec 2001 01:14:04 +0000 (01:14 +0000)] 
also turn off build of gizmos and dllwidget if CORE_ONLY==1

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

22 years agofixes for handling WM_SYSCOLORCHANGE - now seems to work
Vadim Zeitlin [Sat, 8 Dec 2001 00:26:30 +0000 (00:26 +0000)] 
fixes for handling WM_SYSCOLORCHANGE - now seems to work

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

22 years agoadded wxMGL_DOS platform
Václav Slavík [Sat, 8 Dec 2001 00:26:25 +0000 (00:26 +0000)] 
added wxMGL_DOS platform

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

22 years ago- added precompiled headers code
Václav Slavík [Sat, 8 Dec 2001 00:26:05 +0000 (00:26 +0000)] 
- added precompiled headers code
- more Watcom+DOS+MGL fixes

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

22 years agocompilation fix
Václav Slavík [Sat, 8 Dec 2001 00:25:52 +0000 (00:25 +0000)] 
compilation fix

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

22 years agoMade Aqua style internal in wxSplitterWindow.
Robert Roebling [Fri, 7 Dec 2001 23:28:03 +0000 (23:28 +0000)] 
Made Aqua style internal in wxSplitterWindow.

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

22 years agoRemoved Aqua style from docs.
Robert Roebling [Fri, 7 Dec 2001 23:27:10 +0000 (23:27 +0000)] 
Removed Aqua style from docs.

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

22 years agocompilation fix for Watcom
Václav Slavík [Fri, 7 Dec 2001 22:51:08 +0000 (22:51 +0000)] 
compilation fix for Watcom

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

22 years agoDOS compilation fixes
Václav Slavík [Fri, 7 Dec 2001 22:47:17 +0000 (22:47 +0000)] 
DOS compilation fixes

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

22 years agofixes for wxUSE_MIMETYPE==0 and fixes for compilation of generic wxFiledialog under...
Václav Slavík [Fri, 7 Dec 2001 22:47:09 +0000 (22:47 +0000)] 
fixes for wxUSE_MIMETYPE==0 and fixes for compilation of generic wxFiledialog under DOS/Watcom

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

22 years agothe sample should really really show treectrl's native/default look
Václav Slavík [Fri, 7 Dec 2001 22:46:47 +0000 (22:46 +0000)] 
the sample should really really show treectrl's native/default look

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

22 years agofixed rendering of expanded nodes with exactly one child
Václav Slavík [Fri, 7 Dec 2001 22:44:02 +0000 (22:44 +0000)] 
fixed rendering of expanded nodes with exactly one child

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

22 years agocompilation fix for Watcom/DOS
Václav Slavík [Fri, 7 Dec 2001 22:42:04 +0000 (22:42 +0000)] 
compilation fix for Watcom/DOS

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

22 years agowatcom fixes
Václav Slavík [Fri, 7 Dec 2001 22:41:25 +0000 (22:41 +0000)] 
watcom fixes

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

22 years agocompilation fix for Watcom
Václav Slavík [Fri, 7 Dec 2001 22:40:47 +0000 (22:40 +0000)] 
compilation fix for Watcom

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

22 years agocompilation fix for wxULongLongWx::Divide (Vadim, is this correct?)
Václav Slavík [Fri, 7 Dec 2001 22:40:17 +0000 (22:40 +0000)] 
compilation fix for wxULongLongWx::Divide (Vadim, is this correct?)

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

22 years ago(temporary) hotfix for Watcom/DOS and PNGLINKAGEMODE
Václav Slavík [Fri, 7 Dec 2001 22:39:59 +0000 (22:39 +0000)] 
(temporary) hotfix for Watcom/DOS and PNGLINKAGEMODE

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

22 years agowxFileSystem w/o wxUSE_MIMETYPE fixes
Václav Slavík [Fri, 7 Dec 2001 22:39:35 +0000 (22:39 +0000)] 
wxFileSystem w/o wxUSE_MIMETYPE fixes

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

22 years agoMS-DOS fixes
Václav Slavík [Fri, 7 Dec 2001 22:39:22 +0000 (22:39 +0000)] 
MS-DOS fixes

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

22 years agouse "..." instead of <...> for wx includes
Gilles Depeyrot [Fri, 7 Dec 2001 20:18:55 +0000 (20:18 +0000)] 
use "..." instead of <...> for wx includes

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

22 years agoAdded wxLEDNumberCtrl to gizmos and wxPython
Robin Dunn [Fri, 7 Dec 2001 18:45:16 +0000 (18:45 +0000)] 
Added wxLEDNumberCtrl to gizmos and wxPython

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

22 years agoSmall corrections -- please remember to put a blank line at the end of each input...
Julian Smart [Fri, 7 Dec 2001 16:57:05 +0000 (16:57 +0000)] 
Small corrections -- please remember to put a blank line at the end of each input file. Thank you

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

22 years agoshow font encoding as well; use a splitter to allow resizing the windows
Vadim Zeitlin [Fri, 7 Dec 2001 15:24:00 +0000 (15:24 +0000)] 
show font encoding as well; use a splitter to allow resizing the windows

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

22 years agopropose to the user to use the replacement encoding if one was found
Vadim Zeitlin [Fri, 7 Dec 2001 15:23:11 +0000 (15:23 +0000)] 
propose to the user to use the replacement encoding if one was found

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

22 years agoadded method for getting the help menu on classic and carbon
Stefan Csomor [Fri, 7 Dec 2001 05:35:57 +0000 (05:35 +0000)] 
added method for getting the help menu on classic and carbon

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

22 years agoadded method for getting the help menu
Stefan Csomor [Fri, 7 Dec 2001 05:30:00 +0000 (05:30 +0000)] 
added method for getting the help menu

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

22 years agoChanged a method name
Robin Dunn [Fri, 7 Dec 2001 04:32:43 +0000 (04:32 +0000)] 
Changed a method name

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

22 years agofixed wxConfig memory leak in wxFontMapper
Vadim Zeitlin [Fri, 7 Dec 2001 00:09:50 +0000 (00:09 +0000)] 
fixed wxConfig memory leak in wxFontMapper

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

22 years agodon't crash in wxGetWindowXXX() if HWND is 0
Vadim Zeitlin [Fri, 7 Dec 2001 00:08:02 +0000 (00:08 +0000)] 
don't crash in wxGetWindowXXX() if HWND is 0

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

22 years agodllwidget demo updates
Robin Dunn [Thu, 6 Dec 2001 20:27:40 +0000 (20:27 +0000)] 
dllwidget demo updates

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

22 years ago.cvsignore
Robin Dunn [Thu, 6 Dec 2001 20:19:03 +0000 (20:19 +0000)] 
.cvsignore

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

22 years agoAdded some event handlers to show they work
Robin Dunn [Thu, 6 Dec 2001 20:01:20 +0000 (20:01 +0000)] 
Added some event handlers to show they work

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

22 years agoDon't send the button event in idle time, just release the mouse first.
Robin Dunn [Thu, 6 Dec 2001 20:00:27 +0000 (20:00 +0000)] 
Don't send the button event in idle time, just release the mouse first.

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

22 years agoAdded wxDllWidget from Vaclav Slavik which allows wx widgets derived
Robin Dunn [Thu, 6 Dec 2001 19:59:37 +0000 (19:59 +0000)] 
Added wxDllWidget from Vaclav Slavik which allows wx widgets derived
from wxWindow to be loaded from a C++ .dll (or .so) and be used in a
wxPython program, without the widget having to be SWIGged first.

Various updates for distribs

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

22 years agoAdded wxSP_SASH_AQUA style
Robert Roebling [Thu, 6 Dec 2001 17:01:00 +0000 (17:01 +0000)] 
Added wxSP_SASH_AQUA style

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

22 years agotypo fix
Ron Lee [Wed, 5 Dec 2001 22:15:41 +0000 (22:15 +0000)] 
typo fix

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

22 years agouse wxWindow instead of wxTopLevelWindow (not yet implemented for wxMOTIF)
Gilles Depeyrot [Wed, 5 Dec 2001 21:05:23 +0000 (21:05 +0000)] 
use wxWindow instead of wxTopLevelWindow (not yet implemented for wxMOTIF)

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

22 years agochanged DoMoveWindow not to change the height of the spinbutton on mac
Stefan Csomor [Wed, 5 Dec 2001 20:39:32 +0000 (20:39 +0000)] 
changed DoMoveWindow not to change the height of the spinbutton on mac

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

22 years agochanged default size, because MacOS X was using the boundaries differently
Stefan Csomor [Wed, 5 Dec 2001 20:38:05 +0000 (20:38 +0000)] 
changed default size, because MacOS X was using the boundaries differently

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

22 years agoDOS+Watcom fixes
Václav Slavík [Wed, 5 Dec 2001 17:03:33 +0000 (17:03 +0000)] 
DOS+Watcom fixes

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

22 years agocompilation fixes (I wonder how did you people ever compile it...)
Václav Slavík [Wed, 5 Dec 2001 17:03:17 +0000 (17:03 +0000)] 
compilation fixes (I wonder how did you people ever compile it...)

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

22 years agocompilation fixes for Watcom+MGL+MS-DOS
Václav Slavík [Wed, 5 Dec 2001 17:03:05 +0000 (17:03 +0000)] 
compilation fixes for Watcom+MGL+MS-DOS

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

22 years agowxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag
Robin Dunn [Wed, 5 Dec 2001 16:17:17 +0000 (16:17 +0000)] 
wxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag
is used, but prevents the base class from seeing the flag so they
won't be drawn twice with possibly different colours.

Also changed all tabs to spaces, so the diffs will show a lot of
whitespace-only changes.

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

22 years agoAdded univ.rsp and included files in wxMSW distrib
Julian Smart [Wed, 5 Dec 2001 13:30:34 +0000 (13:30 +0000)] 
Added univ.rsp and included files in wxMSW distrib

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

22 years ago Committing in .
Jouk Jansen [Wed, 5 Dec 2001 11:02:02 +0000 (11:02 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
  wxWindows/src/gtk/descrip.mms

 Update of OpenVMS compile support

 ----------------------------------------------------------------------

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

22 years agoMS-DOS fix
Václav Slavík [Tue, 4 Dec 2001 23:45:16 +0000 (23:45 +0000)] 
MS-DOS fix

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

22 years ago1. Who the hell wrote that idiotencode for choosing drive letter on OS/2 ????
Václav Slavík [Tue, 4 Dec 2001 23:44:38 +0000 (23:44 +0000)] 
1. Who the hell wrote that idiotencode for choosing drive letter on OS/2 ????
   Nuked! ...and replaced that 26 items switch statement with one wxString::Printf call.
2. Compilation fixes for Watcom+MGL+MS-DOS

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

22 years agocompilation fix - wxCoord, not int
Václav Slavík [Tue, 4 Dec 2001 23:44:12 +0000 (23:44 +0000)] 
compilation fix - wxCoord, not int

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

22 years agowatcom headers don't define M_PI
Václav Slavík [Tue, 4 Dec 2001 23:43:49 +0000 (23:43 +0000)] 
watcom headers don't define M_PI

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

22 years agoAqua splitter sashes.
Robert Roebling [Tue, 4 Dec 2001 21:08:50 +0000 (21:08 +0000)] 
Aqua splitter sashes.
Even bigger notebook for Aqua.

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

22 years agochanged defaultitem method from belonging to a panel to any window
Stefan Csomor [Tue, 4 Dec 2001 20:08:29 +0000 (20:08 +0000)] 
changed defaultitem method from belonging to a panel to any window

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

22 years agoUpdated docs for wxTaskBarIcon
Mattia Barbon [Tue, 4 Dec 2001 19:41:53 +0000 (19:41 +0000)] 
Updated docs for wxTaskBarIcon

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

22 years agoFix for very old w32api
Mattia Barbon [Tue, 4 Dec 2001 19:40:28 +0000 (19:40 +0000)] 
Fix for very old w32api

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

22 years agoStill more space around notebook pages...
Robert Roebling [Tue, 4 Dec 2001 17:44:52 +0000 (17:44 +0000)] 
Still more space around notebook pages...

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

22 years agowxUSE_TIPWINDOW may be set even if wxUSE_POPUPWIN is unset
Vadim Zeitlin [Tue, 4 Dec 2001 17:37:23 +0000 (17:37 +0000)] 
wxUSE_TIPWINDOW may be set even if wxUSE_POPUPWIN is unset

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

22 years agoNotebook sizers didn't take any borders into account,
Robert Roebling [Tue, 4 Dec 2001 17:22:05 +0000 (17:22 +0000)] 
Notebook sizers didn't take any borders into account,
esc. not those large ones under Aqua which caused
ugly overlapping.

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

22 years agochanged the button container from wxPanel to wxWindow
Stefan Csomor [Tue, 4 Dec 2001 16:48:26 +0000 (16:48 +0000)] 
changed the button container from wxPanel to wxWindow

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

22 years agoCompile fix for app.cpp without precompiled headers.
Robert Roebling [Tue, 4 Dec 2001 16:37:35 +0000 (16:37 +0000)] 
Compile fix for app.cpp without precompiled headers.

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

22 years agofixed compilation
Vadim Zeitlin [Tue, 4 Dec 2001 16:29:43 +0000 (16:29 +0000)] 
fixed compilation

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

22 years agoadded default return and escape/command-period handling for dialogs
Stefan Csomor [Tue, 4 Dec 2001 16:22:36 +0000 (16:22 +0000)] 
added default return and escape/command-period handling for dialogs

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

22 years agoTemporary fix for wxFileName under Mac - ignore volumes.
Robert Roebling [Tue, 4 Dec 2001 15:52:14 +0000 (15:52 +0000)] 
Temporary fix for wxFileName under Mac - ignore volumes.

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

22 years agoadded wxFileName::MakeRelativeTo() and the tests/docs for it
Vadim Zeitlin [Tue, 4 Dec 2001 15:13:56 +0000 (15:13 +0000)] 
added wxFileName::MakeRelativeTo() and the tests/docs for it

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

22 years agoTried to fix makefile.g95
Julian Smart [Tue, 4 Dec 2001 14:52:33 +0000 (14:52 +0000)] 
Tried to fix makefile.g95

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

22 years agocompilation fix for HAVE_SETENV
Vadim Zeitlin [Tue, 4 Dec 2001 14:14:32 +0000 (14:14 +0000)] 
compilation fix for HAVE_SETENV

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

22 years agoMacOS X was having a coordinate rollover for a rectangle when painting the pane backg...
Stefan Csomor [Tue, 4 Dec 2001 14:02:59 +0000 (14:02 +0000)] 
MacOS X was having a coordinate rollover for a rectangle when painting the pane background

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

22 years agoIfdefed out code that wouldn't compile with Mingw32 2.95.2
Julian Smart [Tue, 4 Dec 2001 12:13:31 +0000 (12:13 +0000)] 
Ifdefed out code that wouldn't compile with Mingw32 2.95.2

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

22 years ago(Blind) fix for BCC compile glitch.
Ron Lee [Tue, 4 Dec 2001 10:40:35 +0000 (10:40 +0000)] 
(Blind) fix for BCC compile glitch.

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

22 years agoOnly paint lines in MSW
Julian Smart [Tue, 4 Dec 2001 08:08:21 +0000 (08:08 +0000)] 
Only paint lines in MSW

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

22 years agofix for wxDynamicCast making it safe to pass factory functions.
Ron Lee [Tue, 4 Dec 2001 04:21:09 +0000 (04:21 +0000)] 
fix for wxDynamicCast making it safe to pass factory functions.

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

22 years agofixed assert failure when removing a menu
Vadim Zeitlin [Tue, 4 Dec 2001 01:29:21 +0000 (01:29 +0000)] 
fixed assert failure when removing a menu

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

22 years agofixed Assign(fullpath, fullname)
Vadim Zeitlin [Tue, 4 Dec 2001 01:14:09 +0000 (01:14 +0000)] 
fixed Assign(fullpath, fullname)

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

22 years agoThe code in wxMac's listbox was too ambitious in filtering
Robert Roebling [Tue, 4 Dec 2001 00:55:45 +0000 (00:55 +0000)] 
The code in wxMac's listbox was too ambitious in filtering
out surplus events.s

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

22 years ago Make wxMac single line text control ignore ENTER
Robert Roebling [Mon, 3 Dec 2001 23:25:28 +0000 (23:25 +0000)] 
  Make wxMac single line text control ignore ENTER

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

22 years agowxRemotelyScrolledTreeCtrl now draws its own lines
Robin Dunn [Mon, 3 Dec 2001 21:37:22 +0000 (21:37 +0000)] 
wxRemotelyScrolledTreeCtrl now draws its own lines

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

22 years ago Replaced && with $ in bittest.
Robert Roebling [Mon, 3 Dec 2001 21:29:54 +0000 (21:29 +0000)] 
  Replaced && with $ in bittest.

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

22 years agowxRemotelyScrolledTreeCtrl now draws its own lines
Robin Dunn [Mon, 3 Dec 2001 21:29:50 +0000 (21:29 +0000)] 
wxRemotelyScrolledTreeCtrl now draws its own lines

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

22 years agoMore fixes and updates
Robin Dunn [Mon, 3 Dec 2001 20:58:19 +0000 (20:58 +0000)] 
More fixes and updates

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

22 years agoMoved line-drawing to splittree implementation.
Julian Smart [Mon, 3 Dec 2001 20:52:06 +0000 (20:52 +0000)] 
Moved line-drawing to splittree implementation.

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

22 years agoAdded SplitTree sample to the demo
Robin Dunn [Mon, 3 Dec 2001 20:41:03 +0000 (20:41 +0000)] 
Added SplitTree sample to the demo

Fixes for wxEditor and its FrogEdit sample

Misc. other stuff

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

22 years agofixed bug in AssignDir() which didn't always consider the argument as directory
Vadim Zeitlin [Mon, 3 Dec 2001 18:28:07 +0000 (18:28 +0000)] 
fixed bug in AssignDir() which didn't always consider the argument as directory

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

22 years agoRemoved m_clientData and related methods as it's now handled by the
Robin Dunn [Mon, 3 Dec 2001 18:17:43 +0000 (18:17 +0000)] 
Removed m_clientData and related methods as it's now handled by the
wxClientDataContainer mixin.

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

22 years agoRemoved a call to Upper() on the table name when building an UPDATE statement. Patch...
George Tasker [Mon, 3 Dec 2001 14:52:29 +0000 (14:52 +0000)] 
Removed a call to Upper() on the table name when building an UPDATE statement.  Patch #488365 submitted by Christophe Massaloux

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

22 years agoFixed some label errors
Julian Smart [Mon, 3 Dec 2001 11:36:04 +0000 (11:36 +0000)] 
Fixed some label errors

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

22 years agoAdded wxUSE_TIPWINDOW
Julian Smart [Mon, 3 Dec 2001 11:17:30 +0000 (11:17 +0000)] 
Added wxUSE_TIPWINDOW

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

22 years agoRemoved semicolons from end of DECLARE_DYNAMIC_CLASS() and DECLARE_NO_COPY_CLASS...
George Tasker [Mon, 3 Dec 2001 10:55:58 +0000 (10:55 +0000)] 
Removed semicolons from end of DECLARE_DYNAMIC_CLASS() and DECLARE_NO_COPY_CLASS() lines

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

22 years agoChanged all the wxASSERT(0) calls to use wxFAIL_MSG()
George Tasker [Mon, 3 Dec 2001 10:54:59 +0000 (10:54 +0000)] 
Changed all the wxASSERT(0) calls to use wxFAIL_MSG()

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

22 years agoChanged all the wxASSERT(0) calls to use wxFAIL_MSG()
George Tasker [Mon, 3 Dec 2001 10:54:38 +0000 (10:54 +0000)] 
Changed all the wxASSERT(0) calls to use wxFAIL_MSG()
Removed the TABs in the source replacing with the standard number of spaces
Removed variable definitions from FOR statements defining the variables before the FOR statement

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

22 years agofixed mem leak in wxDataObjectComposite
Vadim Zeitlin [Mon, 3 Dec 2001 00:30:51 +0000 (00:30 +0000)] 
fixed mem leak in wxDataObjectComposite

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

22 years agodon't use wxRegEx in wxString::Matches
Vadim Zeitlin [Mon, 3 Dec 2001 00:11:53 +0000 (00:11 +0000)] 
don't use wxRegEx in wxString::Matches

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

22 years agoFixed incorrect deletion of hPalette if the call to wxReadDIB() fails
George Tasker [Sun, 2 Dec 2001 22:54:38 +0000 (22:54 +0000)] 
Fixed incorrect deletion of hPalette if the call to wxReadDIB() fails

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

22 years agocorrected line endings in xml files (mistakenly committed with mac eol)
Gilles Depeyrot [Sun, 2 Dec 2001 20:53:08 +0000 (20:53 +0000)] 
corrected line endings in xml files (mistakenly committed with mac eol)

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

22 years agofilter CodeWarrior data directories during recursive directory scan
Gilles Depeyrot [Sun, 2 Dec 2001 20:02:17 +0000 (20:02 +0000)] 
filter CodeWarrior data directories during recursive directory scan

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

22 years agoadded not concerning conversion of xml files to CodeWarrior binary projects
Gilles Depeyrot [Sun, 2 Dec 2001 19:19:17 +0000 (19:19 +0000)] 
added not concerning conversion of xml files to CodeWarrior binary projects

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

22 years agostore CodeWarrior 5.3 projects as xml instead of binary projects
Gilles Depeyrot [Sun, 2 Dec 2001 18:40:34 +0000 (18:40 +0000)] 
store CodeWarrior 5.3 projects as xml instead of binary projects

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