Get/SetTitle only for wxTopLevelWindow (wxMSW part).
[wxWidgets.git] / include / wx / window.h
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-10-10  Vadim Zeitlinadded GetWindowSizeForVirtualSize() virtual hook for...
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-06-20  Vadim Zeitlindefine SetHelpText() to do nothing when wxUSE_HELP...
2005-05-19  Robin DunnNo longer using the reserved pointer
2005-05-09  Robin DunnA slightly modified version of Patch #1197468. Keeps...
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-17  Julian SmartAdded some reserved functions
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-03-17  Vadim Zeitlinremoved just added UnsetVirtualSize(), it's not needed...
2005-03-17  Vadim Zeitlinadded UnsetVirtualSize()
2005-03-02  Włodzimierz SkibaIn MSWUniv wxWindow and wxWindowMSW are different class...
2005-02-12  Robert Roebling Reapplied patch to change the two scrolled window...
2005-02-12  Robert Roebling Added GetPureVitualSize() returning just m_virtualSize.
2005-02-09  Włodzimierz SkibaWorld is more than WXUNIV vs. MSW
2005-01-30  Vadim Zeitlinadded eraseBg argument to RefreshRect() too
2005-01-24  Włodzimierz SkibaNative PalmOS wxControl and wxButton implementation...
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.
next