Get/SetTitle only for wxTopLevelWindow (wxMSW part).
[wxWidgets.git] / include / wx / toplevel.h
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-26  Robert Roebling Revert Ron's removal of the reserved functions.
2005-06-24  Ron LeePut a humane end to the pathetic flailing over whether...
2005-04-17  Julian SmartAdded some reserved functions
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-02  Julian SmartNo resize border on WinCE by default
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-19  Vadim Zeitlinmoved ProvidesBackground() from wxUniv to base wxWindow...
2004-11-22  David ElliottFix centering of top-level children of wxMDIParentFrame...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-01  Vadim Zeitlinextracted OnSize() body in a new DoLayout() method...
2004-09-29  Włodzimierz SkibaHardware defines spec.
2004-09-26  Vadim Zeitlinrenamed HasFocus() to IsActive() to avoid confusion...
2004-09-26  Robert Roebling Added wxTopLevelWindow::HasFocus() as discussed.
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-07  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-27  Julian SmartFixes for Standard WinCE SDK
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-27  Julian SmartSmartPhone windows are always maximized: Patch 942118
2004-04-13  Vadim Zeitlinmoved dialog/frame styles to their own headers; don...
2004-04-04  Vadim Zeitlinadded wxTLWBase::GetDefaultSize() to avoid creating...
2004-03-13  Robin DunnI keep running into situations where the old small...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-22  David ElliottInclude wxCocoa specific header
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-01-06  Mattia Barbon Implemented wxToplevelWindowMotif.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-16  Vadim Zeitlinfix for the bug introduced by the last commit: don...
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-09  Ron LeeAdded GetMaxSize virtual method for use by sizers.
2002-02-10  David WebsterRemoving OS/2 specific positioning methods, no longer...
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2002-02-04  David WebsterOS/2 scrolling support
2002-01-08  Václav Slavíkmoved InteractiveMove to wxUniv's wxTopLevelWindow
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2002-01-07  David WebsterRemoval of WXPM ifdefs.
2002-01-07  David WebsterSome needed OS/2 things in the base class for OS/2...
2001-12-08  Vadim Zeitlinfixed bugs with setting the client size when the differ...
2001-09-30  Václav Slavíkimplemented wxTLW::InteractiveMove and mostly finished...
2001-09-30  Stefan Csomormac added
2001-09-26  Václav Slavíkoops, forgot do add fullscreen stuff to wxTLWBase
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-22  Václav SlavíkwxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG
2001-09-17  Gilles Depeyrotadded missing destructor for Darwin/Mac OS X (wxGtk...
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-08-05  Vadim Zeitlinadded empty and unused wxTLW - to be used later