Get/SetTitle only for wxTopLevelWindow.
[wxWidgets.git] / docs / latex / wx / window.tex
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow.
2005-10-25  Mart RaudseppAlphabetize wxWindow members list
2005-10-12  Vadim Zeitlinclarified ScrollWindow() docs
2005-08-31  Vadim ZeitlinRaise() and Lower() work for any windows
2005-08-11  Vadim Zeitlinadded wxSIZE_FORCE flag for SetSize()
2005-07-03  Mart RaudseppNo default args in headers for SetSizeHints minimal...
2005-06-23  Julian SmartClarified wx[NO_]FULL_REPAINT_ON_RESIZE docs
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-03-27  Vadim Zeitlinmade Update() recursive under wxGTK2 (doesn't work...
2005-03-26  Vadim Zeitlinchanged wxWindow::Refresh() to refresh the window child...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-02-22  Włodzimierz SkibaLicence name correction.
2005-02-22  Włodzimierz SkibaMore connections between wxWindow and wxRadioBox.
2005-02-14  Włodzimierz SkibaInversed slider and wrapper for datepicker control...
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-06  Ryan NortonDoc fixes N-Z edition. Thanks to Arnout for pointing...
2005-01-30  Vadim Zeitlinadded eraseBg argument to RefreshRect() too
2005-01-10  Włodzimierz SkibaBug 1099143 and more occurences of the same set vs...
2005-01-07  Vadim Zeitlinmade FindWindow() member functions const (this makes...
2005-01-07  Vadim Zeitlinmoved HasTransparentBackground() from wxUniv to common...
2004-12-11  Robert Roebling Whole bunch of minor doc updates from an external...
2004-12-11  Robert Roebling Add SetFocusIgnoringChildren() to wxControlContainer...
2004-12-06  Włodzimierz SkibaFurther decorations in changes chapter. Missed methods...
2004-12-05  Kevin HockUpdating wording in Freeze to more accurately describe...
2004-12-01  Włodzimierz SkibaMissing wxWindow member, manual decorations to pure...
2004-11-16  Julian SmartDoc tweaks
2004-10-22  Kevin Hock*** empty log message ***
2004-10-14  Julian SmartDoc tweaks
2004-09-21  Włodzimierz SkibaMissed labels to replace number of 'topicNNN' in anchors.
2004-09-14  George TaskerGrammtical correction in commented out documentation...
2004-09-13  Vadim Zeitlinreplaced wxControl with wxWindow in 2 methods
2004-08-29  Julian SmartFirst step in background erase optimization
2004-07-12  Václav Slavíkdocumented wxWindow::GetFont change
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-24  Robin Dunn* Implemented BestSize cache
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Václav Slavíknew logic applies to SetFont(wxNullFont), too
2004-06-17  Robin DunnUpdated docs for Set[Fore|Back]groundColour with more...
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Julian SmartWith wxTE_PROCESS_TAB, tabs are now inserted in the...
2004-06-13  Julian SmartCorrected return type of SetBackgroundColour
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-04  Julian SmartName change replacements
2004-04-08  Vadim Zeitlin1. moved InheritAttributes() from wxControl to wxWindow
2004-04-07  Robin DunnAdded some convenience inlines
2004-04-01  Václav Slavíksyntax fixes
2004-04-01  Vadim Zeitlinadded Get(Class)DefaultAttributes()
2004-03-30  Vadim Zeitlindocumented Set/GetWindowVariant()
2004-03-23  Julian SmartMisc doc fixes
2004-03-02  Vadim ZeitlinwxWindow::Freeze()/Thaw() can now be nested
2004-02-22  Julian SmartDoc corrections
2004-02-21  Julian SmartSome doc spacing fixes; removed references to
2004-02-04  Robin DunnUpdated note about wxWANTS_CHARS
2004-01-26  Václav Slavíkfixed syntax errors
2004-01-19  Julian SmartSome doc corrections
2004-01-12  Julian SmartAdded some constants. wxRAISED_BORDER not GTK+-only.
2004-01-11  Julian SmartAdded missing description for wxNO_BORDER
2003-10-27  Vadim Zeitlinremoved virtual from functions which are not; expanded...
2003-10-05  Vadim Zeitlinremoved extra virtual
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-16  Vadim Zeitlinmention that Add/RemoveChild() are internal
2003-08-30  Vadim Zeitlinfixed return value of Disable() (bug 795630)
2003-08-15  Julian SmartMisc. corrections
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-09  Julian SmartFixed missing bracket
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlinadded support for wxALWAYS_SHOW_SB (finally closes...
2003-07-06  Vadim Zeitlindocumented Fit() brokenness if sizers are not used
2003-07-03  Vadim Zeitlinfixed a typo in IsExposed, put SetValidator in correct...
2003-05-30  Vadim Zeitlinadded {Line/Page}{Up/Down}
2003-05-06  Julian SmartDoc clarifications
2003-04-16  Julian SmartAdded wxAccessible documentation
2003-03-31  Julian SmartRemoved old classes and functions
2003-02-13  Vadim Zeitlinsay that WarpPointer() is not supported under Mac
2003-01-18  Václav SlavíkTRUE/FALSE -> true/false in documentation
2003-01-17  Vadim Zeitlintried to make Close() docs more clear
2002-12-16  Julian SmartApplied patch [ 654023 ] Enables HtmlHelp (native)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-03  Mattia BarbonSmall clarification in ::wxShowTip docs.
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-06-13  Vadim Zeitlinfixes to the sizers behaviour necessary to make the...
2002-06-13  Vadim Zeitlinfixed buglet in wxWindow::GetPosition docs
2002-06-07  Vadim Zeitlinapplied typos and spelling error fixes patch from Olly...
2002-05-31  Robert Roebling Doc tweaks for FindWindowByXX
2002-05-25  Vadim Zeitlinnew wxWindow::FindWindowByXXX() methods replacing the...
2002-05-09  Vadim Zeitlinfixed return value of Enable() and Disable()
2002-05-05  Mattia BarbonDocumentation for wxClipboard::Flush
2002-05-05  Vadim Zeitlinfixed LaTeX compilation problems (part of patch 551210)
2002-04-21  Vadim Zeitlinadded and documented wxWindow::SetFocusFromKbd
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-12  Julian SmartImplemented wxMouseCaptureChangedEvent and made wxGener...
2002-04-08  Julian SmartRemoved a lot of redundant references to wxWindow:...
2002-03-10  Ron Leeadded optional parameter to SetSizer, to allow replacin...
2002-02-28  Ron LeeTypo fix for GetSizer.
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
next