Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them...
[wxWidgets.git] / include / wx / frame.h
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