Commited latest SciTech changes into CVS. This includes updates to the
authorKendall Bennett <KendallB@scitechsoft.com>
Tue, 12 Jun 2001 18:52:03 +0000 (18:52 +0000)
committerKendall Bennett <KendallB@scitechsoft.com>
Tue, 12 Jun 2001 18:52:03 +0000 (18:52 +0000)
commit716cd4107bb8a5f37dea34507453be6870aaef3a
tree11e15b0aa41b75708e668acf0c3f1693d3b2be2d
parentdba2120c77bf1ee0822a389302b9e8c93f08fa4f
Commited latest SciTech changes into CVS. This includes updates to the
applet code (with changes copyright headers) as well as updates to the
wxImage and dib.cpp modules to use virtual file systems so that we can
load these objects from ZIP files correctly. The dib.cpp module was
also extensively cleaned up (although the DIB writing code does not
presently use file streams as we couldn't figure out if it was possible
to write to a ZIP file stream). The code has been tested and functions
correctly for both regular files and ZIP files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
contrib/include/wx/applet/applet.h
contrib/include/wx/applet/echovar.h [new file with mode: 0644]
contrib/include/wx/applet/ifelsevar.h [new file with mode: 0644]
contrib/include/wx/applet/loadpage.h [new file with mode: 0644]
contrib/include/wx/applet/prepecho.h [new file with mode: 0644]
contrib/include/wx/applet/prepifelse.h [new file with mode: 0644]
contrib/include/wx/applet/prepinclude.h [new file with mode: 0644]
contrib/include/wx/applet/window.h
contrib/samples/applet/applet.cpp
contrib/samples/applet/applet.h
contrib/samples/applet/combobox.cpp
contrib/samples/applet/combobox.h
contrib/samples/applet/monitorapplet.cpp
contrib/samples/applet/monitorapplet.h
contrib/src/applet/applet.cpp
contrib/src/applet/appletwindow.cpp
contrib/src/applet/echovar.cpp [new file with mode: 0644]
contrib/src/applet/ifelsevar.cpp [new file with mode: 0644]
contrib/src/applet/loadpage.cpp [new file with mode: 0644]
contrib/src/applet/prepecho.cpp [new file with mode: 0644]
contrib/src/applet/prepifelse.cpp [new file with mode: 0644]
contrib/src/applet/prepinclude.cpp [new file with mode: 0644]
src/common/image.cpp
src/msw/dib.cpp