removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / include / wx / msw / frame.h
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2006-05-07  Paul Cornettcorrect access for virtuals
2006-01-23  Vadim Zeitlinextracted wxFrame::MSWTranslateMessage() implementation...
2005-11-13  Włodzimierz SkibaResize all top level windows when SIP changes visibility.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2004-12-19  Vadim Zeitlinmoved wxWindow::m_hMenu to wxFrame, it is not needed...
2004-11-23  Vadim Zeitlindon't show the status bar after restoring normal view...
2004-08-25  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-05-28  Robin DunnGetClientAreaOrigin should be public
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
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-07-18  Julian SmartAdded WCE toolbar
2003-07-12  Julian SmartUse WM_INITMENUPOPUP
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-08-22  Vadim Zeitlinmade wxFrame::SendSizeEvent() public and documented it
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-02-23  Vadim Zeitlinadded EVT_MENU_OPEN and EVT_MENU_CLOSE events
2001-11-14  Vadim Zeitlinfixed wxFrame::IconizeChildFrames() bug which would...
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-08-20  Vadim Zeitlinfixes for Raise() to work correctly with both top level...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-27  Václav Slavíkyet another attempt to fix LastFocus bug in wxFrame
2001-05-23  Václav Slavíkfixed bug in wxFrame::OnActivate
2001-05-08  Vadim Zeitlincorrect fix for Maximize() for hidden frames
2001-03-31  George TaskerSendSizeEvent() method moved from wxWindow to wxFrame...
2000-11-25  Václav Slavíkadded wxFrame::IsMDIChild() (msw only, protected)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-08  Julian SmartAdded ShowFullScreen
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-05  Robert Roebling Added IsTopLevel() as a virtual function.
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-13  Unknown (MT)Add detachmenu
1999-06-14  Ove KaavenCouple more Unicode fixes.
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  Robin Dunnfixed error about wxFrame::Command not returning a...
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.
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-02-26  Julian SmartDoSetClientSize omissions fixed; some doc fixes
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-14  Vadim Zeitlinmade wxToolTip::Enable() and SetDelay() static (as...
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-01-31  Vadim ZeitlinwxToolTip for MSW implementation (it has several proble...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-17  Julian SmartJust a teeny change -- addition of wxFrame::IsMaximized...
1998-12-13  Vadim Zeitlinonly one of SetSize()s, SetClientSize()s, GetPosition...
1998-11-28  Vadim Zeitlinadded wxTB_FLAT to default style in wxFrame::CreateTool...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-08  Julian SmartMinor changes
1998-10-02  Robin DunnAdded wxFrame::SetStatusBar for wxPython
1998-08-13  Julian SmartAttempting to check in this wretched cursor again....
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim Zeitlinimproved handling of frames with parent: now they have...
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-22  Julian SmartAdded wxString version of wxStripExtension; changed...
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-05-20  Karsten Ballüderadded some wxMSW stuff