wxWidgets/utils
Ron Lee 0b9ab0bd82 Added new dynamic loading classes. (which handle proper
wxRTTI and wxModule initialisation and unloading)
Removed serialisation code from wxObject and elsewhere.
Added USER_EXPORTED hash and list macros.
Added *_PLUGGABLE_CLASS defines for exporting dynamic wxObjects
from dlls.

 ----------------------------------------------------------------------
 Modified Files:
 	Makefile.in configure configure.in setup.h.in debian/changelog
 	distrib/msw/tmake/filelist.txt include/wx/defs.h
 	include/wx/docview.h include/wx/dynlib.h include/wx/fileconf.h
 	include/wx/hash.h include/wx/list.h include/wx/module.h
 	include/wx/object.h include/wx/resource.h include/wx/stream.h
 	include/wx/gtk/setup0.h include/wx/msw/setup0.h src/files.lst
 	src/wxBase.dsp src/wxUniv.dsp src/wxWindows.dsp
 	src/common/dynlib.cpp src/common/filename.cpp
 	src/common/module.cpp src/common/object.cpp
 	src/common/stream.cpp src/gtk/files.lst src/mac/files.lst
 	src/mgl/files.lst src/mgl/makefile.wat src/motif/files.lst
 	src/msw/dialup.cpp src/msw/files.lst src/msw/helpchm.cpp
 	src/msw/makefile.b32 src/msw/makefile.bcc src/msw/makefile.dos
 	src/msw/makefile.g95 src/msw/makefile.sc src/msw/makefile.vc
 	src/msw/makefile.wat src/os2/files.lst src/univ/files.lst
 Added Files:
 	include/wx/dynload.h src/common/dynload.cpp
 Removed Files:
 	include/wx/objstrm.h include/wx/serbase.h
 	src/common/objstrm.cpp src/common/serbase.cpp
 	utils/serialize/.cvsignore utils/serialize/makefile.b32
 	utils/serialize/sercore.cpp utils/serialize/sercore.h
 	utils/serialize/serctrl.cpp utils/serialize/serctrl.h
 	utils/serialize/serext.cpp utils/serialize/serext.h
 	utils/serialize/sergdi.cpp utils/serialize/sergdi.h
 	utils/serialize/sermain.cpp utils/serialize/serwnd.cpp
 	utils/serialize/serwnd.h
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-19 07:09:58 +00:00
..
dialoged use "..." instead of <...> for wx headers 2001-11-22 22:03:26 +00:00
framelayout utils/framelayout has been much enhanced, and can now be found in contrib/src/fl 2001-12-09 13:58:06 +00:00
HelpGen Changed all the wxASSERT(0) calls to use wxFAIL_MSG() 2001-12-03 10:54:59 +00:00
HelpHTML Utility scripts for external HTML help controller. 1999-03-05 10:34:45 +00:00
hhp2cached added dependency handling to Makefiles 2001-07-22 14:19:42 +00:00
Install Fixed VC++ project file 2001-11-23 12:37:36 +00:00
makegen use "..." instead of <...> for wx headers 2001-11-22 22:03:26 +00:00
nplugin Changed .vc makefiles to allow different configurations to co-exist (so library 1999-02-17 17:18:22 +00:00
projgen Fixes for 16-bit compilation 2001-05-14 16:13:12 +00:00
tex2rtf replaced "CC = gcc" and even stranger "CPP = gcc -g" (huh?) with 2001-11-28 18:10:15 +00:00
wxOLE CVS cleanups. 1999-06-07 16:22:28 +00:00
wxprop/src 1. wxStaticLine implemented (generic (ugly) and MSW versions) 1999-06-28 21:39:49 +00:00
wxPython/src merged 2.2 branch 2000-07-15 19:51:35 +00:00
wxrc More project file fun 2001-11-20 15:58:54 +00:00
configure Moved wxMMedia to contrib/src/mmedia 2000-03-05 19:03:21 +00:00
configure.in Moved wxMMedia to contrib/src/mmedia 2000-03-05 19:03:21 +00:00
Makefile.in makefile changes for utils_dist 2000-03-15 14:58:04 +00:00
makefile.vc wxNotebook fixes for Win16; VC++ 4 fixes for OLE files; wxGA_SMOOTH flag (wxMSW); 1999-05-05 08:57:41 +00:00