Fix tab navigation bug with static boxes without enabled children.
[wxWidgets.git] / include / wx / frame.h
2012-11-25  Vadim ZeitlinUse idle time menu updating when using global menu...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2010-05-10  Vadim ZeitlinNo changes, just added comments summarizing the use...
2009-08-06  Vadim ZeitlinDon't overwrite status message when restoring it if...
2009-07-31  Vadim ZeitlinDon't test whether wxTopLevelWindowNative is defined.
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-04-21  Francesco Montorsiimplement tooltips for wxStatusBar panes whose contents...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-28  Vadim Zeitlinremove the recently added MSWFindMenuBarItem() as we...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-07-05  Vadim Zeitlinavoid duplicating wxWindow::HandleCommand() in wxFrame...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-12  Vadim Zeitlincompilation fix for some build configurations (forward...
2007-10-26  Paul Cornettmake access for virtuals match base
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-05-18  Vadim Zeitlinadded virtual wxFrame::FindItemInMenuBar(): overriding...
2007-05-18  Vadim Zeitlinremoved unused statusbar parameter from wxFrameBase...
2007-04-03  Vadim ZeitlinUndid last commit and restored bool argument to wxFrame...
2007-04-02  Vadim Zeitlinremoved second parameter of wxFrame::DoGiveHelp(),...
2006-08-01  Václav Slavíkfixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS
2006-03-22  Włodzimierz SkibawxFrameNameStr was already delivered by #include one...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-05  Włodzimierz SkibaOld API clearly deprecated.
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-11-19  Robin DunnGive SendSizeEvent a generic implementation. It can...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-01  Vadim Zeitlinrelayout frame contents when tool/statusbar is shown...
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-09-01  Chris Elliottmdi menu updates fixed (after SF 1012653)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-14  Robin DunnCall PositionStatusBar from SetStatusBar
2004-04-13  Vadim Zeitlinmoved dialog/frame styles to their own headers; don...
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2003-10-18  Vadim Zeitlinuse #if WXWIN_COMPAT and not #ifdef (patch 826160)
2003-10-07  Vadim Zeitlinrestore status bar text after a menu has been shown
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-12  Julian SmartUse WM_INITMENUPOPUP
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-09  Julian SmartRemoved overloaded DoMenuUpdates function since it...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-03-22  David ElliottInclude wxCocoa specific header
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-07  Václav Slavíkremoved wxTLW cruft now that all ports have it
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-22  Vadim Zeitlinmade wxFrame::SendSizeEvent() public and documented it
2002-05-02  Robin DunnThese methods should be public
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-16  Vadim Zeitlincompilation fix for wxFrame under wxMotif
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-06  David WebsterOS/2 update for wxUniv merge.
2001-07-04  Stefan CsomorwxMac: wxUniversal integration steps
2001-06-27  Julian SmartNow wxFrame derives from wxFrameMSW/GTK in non-wxUniv...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-31  Vadim Zeitlinwe now send iconize events
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-20  David WebsterOS/2 Updates
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-07-28  David Webster*** empty log message ***
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-07  Robert Roebling More work on wxQt integration, configure
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-05-20  Karsten BallüderInitial revision