]> git.saurik.com Git - wxWidgets.git/history - docs/latex/wx/window.tex
added wxWindow::HandleAsNavigationKey() helper for handling (not only) TAB key in...
[wxWidgets.git] / docs / latex / wx / window.tex
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-02-11  Vadim Zeitlindocument that wxTLW::SetSize() is affected by SetSizeHi...
2008-01-26  Vadim Zeitlinfix a typo
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-16  Vadim Zeitlinadd forgotten twindowid.tex and correct LaTeX errors...
2008-01-16  Vadim Zeitlindocumentation for window ids allocation and wxIdManager...
2008-01-12  Vadim Zeitlinbetter documentation for wxWindow::SetSizerAndFit()
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-01  Vadim ZeitlinCentreOnScreen() is in wxTLW, not wxWindow (bug 1861670)
2007-12-20  Vadim Zeitlindocument HideWithEffect() too
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-20  Vadim Zeitlinadded wxWindow::GetPrev/NextSibling()
2007-11-03  Vadim Zeitlinadded wxWindow::AlwaysShowScrollbars() and its wxMac...
2007-10-22  Vadim Zeitlinadded wxBG_STYLE_TRANSPARENT and implemented it for...
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Robert RoeblingAlways make wxWindow::SetFocus() focus the window,...
2007-08-18  Julian SmartAdded documentation for wxNavigationKeyEvent
2007-08-14  Julian SmartAdded documentation for wxBORDER_THEME
2007-08-05  Julian SmartUpdated border style names
2007-07-28  Vadim Zeitlinadded the mention of library in which each class is...
2007-06-21  Paul Cornettfix typo
2007-06-21  Vadim Zeitlindocument that wx[HV]SCROLL don't work with native contr...
2007-04-22  Vadim Zeitlinadded HasExtraStyle()
2007-04-22  Vadim Zeitlinupdated SetFont() documentation: it returns bool, not...
2007-04-10  Robert Roebling Document wxWindow::Navigate() instead of generation
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
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.
next