removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / msw / frame.cpp
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-11-30  Julian SmartNow allow SetMenuBar to be called several times.
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
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-11-02  Vadim Zeitlin1. wxMenu changes: wxMenuBase appears, several new...
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  David Webster*** empty log message ***
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-30  Unknown (MT)only set parent frame ontop when the current frame...
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-13  Unknown (MT)Add detachmenu
1999-09-02  Julian SmartSetMenuBar potential memory leak fixed; added wxTAB_TRA...
1999-07-28  Vadim Zeitlin1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN...
1999-07-23  Vadim Zeitlin1. frames respect update region (Tom Surace patch)
1999-07-11  Vadim Zeitlin1. wxFrame doesn't show incorrect hints in the status...
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-13  Vadim Zeitlin1. some more of "#if wxUSE_XXX" here and there
1999-06-08  Robin DunnAdded wxFrame::MakeModal for MSW, (it's already there...
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-05-06  Julian SmartSome doc corrections; various small fixes for Cygwin...
1999-05-05  Julian SmartwxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
1999-04-08  Julian SmartChanged the focus-window event handling back
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-06  Julian SmartFixed OnMenuHighlight, wxPrintData problems
1999-04-05  Julian SmartMSWOnCommand bug fixed
1999-04-03  Vadim ZeitlinwxMenu and wxMenuBar modifications: now works much...
1999-02-23  Vadim Zeitlinmenu help string fix
1999-02-22  Julian SmartSoem corrections for SetSize changes
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-05  Julian SmartChanged GetForce -> !CanVeto
1999-02-01  Vadim Zeitlinmore wxToolTip changes
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-08  Unknown (UG)WXDLLEXPORT added to wxPendingList
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-17  Julian SmartJust a teeny change -- addition of wxFrame::IsMaximized...
1998-12-15  Julian SmartCured radiobutton non-setting by using BS_AUTORADIOBUTT...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-11-08  Julian SmartMinor changes
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-14  Vadim Zeitlina small GUI glitch corrected (if a frame with child...
1998-08-13  Julian SmartFixed compile bug in dropsrc.cpp (constr. arg); GnuWin3...
1998-08-07  Vadim Zeitlinimproved handling of frames with parent: now they have...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
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-24  Julian SmartRemoved duplicate code
1998-07-23  Julian SmartMoved Get/SetToolBar down into frame.h/cpp
1998-07-22  Julian SmartAdded wxString version of wxStripExtension; changed...
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-12  Vadim ZeitlinwxFrame::OnSize() slightly optimized (the behaviour...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-05-20  Karsten Ballüderadded some wxMSW stuff