Store HTML "id" parameter value in wxHtmlCell.
[wxWidgets.git] / src / common / docmdi.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-05-12  Vadim ZeitlinRefactor wxDocParentFrame and wxDocMDIParentFrame to...
2010-05-09  Vadim ZeitlinUse ProcessEventLocally() instead of ProcessEventHere...
2009-02-27  Vadim Zeitlinrefactor wxDocChildFrame and wxDocMDIChildFrame to...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinoverride TryValidator() in wxMDIParentFrame to implemen...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-09-22  Vadim Zeitlinhook the docview-specific customization of event handli...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
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-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
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...
2002-07-22  David WebsterFALSE not false.
2002-07-19  Julian SmartApplied patch [ 578052 ] Doc/View and recursion problems
2000-09-08  Vadim ZeitlinGetSelection() replaced with GetId() in OnMRUFile
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-22  Robin DunnNow uses proper wxUSE_xxx flags
1999-06-22  Robert Roebling Some #include and #if wxUSE_XX things
1999-04-20  Ove KaavenSome Unicode fixes (mostly for Borland's pickiness...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-05  Julian SmartVarious bug fixes to OGL; wxStripExtension prototype...
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-28  Julian SmartAdded MDI support for Document/view, plus an example.