2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
blob | commitdiff | raw |
2009-01-28 |
Vadim Zeitlin | remove the recently added MSWFindMenuBarItem() as we... |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames... |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Vadim Zeitlin | use a virtual function instead of wxDynamicCast(wxMDIPa... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Vadim Zeitlin | add PostSizeEvent() and use it in wxMSW status bar... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Vadim Zeitlin | move SendSizeEvent() down to wxWindow from wxFrame... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Vadim Zeitlin | remove code for drawing icon of minimized window manual... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Paul Cornett | correct access for virtuals |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Vadim Zeitlin | extracted wxFrame::MSWTranslateMessage() implementation... |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Włodzimierz Skiba | Resize all top level windows when SIP changes visibility. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | moved wxWindow::m_hMenu to wxFrame, it is not needed... |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Vadim Zeitlin | don't show the status bar after restoring normal view... |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Włodzimierz Skiba | Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord... |
blob | commitdiff | raw | diff to current |
2004-05-28 |
Robin Dunn | GetClientAreaOrigin should be public |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Julian Smart | WinCE Standard SDK improvements including adding close... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Julian Smart | Added WCE toolbar |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Julian Smart | Use WM_INITMENUPOPUP |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | added wxTB_HORZ_TEXT (patch 713813); documented it... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Vadim Zeitlin | made wxFrame::SendSizeEvent() public and documented it |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | moved OnActivate() logic from wxFrame to wxDialog ... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Vadim Zeitlin | added EVT_MENU_OPEN and EVT_MENU_CLOSE events |
blob | commitdiff | raw | diff to current |
2001-11-14 |
Vadim Zeitlin | fixed wxFrame::IconizeChildFrames() bug which would... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Václav Slavík | we no longer need wxFrameNative |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Václav Slavík | decouple wxTLW,Frame::ShowFullScreen in wxMSW |
blob | commitdiff | raw | diff to current |
2001-10-07 |
Vadim Zeitlin | changed/centralized window creation code to allow wxTLW... |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added wxTLW for MSW |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Vadim Zeitlin | fixes for Raise() to work correctly with both top level... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Vadim Zeitlin | simplified RTTI chain: wxFrame base class is now direct... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-27 |
Václav Slavík | yet another attempt to fix LastFocus bug in wxFrame |
blob | commitdiff | raw | diff to current |
2001-05-23 |
Václav Slavík | fixed bug in wxFrame::OnActivate |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Vadim Zeitlin | correct fix for Maximize() for hidden frames |
blob | commitdiff | raw | diff to current |
2001-03-31 |
George Tasker | SendSizeEvent() method moved from wxWindow to wxFrame... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Václav Slavík | added wxFrame::IsMDIChild() (msw only, protected) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Julian Smart | Added ShowFullScreen |
blob | commitdiff | raw | diff to current |
1999-12-01 |
Vadim Zeitlin | 1. wxMotif::wxFrame derives from wxFrameBase now |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Vadim Zeitlin | wxFrameBase class for wxMSW and wxGTK |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Robert Roebling | Added IsTopLevel() as a virtual function. |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | 1. more drag and drop and clipboard changes: |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Vadim Zeitlin | 1. Implemented support for different icons for differen... |
blob | commitdiff | raw | diff to current |
1999-09-13 |
Unknown (MT) | Add detachmenu |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | Couple more Unicode fixes. |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Vadim Zeitlin | 1. some more of "#if wxUSE_XXX" here and there |
blob | commitdiff | raw | diff to current |
1999-06-08 |
Robin Dunn | Added wxFrame::MakeModal for MSW, (it's already there... |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Robin Dunn | fixed error about wxFrame::Command not returning a... |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Vadim Zeitlin | 1. MSW message handling simplifications |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Vadim Zeitlin | wxWindow split (MSW part of changes) |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Ove Kaaven | Some Unicode changes. |
blob | commitdiff | raw | diff to current |
1999-04-07 |
Julian Smart | Menu/toolbar event handling now tries the window with... |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Julian Smart | DoSetClientSize omissions fixed; some doc fixes |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
blob | commitdiff | raw | diff to current |
1999-02-16 |
Julian Smart | Some doc corrections; removed wxDocument arg from wxVie... |
blob | commitdiff | raw | diff to current |
1999-02-14 |
Vadim Zeitlin | made wxToolTip::Enable() and SetDelay() static (as... |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Vadim Zeitlin | wxToolTip for MSW implementation (it has several proble... |
blob | commitdiff | raw | diff to current |
1998-12-28 |
Julian Smart | Changes for 16-bit BC++ (not there yet), GnuWin32;... |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Julian Smart | Just a teeny change -- addition of wxFrame::IsMaximized... |
blob | commitdiff | raw | diff to current |
1998-12-13 |
Vadim Zeitlin | only one of SetSize()s, SetClientSize()s, GetPosition... |
blob | commitdiff | raw | diff to current |
1998-11-28 |
Vadim Zeitlin | added wxTB_FLAT to default style in wxFrame::CreateTool... |
blob | commitdiff | raw | diff to current |
1998-11-28 |
Julian Smart | wxSize/wxPoint/wxRect versions of functions added to... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
Julian Smart | Minor changes |
blob | commitdiff | raw | diff to current |
1998-10-02 |
Robin Dunn | Added wxFrame::SetStatusBar for wxPython |
blob | commitdiff | raw | diff to current |
1998-08-13 |
Julian Smart | Attempting to check in this wretched cursor again.... |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Julian Smart | Fixed various wxMSW compile problems that came down... |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Vadim Zeitlin | improved handling of frames with parent: now they have... |
blob | commitdiff | raw | diff to current |
1998-07-31 |
Julian Smart | Added wxAcceleratorTable, wxFrame::SetAcceleratorTable... |
blob | commitdiff | raw | diff to current |
1998-07-27 |
Julian Smart | wxToolBar API changes; now frames manage their toolbar... |
blob | commitdiff | raw | diff to current |
1998-07-23 |
Julian Smart | Moved Get/SetToolBar down into frame.h/cpp |
blob | commitdiff | raw | diff to current |
1998-07-22 |
Julian Smart | Added wxString version of wxStripExtension; changed... |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Julian Smart | Fixed const problems in status bar code, changed panelg... |
blob | commitdiff | raw | diff to current |
1998-07-07 |
Julian Smart | Various bug fixes, cosmetic changes |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
blob | commitdiff | raw | diff to current |
|