removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / include / wx / window.h
2004-05-07  Robin DunnSetInitialBestSize changes for wxMac
2004-05-03  Vadim Zeitlinmoved SetBestSize() to .cpp file; set min size from it
2004-04-17  Robin DunnMake InheritAttributes and ShouldInheritColours public...
2004-04-14  Robin DunnKeep track of the initial size that the window was...
2004-04-13  Vadim Zeitlinremoved m_bestSize
2004-04-08  Vadim Zeitlin1. moved InheritAttributes() from wxControl to wxWindow
2004-04-07  Robin DunnAdded some convenience inlines
2004-04-03  David ElliottMake DoGetBestSize cache the value of GetSize() the...
2004-04-01  Vadim Zeitlinadded Get(Class)DefaultAttributes()
2004-03-27  Stefan Csomormake things simpler, no default variant
2004-03-13  Robin DunnFixed comment
2004-03-13  Robin DunnI keep running into situations where the old small...
2004-03-10  Robin Dunndoc fix
2004-03-07  Stefan CsomorSetWindowVariant implemented
2004-03-05  Robin DunnUpdated comment
2004-03-05  Robin DunnChanged WidthDefault() and HeightDefault() to use 400...
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-04  Robin DunnAdded CanApplyParentThemeBackground and use it in wxMSW's
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2003-10-31  Vadim Zeitlinremoved InitBase()
2003-10-22  Vadim Zeitlinadded default value (0) for flags argument of AdjustFor...
2003-10-17  Stefan Csomorremoving RTTI classinfo #define redirections, not neede...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-09-22  Vadim Zeitlinremoved some TABs
2003-08-19  Stefan CsomorRTTI extensions
2003-08-18  Stefan Csomorrtti api mods added
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Václav Slavíkhave TryValidator even if wxUSE_VALIDATORS=1, so that...
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-28  Stefan CsomorAdded Setter for Position (consistency)
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-28  Stefan Csomoreven more defines for rerouting the xti information...
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-10  Vadim Zeitlinlinking fixes and code cleanup after hotkey patch
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-06  Vadim Zeitlinadded GetBorder(flags)
2003-06-26  Vadim Zeitlingot rid of wxEvtHandler::m_isWindow, use virtual functi...
2003-05-19  Julian SmartCorrected some wxAccessible mistakes
2003-03-31  Julian SmartMore deprecated code updates
2003-03-22  David ElliottInclude wxCocoa specific header
2003-03-21  David ElliottAllow headers to be compiled in Objective-C++ mode
2003-02-28  Julian SmartAdded display sample to distrib file lists
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-02-16  Julian SmartAdded accessibility headers
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
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-07-08  Robert Roebling Return to 20x20 default size.
2002-07-06  Robert Roebling You can crash GTK with scrolled windows being
2002-05-26  Vadim Zeitlinattempts to make GetBestSize() work using constraints...
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-04-21  Vadim Zeitlinadded and documented wxWindow::SetFocusFromKbd
2002-04-20  Vadim Zeitlinadded wxGetTopLevelParent()
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-03-10  Ron Leeadded optional parameter to SetSizer, to allow replacin...
2002-03-09  Ron LeeAdded GetMaxSize virtual method for use by sizers.
2002-02-24  Václav Slavíkmade AdjustForParentClientOrigin const
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-17  Vadim Zeitlinbetter handling for the style changing during run-time
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
2002-02-14  Vadim Zeitlin#if wxUSE_PALETTE, not #ifdef
2002-02-12  Julian SmartRemoved some debug code from window headers; added...
2002-02-10  Václav Slavíkrespect minimal wxTLW size in wxUniv
2002-02-10  David WebsterRemoving OS/2 specific positioning methods, no longer...
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...
2002-02-04  David WebsterOS/2 scrolling support
2002-01-25  Vadim Zeitlinadded and documented wxWindow::RemoveEventHandler()
2002-01-19  Vadim Zeitlincompilation/linking fixes for DoCaptureMouse() change
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2001-12-08  Vadim Zeitlinfixes for handling WM_SYSCOLORCHANGE - now seems to...
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-08-25  Vadim Zeitlinapplied patch 446836: removed qt headers
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-04  Václav Slavíkreverted my Set/getTitle change
2001-08-02  Václav SlavíkSet/GetTitle out of wxWindowBase, forked and put to...
2001-07-31  Václav SlavíkwxWindowBase remembers title/label now
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-29  Vadim Zeitlinadded ScrollLines/Pages
2001-07-28  Václav SlavíkwxMGL compilation fixes
2001-07-26  Vadim Zeitlinadded wxWindow::Freeze/Thaw(), implemented them for...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-06  David WebsterOS/2 update for wxUniv merge.
2001-07-04  Stefan CsomorwxMac: wxUniversal integration steps
2001-07-02  Vadim Zeitlincrash in wxAppBase::SetActive fixed
2001-06-29  Vadim Zeitlindefine wxWindowNative for wxUniv compilation
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-26  Vadim Zeitlinapplied patch 417699 (remove WXDLLEXPORT from inline...
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-02  Vadim Zeitlinadded CentreOnScreen(), updated the docs to clear this...
2000-01-29  Václav Slavíkbugfix: added wxWindowBase::OnMiddleClick declaration
next