fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / toplvcmn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-08-30  Vadim ZeitlinDon't lay out the window being destroyed unnecessarily.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2010-01-18  Vadim ZeitlinCorrect test for parent being on screen in wxTLW::DoCen...
2009-09-21  Stefan Csomoron iPhone default is to cover entire screen
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-05-27  Robert RoeblingUse wxWindowRef to hold pointer to default button
2008-05-17  Vadim Zeitlinfix window rectangle computation in Centre(wxCENTER_ON_...
2008-03-04  Vadim Zeitlinremove duplicate end iterator declaration from Destroy()
2008-02-27  Vadim Zeitlindon't hide the TLW being deleted unless there any other...
2007-07-27  Vadim Zeitlindestroy TLW children pending for deletion from ~wxTLW...
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-05-03  Vadim Zeitlinremoved unneeded duplication of DoSetSizeHints() in...
2007-04-22  Vadim Zeitlinreally ensure that the window being centered is fully...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-06  Vadim Zeitlinhandle child destruction notifications in wxTLW itself...
2007-03-20  Vadim Zeitlindon't offset the window being centered more than strict...
2006-12-04  Vadim Zeitlinremoved wxGTK-specific 2 pixel border around the window...
2006-11-23  Vadim Zeitlinlimit TLW size to display size in wxSizer::Fit() instea...
2006-10-30  Robert Roebling Moved overridden SetMinSize() to base class.
2006-10-29  Vadim Zeitlinavoid infinite recursion by not using GetMaxWidth/Heigh...
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-09  Paul Cornettdon't set negative window size
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
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)