]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx/window.tex
added GetTextExtent() overload returning wxSize (patch 1631508)
[wxWidgets.git] / docs / latex / wx / window.tex
2007-03-10  Vadim Zeitlinadded GetTextExtent() overload returning wxSize (patch...
2007-02-11  Vadim Zeitlinmiscellaneous minor corrections (patch 1652327)
2007-02-11  Vadim ZeitlinwxTopLevelWindow::GetClientSize() returns 0x0 when...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-01  Vadim Zeitlindocument Next/PrevControlId
2006-12-04  Vadim Zeitlinadded documentation of return value of ToggleWindowStyle()
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-11-25  Vadim Zeitlinadded wxWindow::GetWindowBorderSize()
2006-10-11  Robin DunnAdd wxOverlay
2006-10-31  Robert Roebling Return SetSizeHints() in wxWindow to its former
2006-10-31  Robin DunnAdd a topc overview about window sizing
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Robert Roebling Mark GetMinSize() as virtual and explain why.
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-10-23  Robert Roebling Mention that GTK now supports wxALWAYS_SHOW_SB.
2006-10-16  Robert Roebling Made wxWindow::Update() a little clearer.
2006-10-10  Julian SmartAdded some missing newlines to ends of files (necessary...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-14  Václav Slavíkrenamed wxWindow::IsVisible() to IsShownOnScreen()...
2006-09-13  Vadim Zeitlinadded wxWindow::IsFrozen() (only existed in wxMSW and...
2006-09-10  Václav Slavíkadded wxWindow::IsVisible() method
2006-08-06  Vadim Zeitlinunified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-28  Vadim Zeitlinadded HasMultiplePages()
2006-06-18  Vadim Zeitlinfixed incorrect reference to wxhelpeventorigin
2006-06-11  Vadim Zeitlinmade it possible to associate context help to a region...
2006-06-05  Vadim ZeitlinReparent() is available under Mac as well (bug 1500782)
2006-05-28  Vadim Zeitlinspelling fixes (patch 1495562)
2006-03-14  Vadim Zeitlinadded GetScreenPosition/Rect() which always return...
2006-03-07  Vadim Zeitlinadded a tiny class to call Freeze/Thaw in ctor/dtor
2006-02-13  Vadim Zeitlinminor docs corrections and improvements from Andreas...
2006-02-11  Vadim Zeitlinnote that SetAutoLayout() doesn't work for all windows
2006-02-09  Vadim Zeitlinimplemented ScrollLines/Pages() for all classes in...
2006-01-22  Mart RaudseppAdd a "see also" note for wxScrollWinEvent for wxWindow...
2006-01-12  Kevin HockChange reference from GetForce to CanVeto
2006-01-02  Vadim Zeitlindocument that font set with SetFont() is not automatica...
2005-11-30  Vadim Zeitlincorrected GetChildren() docs
2005-11-21  Vadim Zeitlindocumented HasFlag()
2005-11-16  Włodzimierz SkibaFinally removes occurences of OnMenuCommand and closes...
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
next