wxWidgets.git
22 years agofixed status bar drawing broken by previous compilation fix
Vadim Zeitlin [Tue, 16 Oct 2001 00:35:06 +0000 (00:35 +0000)] 
fixed status bar drawing broken by previous compilation fix

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

22 years agoshow some text in the status bar panes
Vadim Zeitlin [Tue, 16 Oct 2001 00:03:28 +0000 (00:03 +0000)] 
show some text in the status bar panes

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

22 years agorefresh wxStaticText after changing its label if we change its size
Vadim Zeitlin [Mon, 15 Oct 2001 23:00:25 +0000 (23:00 +0000)] 
refresh wxStaticText after changing its label if we change its size

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

22 years agofixed wxListCtrl::DeleteAllColumns() in the generic listctrl (patch 470251)
Vadim Zeitlin [Mon, 15 Oct 2001 22:55:21 +0000 (22:55 +0000)] 
fixed wxListCtrl::DeleteAllColumns() in the generic listctrl (patch 470251)

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

22 years agofixes to mask creation by colour
Václav Slavík [Mon, 15 Oct 2001 22:55:17 +0000 (22:55 +0000)] 
fixes to mask creation by colour

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

22 years agofixed off-by-one error
Václav Slavík [Mon, 15 Oct 2001 22:54:44 +0000 (22:54 +0000)] 
fixed off-by-one error

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

22 years agooops, segfault
Václav Slavík [Mon, 15 Oct 2001 22:53:37 +0000 (22:53 +0000)] 
oops, segfault

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

22 years agoadded GetStdIcon support to wxRenderer
Václav Slavík [Mon, 15 Oct 2001 22:53:01 +0000 (22:53 +0000)] 
added GetStdIcon support to wxRenderer

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

22 years agoremoved junk
Václav Slavík [Mon, 15 Oct 2001 22:52:27 +0000 (22:52 +0000)] 
removed junk

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

22 years ago1. added GetStdIcon support to wxRenderer
Václav Slavík [Mon, 15 Oct 2001 22:50:50 +0000 (22:50 +0000)] 
1. added GetStdIcon support to wxRenderer
2. wxMGL fix (stipples must be 8x8 pixels)

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

22 years agomade wxStaticBox transparent (patch 427936)
Vadim Zeitlin [Mon, 15 Oct 2001 22:49:15 +0000 (22:49 +0000)] 
made wxStaticBox transparent (patch 427936)

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

