]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/frame.h
changed/centralized window creation code to allow wxTLW work in wxUniv
[wxWidgets.git] / include / wx / msw / frame.h
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