File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / toplvcmn.cpp
2006-05-04  Vadim Zeitlinonly take into account visible children in DoLayout()
2006-04-27  Włodzimierz SkibawxTLW::IsAlwaysMaximized() introduction.
2006-04-07  Vadim Zeitlinadded wxTLW::ShouldPreventAppExit() which can be overri...
2006-03-23  Włodzimierz SkibaCentering maximized wxTLWs on screen should do nothing.
2006-03-17  Vadim Zeitlindon't put the window off screen when centering it ...
2006-03-14  Vadim Zeitlinfixed centering of a TLW on a non-TLW parent
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2006-02-10  Vadim Zeitlinfixed centering of top level windows on secondary displ...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-14  Vadim Zeitlinrenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
2004-11-22  David ElliottFix centering of top-level children of wxMDIParentFrame...
2004-10-01  Vadim Zeitlinextracted OnSize() body in a new DoLayout() method...
2004-09-23  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-08  Włodzimierz SkibaWarning fix.
2004-09-08  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-04  Vadim Zeitlinadded wxTLWBase::GetDefaultSize() to avoid creating...
2004-03-25  David ElliottMove m_isShown = false; into base class constructor
2004-02-22  Robert Roebling Don't hide the last TLW immediately as this
2003-09-16  Vadim Zeitlinreverted the delete/Destroy() change in DestroyChildren()
2003-09-15  Vadim Zeitlinremove us from the parents children list in Destroy()
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
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-08-17  Robert Roebling %s to %ls conversion
2002-08-16  Vadim Zeitlinfix for the bug introduced by the last commit: don...
2002-08-15  Vadim Zeitlinadded missing header to fix wxGTK compilation
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-03-09  Ron LeeAdded GetMaxSize virtual method for use by sizers.
2002-02-26  Julian SmartWindow management and sizer layout corrections
2002-02-10  David WebsterRemoving OS/2 specific positioning methods, no longer...
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 WebsterOS/2 fix to support removal of WXPM ifdefs in header.
2002-01-07  David WebsterSome things needed in the base class of OS/2
2001-09-30  Václav Slavíkimplemented wxTLW::InteractiveMove and mostly finished...
2001-09-25  Vadim Zeitlincompilation fix for other (than GTK/MSW) ports
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)