removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / include / wx / window.h
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-03-30  Vadim Zeitlindefine wxHAS_NATIVE_TAB_TRAVERSAL in wx/features.h...
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-01-22  Václav SlavíkwxDFB: fix rendering artefacts when scrolling wxScrolle...
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 DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Robert Roebling Removed GetAdjustedBestSize().
2006-10-30  Robert Roebling Make SetMinSize() and SetMaxSize() virtual so they
2006-10-29  Vadim Zeitlinreturn the results of GetMin/MaxSize() from GetMin...
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-09-23  Václav Slavíkadded comment clarifying the meaning of DoMoveWindow...
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-13  Robert Roebling Add GetScrollHelper() to wxWindow.
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Make IsExposed virtual.
2006-09-10  Václav Slavíkadded wxWindow::IsVisible() method
2006-09-04  Włodzimierz SkibaBuild fix.
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-21  Robin DunnMove CanSetTransparent and SetTransparent up to wxWindo...
2006-07-31  Václav Slavíkdon't pass window argument to NotifyCaptureLost, it...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-28  Vadim Zeitlinadded HasMultiplePages()
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-16  Vadim Zeitlinunset the button as temporary default item when it...
2006-06-11  Vadim Zeitlinmade it possible to associate context help to a region...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-14  Vadim Zeitlinwe don't need reserved virtual functions on HEAD
2006-03-14  Vadim Zeitlinadded GetScreenPosition/Rect() which always return...
2006-02-10  Vadim Zeitlinfixed centering of top level windows on secondary displ...
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-10  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxX11 part...
2005-11-08  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxCocoa part).
2005-11-07  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMac part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxOS2 part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMGL part).
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMotif part).
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
next