Merges from Scitech Branch (George Davison):
authorKendall Bennett <KendallB@scitechsoft.com>
Thu, 7 Feb 2002 18:46:31 +0000 (18:46 +0000)
committerKendall Bennett <KendallB@scitechsoft.com>
Thu, 7 Feb 2002 18:46:31 +0000 (18:46 +0000)
commit574c939ef1c1b835a8bc65c0fe724548fa04ec49
treec7a29af69c7685d158188ba06f6540f5fc0791b7
parent952ae1e88b9092f493b4ea6911a2b60b378d422d
Merges from Scitech Branch (George Davison):

Added wxDisplayChangedEvent and triggering in MSW, when display mode changes
this event gets triggered. I don't know what should happen with other OS's
since I am not familiar with how they handle mode changes.

Watcome Version 11 now compiles with wide character support.

Fixed watcom warnings in
html/htmlwin.h
imagbmp.h
listctrl.h
imagbmp.cpp
quantize.cpp
strconv.cpp
variant.cpp
dirctrlg.cpp
treectlg.cpp
m_style.cpp
fontenum.cpp
listctrl.cpp
ole\dataobj.cpp
textctrl.cpp
window.cpp
xml.cpp

msw/setup.h
with watcom version 11 it now compiles with wide character support.

xrc/xml.cpp
fixed memory leak and compile warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
46 files changed:
contrib/include/wx/applet/applet.h
contrib/include/wx/applet/echovar.h
contrib/include/wx/applet/ifelsevar.h
contrib/include/wx/applet/loadpage.h
contrib/include/wx/applet/plugin.h
contrib/include/wx/applet/prepecho.h
contrib/include/wx/applet/prepifelse.h
contrib/include/wx/applet/prepinclude.h
contrib/include/wx/applet/window.h
contrib/src/applet/applet.cpp
contrib/src/applet/appletwindow.cpp
contrib/src/applet/echovar.cpp
contrib/src/applet/ifelsevar.cpp
contrib/src/applet/loadpage.cpp
contrib/src/applet/plugin.cpp
contrib/src/applet/prepecho.cpp
contrib/src/applet/prepifelse.cpp
contrib/src/applet/prepinclude.cpp
contrib/src/xrc/xml.cpp
include/wx/dc.h
include/wx/event.h
include/wx/html/htmlwin.h
include/wx/imagbmp.h
include/wx/listctrl.h
include/wx/msw/dc.h
include/wx/msw/window.h
include/wx/window.h
src/common/event.cpp
src/common/filename.cpp
src/common/imagbmp.cpp
src/common/quantize.cpp
src/common/strconv.cpp
src/common/variant.cpp
src/common/wincmn.cpp
src/generic/dirctrlg.cpp
src/generic/splash.cpp
src/generic/treectlg.cpp
src/html/m_style.cpp
src/msw/dc.cpp
src/msw/dcclient.cpp
src/msw/fontenum.cpp
src/msw/listctrl.cpp
src/msw/ole/dataobj.cpp
src/msw/textctrl.cpp
src/msw/window.cpp
src/xrc/xml.cpp