Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / msw / mdi.cpp
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 ZeitlinAlso propagate wxEVT_UPDATE_UI to the child MDI frame.
2013-06-23  Vadim ZeitlinUse child MDI frame menu items in preference to the...
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...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-20  Vadim ZeitlinMake "More windows..." menu item in MDI "Window" menu...
2012-09-23  Vadim ZeitlinNo changes, just reuse a bit of code in wxMSW wxMDIPare...
2012-09-23  Vadim ZeitlinRestore an iconized MDI child frame when activating it.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-05-09  Vadim ZeitlinAttach MDI "Window" menu to the parent frame menu bar...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-09  Vadim ZeitlinAdd wxWindow::ProcessWindowEventLocally() and use it...
2010-01-09  Vadim ZeitlinRestore default WM_ERASEBKGND handling for wxMDIParentF...
2009-09-21  Vadim ZeitlinInitialize wxMDIParentFrame::m_accelWindowMenu in defau...
2009-08-26  Vadim ZeitlinCompilation fix for wxUSE_INTL==0 in wxMSW MDI code.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-05-31  Vadim Zeitlindon't add client area origin when positioning the child...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-09  Vadim Zeitlinrestore passing WM_COMMAND messages for SC_XXX commands...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-26  Vadim Zeitlinoverride TryValidator() in wxMDIParentFrame to implemen...
2009-01-29  Vadim Zeitlindon't crash if we have no accelerators for the "Window...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2009-01-28  Vadim Zeitlinno real changes, just small cleanup, in particular...
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...
2009-01-26  Vadim Zeitlindisable the "Next" and "Previous" commands in the windo...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
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-06-24  Vadim Zeitlindon't use deprecated wxIconizeEvent::Iconized()
2008-05-17  Vadim Zeitlinfix handling of the commands with negative ids (e.g...
2008-03-15  Vadim Zeitlinrename fobr95.{cpp,h} files to foobar.{cpp,h}
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2008-02-09  Vadim Zeitlinadd GetMDIParent() and use it to reduce the number...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-23  Vadim Zeitlinreturn int from wxGetWindowId(), not WORD, to ensure...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-05-18  Vadim Zeitlinadded virtual wxFrame::FindItemInMenuBar(): overriding...
2007-05-18  Vadim Zeitlindon't give debug messages about WM_MDISETMENU failure...
2007-05-18  Vadim Zeitlindon't dereference NULL parent in wxMDIChildFrame dtor...
2007-01-07  Vadim Zeitlinfix wxMDIChidFrame::GetPosition() (patch 1626610)
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/mdi.h according to precompiled headers of...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-07  Paul Cornettunused variables/declarations
2006-05-06  Vadim Zeitlinuse SubclassWin() insteaf of just wxAssociateWinWithHan...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-02-08  Vadim Zeitlinremoved code refreshing toolbar on every MDI child...
2006-02-08  Vadim Zeitlinset the same background colour for wxMDIParentFrame...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-23  Vadim Zeitlinextracted wxFrame::MSWTranslateMessage() implementation...
2006-01-07  Vadim Zeitlinrefresh the MDI frame window menu whenever a child...
2006-01-07  Vadim Zeitlinremoved Win16 code
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-12-16  Julian SmartFixed MDI context menu event handling problem (Stefan...
2005-11-13  Kevin HockFix MDI child windows not becoming active when created...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-16  Włodzimierz SkibaReuse functionality of wxGetStockLabel().
2005-08-12  Michael WetherellTranslate '&Help' to '&' for italian Windows only
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-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-04  Chris Elliottfix SF Bug 1232271
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-05-22  Julian SmartTest for x, y in GetPosition
2005-03-24  Chris Elliottremove erroneous comment
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
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-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-07  Vadim Zeitlinsplit wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which...
2004-04-21  Vadim Zeitlinfixed recent modeless dialog breakage caused by removin...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-07  Vadim Zeitlinreset m_frameTool/StatusBar pointers before deleting...
2003-10-07  Vadim Zeitlindon't always create MDI children with WS_THICKFRAME...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-15  Vadim Zeitlinfixed return value of wxMDIChildFrame::HandleGetMinMaxI...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-04  Vadim Zeitlindon't include unnecessary headers if we don't compile...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-06-16  Julian SmartPlatform and compiler-specific checking for MSW and...
2003-06-13  Julian SmartFixed MDI scrollbars
2003-04-22  Chris Elliottupdate to make digitalmars compile/link image sample
next