Added wxUSE_POCKETPC_UI to distinguish between using
[wxWidgets.git] / src / common / framecmn.cpp
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
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-18  Julian SmartAdded some standard further identifiers to help with...
2003-07-15  Julian SmartAdded call to top-level window OnInternalIdle
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-06-07  Vadim ZeitlinDoGiveHelp() should be defined even if !wxUSE_STATUSBAR
2003-06-01  Julian SmartPass focus window to submenu items too (no reason I...
2003-04-03  Robin DunnFixed menu event propogation to be consistent across...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-07  Václav Slavíkremoved wxTLW cruft now that all ports have it
2002-05-02  Mattia BarbonImplemented wxStatusBar::Push/PopStatusText.
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-02-24  Julian SmartFixed conflicts with Robert's similar fixes; fixed...
2002-02-12  Václav Slavíkfixed menubar attaching: create it first, THEN set...
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-12-08  Vadim Zeitlinfixed bugs with setting the client size when the differ...
2001-11-13  Robert Roebling Applied patch from SF on menu command not blocked
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-31  Vadim Zeitlinwe now send iconize events
2000-10-05  Julian SmartRemoved wxFindFocusDescendant for non-wxMSW platforms.
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-08  Julian SmartMisc. fixes for obscure compilers
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
1999-12-20  Vadim Zeitlin'grey border' bug under MSW fixed
1999-12-15  Vadim Zeitlinmore WXUNUSED() here and there
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-11-16  Vadim ZeitlinwxMSW fixes after wxFrameBase change - seems to work...
1999-11-16  Vadim ZeitlinwxFrameBase class for wxMSW and wxGTK
1999-11-02  Vadim Zeitlincompilation fixes
1999-10-14  Robert Roebling Changed time of sending the wxSizeEvent and assorted...
1999-04-08  Julian SmartChanged the focus-window event handling back
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1998-11-23  Robert Roebling Added install scripts in missing places
1998-07-26  Vadim Zeitlindouble wxMenuItem definition problem fixed
1998-07-24  Julian SmartCorrected some problems
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-24  Vadim Zeitlinsome common code moved from wxWindow/wxFrame into files...
1998-07-23  Vadim Zeitlincommon code of wxFrame class