22 years agocompilation fix for wxMGL (NotUniv directive doesn't work and I'm too much of perl...
Václav Slavík [Mon, 15 Oct 2001 22:47:34 +0000 (22:47 +0000)] 
compilation fix for wxMGL (NotUniv directive doesn't work and I'm too much of perl illiterate to fix it)

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

22 years agocompilation fix for wxMGL
Václav Slavík [Mon, 15 Oct 2001 22:45:37 +0000 (22:45 +0000)] 
compilation fix for wxMGL

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

22 years agofix for the dialog controls font
Vadim Zeitlin [Mon, 15 Oct 2001 22:17:09 +0000 (22:17 +0000)] 
fix for the dialog controls font

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

22 years agoreveretd change commenting out IMPLEMENT_DYNAMIC_CLASS
Vadim Zeitlin [Mon, 15 Oct 2001 21:28:46 +0000 (21:28 +0000)] 
reveretd change commenting out IMPLEMENT_DYNAMIC_CLASS

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

22 years agooops, forgot to commit yesterday changes related to wxStatusBarBase
Vadim Zeitlin [Mon, 15 Oct 2001 21:20:18 +0000 (21:20 +0000)] 
oops, forgot to commit yesterday changes related to wxStatusBarBase

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

22 years agoadded section about incompatibilities between 2.2 and 2.3
Vadim Zeitlin [Mon, 15 Oct 2001 19:08:01 +0000 (19:08 +0000)] 
added section about incompatibilities between 2.2 and 2.3

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

22 years ago Further fixes for wx-config and MacOS X.
Robert Roebling [Mon, 15 Oct 2001 15:40:44 +0000 (15:40 +0000)] 
  Further fixes for wx-config and MacOS X.

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

22 years ago wxStatusBar doesn't link with double IMPLEMENT... macros.
Robert Roebling [Mon, 15 Oct 2001 10:07:20 +0000 (10:07 +0000)] 
  wxStatusBar doesn't link with double IMPLEMENT... macros.

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

22 years ago Added Rez support to wx-config for MacOS X
Robert Roebling [Mon, 15 Oct 2001 10:06:24 +0000 (10:06 +0000)] 
  Added Rez support to wx-config for MacOS X

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

22 years agodecouple wxTLW,Frame::ShowFullScreen in wxMSW
Václav Slavík [Sun, 14 Oct 2001 22:54:06 +0000 (22:54 +0000)] 
decouple wxTLW,Frame::ShowFullScreen in wxMSW

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

22 years agofixes to MSW LowLevel files
Václav Slavík [Sun, 14 Oct 2001 22:53:48 +0000 (22:53 +0000)] 
fixes to MSW LowLevel files

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

22 years agowxWindow::Enable now correctly has recursive effect (and maybe other fixes)
Václav Slavík [Sun, 14 Oct 2001 22:20:24 +0000 (22:20 +0000)] 
wxWindow::Enable now correctly has recursive effect (and maybe other fixes)

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

22 years agoadded wxHtmlWindow::AppendToPage
Václav Slavík [Sun, 14 Oct 2001 22:20:05 +0000 (22:20 +0000)] 
added wxHtmlWindow::AppendToPage

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

22 years agowxBusycursorSuspender used in wxMGL as well (we need it for other platforms as well...
Václav Slavík [Sun, 14 Oct 2001 22:18:35 +0000 (22:18 +0000)] 
wxBusycursorSuspender used in wxMGL as well (we need it for other platforms as well, I'm afraid)

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

22 years agofixed restoration of global cursor
Václav Slavík [Sun, 14 Oct 2001 22:18:09 +0000 (22:18 +0000)] 
fixed restoration of global cursor

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

22 years agoDC output fix
Václav Slavík [Sun, 14 Oct 2001 22:17:58 +0000 (22:17 +0000)] 
DC output fix

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

22 years agoantialiasing now disabled for small fonts
Václav Slavík [Sun, 14 Oct 2001 22:17:33 +0000 (22:17 +0000)] 
antialiasing now disabled for small fonts

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

22 years agoremoved obsolete files from wxMGL
Václav Slavík [Sun, 14 Oct 2001 22:17:02 +0000 (22:17 +0000)] 
removed obsolete files from wxMGL

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

22 years agodecouple wxTLW,Frame::ShowFullScreen in wxMSW
Václav Slavík [Sun, 14 Oct 2001 22:16:16 +0000 (22:16 +0000)] 
decouple wxTLW,Frame::ShowFullScreen in wxMSW

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

22 years agowxUSE_CHOICE ifdefs, so that the sample compiles with wxUniv
Václav Slavík [Sun, 14 Oct 2001 22:12:43 +0000 (22:12 +0000)] 
wxUSE_CHOICE ifdefs, so that the sample compiles with wxUniv

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

22 years agoregenerated from the templates
Vadim Zeitlin [Sun, 14 Oct 2001 21:50:15 +0000 (21:50 +0000)] 
regenerated from the templates

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

22 years ago1. added wxStatusBarUniv
Vadim Zeitlin [Sun, 14 Oct 2001 21:38:58 +0000 (21:38 +0000)] 
1. added wxStatusBarUniv
2. several bug fixes to wxSpinButton/wxSpinCtrl

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

22 years agoUpdated email address
Julian Smart [Sun, 14 Oct 2001 14:08:20 +0000 (14:08 +0000)] 
Updated email address

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

22 years agoadded conditional compilation test around wxGetDiskSpace for Mac OS X
Gilles Depeyrot [Sun, 14 Oct 2001 09:51:37 +0000 (09:51 +0000)] 
added conditional compilation test around wxGetDiskSpace for Mac OS X

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

22 years agouse MoreFiles under Mac OS X
Gilles Depeyrot [Sun, 14 Oct 2001 08:25:45 +0000 (08:25 +0000)] 
use MoreFiles under Mac OS X

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

22 years agoinclude wxWindows headers using "..." instead of <...>
Gilles Depeyrot [Sun, 14 Oct 2001 08:23:04 +0000 (08:23 +0000)] 
include wxWindows headers using "..." instead of <...>

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

22 years agocorrected comment
Gilles Depeyrot [Sun, 14 Oct 2001 08:22:20 +0000 (08:22 +0000)] 
corrected comment

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

22 years agocorrections for Mac OS X
Gilles Depeyrot [Sun, 14 Oct 2001 08:21:22 +0000 (08:21 +0000)] 
corrections for Mac OS X

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

22 years agouse native dialogs instead of generic ones under Mac OS X
Gilles Depeyrot [Sun, 14 Oct 2001 08:19:39 +0000 (08:19 +0000)] 
use native dialogs instead of generic ones under Mac OS X

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

22 years agoFixed clean target to really clean all the cruft that gets created
Ron Lee [Sun, 14 Oct 2001 01:48:14 +0000 (01:48 +0000)] 
Fixed clean target to really clean all the cruft that gets created
at build time.

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

22 years agoMerged IA64 build fixes from 2.2 (this will undoubtably need to be tested
Ron Lee [Sun, 14 Oct 2001 00:20:37 +0000 (00:20 +0000)] 
Merged IA64 build fixes from 2.2 (this will undoubtably need to be tested
before we can claim 2.3 works on that platform)
Updated config{guess,sub}

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

22 years agobetter windows painting in wxMGL
Václav Slavík [Sat, 13 Oct 2001 22:49:57 +0000 (22:49 +0000)] 
better windows painting in wxMGL

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

22 years agofixed mouse capture release code -- it previously released capture of window that...
Václav Slavík [Sat, 13 Oct 2001 22:49:09 +0000 (22:49 +0000)] 
fixed mouse capture release code -- it previously released capture of window that didn't gain it

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

22 years agochanged some Remove()s into RemoveAt()s
Vadim Zeitlin [Sat, 13 Oct 2001 21:34:08 +0000 (21:34 +0000)] 
changed some Remove()s into RemoveAt()s

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

22 years agouse MoreFiles under Mac OS X
Gilles Depeyrot [Sat, 13 Oct 2001 21:12:44 +0000 (21:12 +0000)] 
use MoreFiles under Mac OS X

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

22 years agoremoved useless files
Gilles Depeyrot [Sat, 13 Oct 2001 21:07:25 +0000 (21:07 +0000)] 
removed useless files

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

22 years agoupdated wxMac file list (use MoreFiles)
Gilles Depeyrot [Sat, 13 Oct 2001 21:05:56 +0000 (21:05 +0000)] 
updated wxMac file list (use MoreFiles)

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

22 years agocorrected typo in conditional compilation for Darwin/Mac OS X
Gilles Depeyrot [Sat, 13 Oct 2001 19:29:41 +0000 (19:29 +0000)] 
corrected typo in conditional compilation for Darwin/Mac OS X

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

22 years agostrcasecmp is in the system libraries under Mac OS X
Gilles Depeyrot [Sat, 13 Oct 2001 18:54:28 +0000 (18:54 +0000)] 
strcasecmp is in the system libraries under Mac OS X

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

22 years agoAdded flat Carbon and MoreFiles headers to compile flags
Gilles Depeyrot [Sat, 13 Oct 2001 12:26:50 +0000 (12:26 +0000)] 
Added flat Carbon and MoreFiles headers to compile flags
Added MoreFiles to wxMac toolkit VPATH
Removed check for strings.h for wxMac (conflict with flat Carbon headers)

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

22 years agoadded wxMac distribution target
Gilles Depeyrot [Sat, 13 Oct 2001 12:22:46 +0000 (12:22 +0000)] 
added wxMac distribution target

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

22 years agoadded MoreFiles sources to wxMac under Mac OS X
Gilles Depeyrot [Sat, 13 Oct 2001 08:52:34 +0000 (08:52 +0000)] 
added MoreFiles sources to wxMac under Mac OS X

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

22 years agoSecond phase of OOR completed. (Original python object return for
Robin Dunn [Sat, 13 Oct 2001 00:41:21 +0000 (00:41 +0000)] 
Second phase of OOR completed.  (Original python object return for
wxEvtHandler and derived classes.

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

22 years agoSecond phase of OOR completed. (Original python object return for
Robin Dunn [Fri, 12 Oct 2001 23:26:38 +0000 (23:26 +0000)] 
Second phase of OOR completed.  (Original python object return for
wxEvtHandler and derived classes.

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

22 years agodon't define wxUSE_OWNER_DRAWN for wxUniv
Vadim Zeitlin [Fri, 12 Oct 2001 23:21:58 +0000 (23:21 +0000)] 
don't define wxUSE_OWNER_DRAWN for wxUniv

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

22 years agoadded base parameter to wxString::To[U]Long
Vadim Zeitlin [Fri, 12 Oct 2001 20:26:48 +0000 (20:26 +0000)] 
added base parameter to wxString::To[U]Long

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

22 years agoAdded style parameter to wxPopupWindow ctors so they match the Create method.
Robin Dunn [Fri, 12 Oct 2001 18:11:46 +0000 (18:11 +0000)] 
Added style parameter to wxPopupWindow ctors so they match the Create method.

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

22 years agofix for Solaris realloc() which moves the memory block even when the block size is...
Vadim Zeitlin [Fri, 12 Oct 2001 17:29:19 +0000 (17:29 +0000)] 
fix for Solaris realloc() which moves the memory block even when the block size is reduced

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

22 years agoAdded new cmdline parsing classes to wxOS2
David Webster [Fri, 12 Oct 2001 16:38:41 +0000 (16:38 +0000)] 
Added new cmdline parsing classes to wxOS2

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

22 years agoCleaned up makedfile to handle setup.h better. Added command line parsing
David Webster [Fri, 12 Oct 2001 16:38:08 +0000 (16:38 +0000)] 
Cleaned up makedfile to handle setup.h better.  Added command line parsing

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

22 years agofixed memory leak and optimized GetSubBitmap (Kudos to Eric Lavigne)
Stefan Csomor [Fri, 12 Oct 2001 16:11:12 +0000 (16:11 +0000)] 
fixed memory leak and optimized GetSubBitmap (Kudos to Eric Lavigne)

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

22 years agoNew wxUSE entries to support some new wx features.
David Webster [Fri, 12 Oct 2001 15:25:39 +0000 (15:25 +0000)] 
New wxUSE entries to support some new wx features.

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

22 years agoNot really needed in CVS
David Webster [Fri, 12 Oct 2001 15:24:39 +0000 (15:24 +0000)] 
Not really needed in CVS

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

22 years agofix to avoid internal compiler error with gcc 2.95.2 on Alpha
Vadim Zeitlin [Fri, 12 Oct 2001 14:16:20 +0000 (14:16 +0000)] 
fix to avoid internal compiler error with gcc 2.95.2 on Alpha

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

22 years agomade wxString::assign() more efficient (don't force buffer reallocation)
Vadim Zeitlin [Fri, 12 Oct 2001 14:09:54 +0000 (14:09 +0000)] 
made wxString::assign() more efficient (don't force buffer reallocation)

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

22 years agoSome updates
David Webster [Fri, 12 Oct 2001 14:01:11 +0000 (14:01 +0000)] 
Some updates

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

22 years agoupdated with latest morefiles
Gilles Depeyrot [Fri, 12 Oct 2001 06:51:32 +0000 (06:51 +0000)] 
updated with latest morefiles

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

22 years agomake the main dialog resizeable
Vadim Zeitlin [Fri, 12 Oct 2001 06:16:12 +0000 (06:16 +0000)] 
make the main dialog resizeable

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

22 years agodo *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE...
Vadim Zeitlin [Fri, 12 Oct 2001 06:15:30 +0000 (06:15 +0000)] 
do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE problem

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

22 years agocreate wxNotebook without any extended style
Vadim Zeitlin [Fri, 12 Oct 2001 06:14:47 +0000 (06:14 +0000)] 
create wxNotebook without any extended style

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

22 years agoMoved client data stuff directly into wxEvtHandler, #if'd out
Robin Dunn [Fri, 12 Oct 2001 03:18:35 +0000 (03:18 +0000)] 
Moved client data stuff directly into wxEvtHandler, #if'd out
wxClientDataContainer for now.

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

22 years agofixed leaking wxColour
Robin Dunn [Thu, 11 Oct 2001 16:15:51 +0000 (16:15 +0000)] 
fixed leaking wxColour

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

22 years agoadd a newline to the log message
Robin Dunn [Thu, 11 Oct 2001 16:15:19 +0000 (16:15 +0000)] 
add a newline to the log message

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

22 years agoadded DEFINE_LOCAL_EVENT_TYPE() macro
Ron Lee [Thu, 11 Oct 2001 00:14:54 +0000 (00:14 +0000)] 
added DEFINE_LOCAL_EVENT_TYPE() macro

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

22 years agomore missing WXDLLEXPORT(_DATA)
Vadim Zeitlin [Wed, 10 Oct 2001 23:58:18 +0000 (23:58 +0000)] 
more missing WXDLLEXPORT(_DATA)

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

22 years agomorefiles 1.5.2 adaptions
Stefan Csomor [Wed, 10 Oct 2001 23:02:18 +0000 (23:02 +0000)] 
morefiles 1.5.2 adaptions

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

22 years agono precompiled MacHeaders anymore (guarantees synched headers)
Stefan Csomor [Wed, 10 Oct 2001 23:00:57 +0000 (23:00 +0000)] 
no precompiled MacHeaders anymore (guarantees synched headers)

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

22 years agonew version 1.5.2 for morefiles
Stefan Csomor [Wed, 10 Oct 2001 22:57:33 +0000 (22:57 +0000)] 
new version 1.5.2 for morefiles

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

22 years agofixed menu navigation with mouse
Václav Slavík [Wed, 10 Oct 2001 22:44:08 +0000 (22:44 +0000)] 
fixed menu navigation with mouse

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

22 years agoFIXME so that I don't forget to implement this
Václav Slavík [Wed, 10 Oct 2001 22:43:21 +0000 (22:43 +0000)] 
FIXME so that I don't forget to implement this

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

22 years agofix to allow code using EVT_END_PROCESS to compie with new wxEvtHandler declaration
Vadim Zeitlin [Wed, 10 Oct 2001 22:34:55 +0000 (22:34 +0000)] 
fix to allow code using EVT_END_PROCESS to compie with new wxEvtHandler declaration

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

22 years agoadded missing WXDLLEXPORT
Vadim Zeitlin [Wed, 10 Oct 2001 22:33:34 +0000 (22:33 +0000)] 
added missing WXDLLEXPORT

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

22 years agoadded missing WXDLLEXPORT
Vadim Zeitlin [Wed, 10 Oct 2001 22:18:19 +0000 (22:18 +0000)] 
added missing WXDLLEXPORT

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

22 years agorenamed global variable to avoid conflict with export from Mac OS X framework
Gilles Depeyrot [Wed, 10 Oct 2001 21:55:40 +0000 (21:55 +0000)] 
renamed global variable to avoid conflict with export from Mac OS X framework

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

22 years agoprovide option to disable use of precompiled headers (Mac OS X)
Gilles Depeyrot [Wed, 10 Oct 2001 21:47:12 +0000 (21:47 +0000)] 
provide option to disable use of precompiled headers (Mac OS X)
this is useful for tinderboxes where the errors produced by the Apple
Developer Tools make it difficult to sort through the logs

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

22 years agoimproved OpenGL related documentation
Gilles Depeyrot [Wed, 10 Oct 2001 18:48:59 +0000 (18:48 +0000)] 
improved OpenGL related documentation

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

22 years agodon't add /MT to CFLAGS explicitely
Vadim Zeitlin [Wed, 10 Oct 2001 16:42:02 +0000 (16:42 +0000)] 
don't add /MT to CFLAGS explicitely

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

22 years agofixes for cube sample from Paul Thiessen
Vadim Zeitlin [Wed, 10 Oct 2001 16:37:33 +0000 (16:37 +0000)] 
fixes for cube sample from Paul Thiessen

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

22 years agoRemoved client data stuff from wxMenuBase since it now gets it from wxEvtHandler.
Robin Dunn [Wed, 10 Oct 2001 16:04:41 +0000 (16:04 +0000)] 
Removed client data stuff from wxMenuBase since it now gets it from wxEvtHandler.

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

22 years agoupdated templates and regenerated project files for OpenGL samples
Vadim Zeitlin [Wed, 10 Oct 2001 12:55:54 +0000 (12:55 +0000)] 
updated templates and regenerated project files for OpenGL samples

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

22 years ago Committing in .
Jouk Jansen [Wed, 10 Oct 2001 12:18:45 +0000 (12:18 +0000)] 
 Committing in .

 Modified Files:
  wxWindows/src/common/descrip.mms

 Updated OpenVMS makefiles.

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

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

22 years agoattempts to process non ASCII key strokes properly
Vadim Zeitlin [Wed, 10 Oct 2001 11:57:03 +0000 (11:57 +0000)] 
attempts to process non ASCII key strokes properly

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

22 years ago[blind] fixes to the project file according to George's message
Vadim Zeitlin [Wed, 10 Oct 2001 09:36:55 +0000 (09:36 +0000)] 
[blind] fixes to the project file according to George's message

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

22 years ago Committing in .
Jouk Jansen [Wed, 10 Oct 2001 06:14:34 +0000 (06:14 +0000)] 
 Committing in .

 Added Files:
  wxWindows/src/html/descrip.mms

 Compile support for OpenVMS
 (Thanks VZ for the help with removing my unsuccessfull checkin)

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

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

22 years agoformatting changes
Vadim Zeitlin [Wed, 10 Oct 2001 01:44:00 +0000 (01:44 +0000)] 
formatting changes

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

22 years agoignore samples workspace files
Vadim Zeitlin [Wed, 10 Oct 2001 01:15:51 +0000 (01:15 +0000)] 
ignore samples workspace files

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

22 years agoregenerated to include new files
Vadim Zeitlin [Wed, 10 Oct 2001 00:44:48 +0000 (00:44 +0000)] 
regenerated to include new files

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

22 years agoadded wx*.dsp files
Vadim Zeitlin [Wed, 10 Oct 2001 00:43:45 +0000 (00:43 +0000)] 
added wx*.dsp files

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

22 years ago1. new samples proejct files for VC++
Vadim Zeitlin [Wed, 10 Oct 2001 00:34:22 +0000 (00:34 +0000)] 
1. new samples proejct files for VC++
2. a few fixes (mainly compilation warnings) to the code

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