Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / msw / mdi.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-29  Vadim ZeitlinForward events to active child in wxMDIParentFrameBase...
2013-06-23  Vadim ZeitlinUndo "Forward events to active child at MSW, not wx...
2013-05-04  Vadim ZeitlinForward events to active child at MSW, not wx, level...
2009-09-21  Vadim ZeitlinInitialize wxMDIParentFrame::m_accelWindowMenu in defau...
2009-05-31  Vadim Zeitlindon't add client area origin when positioning the child...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinoverride TryValidator() in wxMDIParentFrame to implemen...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2009-01-27  Vadim Zeitlinrefactor WM_COMMAND messages handling in MDI frames...
2009-01-26  Vadim Zeitlinadd more wxUSE_MENUS guards
2009-01-26  Vadim Zeitlinuse a virtual function instead of wxDynamicCast(wxMDIPa...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-09-04  Vadim Zeitlinshow the "Window" menu only when we have any MDI childr...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-02-09  Vadim Zeitlinadd GetMDIParent() and use it to reduce the number...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-18  Vadim Zeitlinadded virtual wxFrame::FindItemInMenuBar(): overriding...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-01-07  Vadim Zeitlinfix wxMDIChidFrame::GetPosition() (patch 1626610)
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-03-22  Włodzimierz SkibawxFrameNameStr was already delivered by #include one...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-11  Vadim Zeitlinforce update of MDI client window size after the MDI...
2005-07-29  Chris ElliottwxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-09-29  Václav Slavíkfixed flicker during MDI children creation: the frame...
2004-09-01  Chris Elliottmdi menu updates fixed (after SF 1012653)
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-01-13  Vadim Zeitlinfixed several resource leaks related to MDI menus
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-16  Vadim Zeitlinapplied patch #428104 (SetSizeHints() for wxMDIChildFrame)
2000-11-25  Václav Slavíkadded wxFrame::IsMDIChild() (msw only, protected)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-25  Julian SmartAdded fix to wxMDIClientWindow to redisplay contents...
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-07-16  Vadim Zeitlin1. fixed Maximise() mismatch between wxFrame and wxMDIFrame
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-04-19  Ove KaavenSome Unicode changes.
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-23  Julian SmartMoved Get/SetToolBar down into frame.h/cpp
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff