general docview.cpp code cleanup; use wxVector<> instead of manually-allocated arrays...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Aug 2008 00:37:00 +0000 (00:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Aug 2008 00:37:00 +0000 (00:37 +0000)
commitc77049a04b5918a6b432aab94eaf31bc73c28916
treeaaf5e8da8794bca745c664c964287243fa604122
parenta470957ada116aebc37f00aa95d4e02274fb65d7
general docview.cpp code cleanup; use wxVector<> instead of manually-allocated arrays; refactor wxDocManager::CreateDocument() and allow using wxDOC_SILENT with wxDOC_NEW; cleanup wxFileHistory code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/docview.h
interface/wx/docview.h
src/common/docview.cpp