Remove obsolete VisualAge-related files.
[wxWidgets.git] / include / wx / docmdi.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-05-12  Vadim ZeitlinRefactor wxDocParentFrame and wxDocMDIParentFrame to...
2009-06-12  Vadim Zeitlindisable MSVC warning 4275 correctly (closes #10885)
2009-02-27  Vadim ZeitlinVC6 compilation fix after last change: WXDLLIMPEXP_TEMP...
2009-02-27  Vadim Zeitlinrefactor wxDocChildFrame and wxDocMDIChildFrame to...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-08  Francesco Montorsiuse wxFrameNameStr where possible instead of 'frame...
2008-09-22  Vadim Zeitlinhook the docview-specific customization of event handli...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-04  Julian SmartAdded licence/copyright information
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-11  Julian SmartwxDocMDIParentFrame needs a default constructor
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Vadim Zeitlin2 step creation for wxDocMDIChildFrame (patch 661657)
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2001-06-09  Vadim Zeitlinapplied patch 431596 (fixes some crashes in wxDocView...
1999-06-22  Robin DunnNow uses proper wxUSE_xxx flags
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-01-08  Unknown (UG)no message
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-07-29  Julian SmartAdded missing OGL files; added defaults to wxDocMDIPare...
1998-07-28  Julian SmartAdded MDI support for Document/view, plus an example.