Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / samples / mdi / mdi.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-05-09  Vadim ZeitlinAdd wxWindow::ProcessWindowEventLocally() and use it...
2009-03-01  Chris Elliottavoid error of menu with zero ID
2009-01-28  Vadim Zeitlindon't duplicate menu creation code in the parent and...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-26  Vadim Zeitlintest ShowFullScreen() to verify that restoring menu...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2006-07-24  Vadim Zeitlinadded code to test UI updating of menu items in MDI...
2005-08-11  Vadim Zeitlindon't override OnIconized() in the sample, the bug...
2005-07-27  Chris Elliottfix SF bug 1236365 (tested in VC only)
2005-06-02  Julian SmartUse standard ids
2004-06-01  Włodzimierz Skiba-1->wxID_ANY, wxDefaultSize, wxDefaultPosition, TRUE...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-01-19  Gilles Depeyrotuse "..." instead of <...> for wx includes
2000-12-18  Vadim Zeitlinfixed compilation problems (mismatch between header...
2000-12-10  Vadim Zeitlinmerged in the small changes from the 2.2 branch
2000-07-15  Bryan Pettymerged 2.2 branch
1999-05-23  Vadim Zeitlinmore MDI features tested
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-24  Julian SmartRemoved explicit #defines for wxToolBar
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-13  Robert Roeblingresize mdi and notebook client
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-27  Julian SmartMisc changes for DOS compatibility, plus added wxApp...
1998-05-20  Karsten BallüderInitial revision