removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / msw / mdi.cpp
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