Warning fixes for MinGW.
[wxWidgets.git] / include / wx / window.h
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2005-01-21  Włodzimierz SkibaReenable wxPalmOS status bar after recent changes....
2005-01-07  Vadim Zeitlinmade FindWindow() member functions const (this makes...
2005-01-07  Vadim Zeitlinmoved HasTransparentBackground() from wxUniv to common...
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-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-10-08  Václav Slavíkpropagate invalidated best size upstream
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-11  Vadim Zeitlinadded As/DissociateHandle() and implemented it for...
2004-09-11  Stefan Csomorsupport for sys-opted window variant
2004-09-04  Włodzimierz SkibaSpelling fixes [#1017001], source cleaning.
2004-08-29  Julian SmartFirst step in background erase optimization
2004-07-26  Julian SmartStub out SetToolTip to avoid massive ifdefing when...
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-07-01  Vadim Zeitlinadded and documented wxWindow::MoveBefore/AfterInTabOrder()
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-30  Václav Slavíkdecoupled attributes inheritance and m_hasXXX flags
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-23  Václav Slavíkremoved non-const wxWindow::GetFont and GetCursor
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-16  Robin DunnAdd SetMinSize and SetMaxSize to go along with the...
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Julian SmartWith wxTE_PROCESS_TAB, tabs are now inserted in the...
2004-06-09  Václav Slavíkremoved unneeded prototype
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
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):
next