Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / msw / mdi.cpp
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-25  Vadim Zeitlinremoved warnings about using the deprecated functions...
2003-01-25  Ron LeeUpdate list operators, s/TRUE/true/ etc.
2002-12-06  Vadim Zeitlincorrected a too eager error message (patch 648599)
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2002-08-16  Julian SmartApplied patch [ 594416 ] MDI Previous Child
2002-03-27  Vadim Zeitlincompilation warning fixed
2002-02-17  Vadim Zeitlinfixes for MSWGetCreateWindowFlags signature change
2002-02-10  Václav Slavíkrespect minimal wxTLW size in wxUniv
2002-01-13  Vadim Zeitlinfixed several resource leaks related to MDI menus
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
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 Zeitlinwarning fix
2001-06-16  Vadim Zeitlinapplied patch #428104 (SetSizeHints() for wxMDIChildFrame)
2001-06-16  Vadim Zeitlinapplied patch 433505 (MDI parent activation fix)
2001-06-15  Julian SmartSync'ed show-window flag in MDI child constructor;...
2001-06-14  Julian SmartFixed MDIS_ALLCHILDSTYLES bug (WS_VISIBLE needed to...
2001-06-11  Julian SmartTex2RTF: underscores now only checked for if syntax...
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-04-27  Julian SmartAdded showing the default URL in DisplayContents and...
2001-04-27  George TaskerFixes problem where child window does not appear immedi...
2001-04-27  Vadim Zeitlincompilation fix (sorry)
2001-04-27  Vadim Zeitlintranslate MDI menu items
2001-04-26  Julian SmartFixed Simple Toolbar bug; removed 2 pixel kludge in...
2001-04-22  Vadim Zeitlinfixing mngw32 (cross)compilation
2001-04-05  George TaskerFixes problem where maximized child windows still have...
2001-02-26  Vadim Zeitlinapplied patch 403988 (fixing MDI window menu)
2001-01-30  George TaskerAllow MDI children to have a non-default window style...
2001-01-29  Vadim Zeitlinanother fix for MDI styles
2001-01-29  Vadim Zeitlinfix (?) for MDI children style problems
2000-12-10  Vadim Zeitlinmerged in the small changes from the 2.2 branch
2000-10-10  Vadim Zeitlinfixed MDI accel bug, more tests for it in the sample
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-15  Julian SmartPossible fix for DestroyWindow message in MDI apps...
2000-03-14  Julian SmartFixed crash-on-exit bug due to status bar being deleted...
2000-03-14  Unknown (MT)remove HWND association when DestroyWindow
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-24  Julian SmartFix to MDI to restore 3D border; kludge to OGL Studio...
2000-02-08  Julian SmartAdded ShowFullScreen
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
1999-12-16  Vadim Zeitlinsome more consts here and there
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-30  Julian SmartCompile fixes
1999-11-25  Vadim Zeitlin1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-11-02  Vadim Zeitlincompilation fixes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-27  Patrick AlbertRemoving some level 3 warning
1999-08-12  Julian SmartwxBook additions; added a couple of pixels in menu...
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-16  Vadim Zeitlin1. fixed Maximise() mismatch between wxFrame and wxMDIFrame
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-23  Vadim ZeitlinMDI child maximize bug fixed
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-14  Patrick Albert*** empty log message ***
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-25  Brian MacyCleaned up some warnings
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-05  Julian SmartMSWOnCommand bug fixed
1999-04-03  Vadim ZeitlinwxMenu and wxMenuBar modifications: now works much...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-22  Julian SmartSoem corrections for SetSize changes
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-04  Julian SmartFixed compile error in gtk/dc.cpp (L.88); also menu...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim ZeitlinVZ: I removed (CASTWNDPROC) from ::CallWndProc - it...
1998-08-05  Julian SmartFixed popup menu processing
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-23  Julian SmartMoved Get/SetToolBar down into frame.h/cpp
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-16  Julian SmartCured SetString/GetSelection interaction; incorporated...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-23  Julian SmartCorrected problem with MDI children not refreshing...
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-05-20  Karsten Ballüderadded some wxMSW stuff