move default OnInternalIdle processing to wxWindowBase
[wxWidgets.git] / include / wx / window.h
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2010-09-30  Vadim ZeitlinAdd default value for GetPopupMenuSelectionFromUser...
2010-07-11  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() for all ports.
2010-05-09  Vadim ZeitlinAdd wxWindow::ProcessWindowEventLocally() and use it...
2010-01-24  Václav SlavíkFixed dialog units <-> pixels conversion.
2010-01-19  Václav SlavíkMake ConvertPixelsToDialog() and ConvertDialogToPixels...
2009-12-08  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() in the trivial...
2009-12-03  Paul Cornettmake access for virtuals match base
2009-11-05  Vadim ZeitlinNo real changes, just correct "synonim" typo in comments.
2009-10-05  Vadim ZeitlinRefactor initialization code in wxTopLevelWindowMSW...
2009-10-05  Vadim ZeitlinAdded wxSHOW_EFFECT_NONE.
2009-09-22  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() in wxUniv.
2009-08-10  Vadim ZeitlinMade wxWindow::HasScrollbar() do what it says.
2009-07-21  Vadim ZeitlinSupport delayed destruction in console applications...
2009-06-22  Vadim ZeitlinAdded DoGetClientBestSize() and use it for a couple...
2009-06-16  Vadim Zeitlinintroduce wxBG_STYLE_{ERASE,PAINT} and implement their...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-05-23  Vadim Zeitlinmake wxWindow::SetAutoLayout() now works for all window...
2009-05-02  Vadim Zeitlindon't use access declarations with Watcom which doesn...
2009-02-26  Vadim Zeitlindeprecate the old TryValidator/Parent() and replace...
2009-02-18  Paul Cornettbuild fixes for wxUSE_THREADS==0
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-30  Robert RoeblingDon't use a cached best size if the window has a sizer
2009-01-30  Robert RoeblingMove body of SetMinSize and SetMaxSize from header...
2009-01-30  Robert RoeblingMake GetEffectiveMinSize virtual as not being able...
2009-01-28  Vadim Zeitlinfix remaining cases of wxWindow::ProcessEvent() calls...
2009-01-25  Vadim Zeitlinfix MSVC warning C4516 about using deprecated access...
2009-01-25  Francesco MontorsiChange in wxWindow the access specifier of the wxEvtHan...
2009-01-22  Francesco Montorsifix wxWindow::PushEventHandler and related wxWindow...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-15  Vadim Zeitlindisable UI updating during GetPopupMenuSelectionFromUse...
2008-11-13  Václav Slavíkimplement wxWindow::DragAcceptFiles() on all platforms
2008-09-12  Vadim Zeitlinreturn true from IsBeingDeleted() if any of the parent...
2008-08-25  Vadim Zeitlinadded UnsetToolTip() which is also provided (as empty...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-06  Václav Slavíkdeprecated wxWindow::SetHelpTextForId()
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-02-14  Václav Slavíkadded wxWindow::Set/GetMin/MaxClientSize convenience...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-02-12  Václav Slavíkadded wxWindow::ClientToWindowSize and WindowToClientSi...
2008-01-21  Václav Slavíkadded wxWindow::HasFocus() for more convenient way...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-12-21  Václav Slavíkfixed wxScrolledWindow best size calculation: compute...
2007-12-15  Václav Slavíkremoved SetVirtualSizeHints() and related code
2007-12-12  Vadim Zeitlincorrected/removed forward declarations
2007-12-08  Robert RoeblingAdded wxWrapSizer (modified patch: [1826950] Wrapping...
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-22  Paul Cornettmake DoSetSizeHints protected, remove parameter defaults
2007-11-20  Vadim Zeitlinadded wxWindow::GetPrev/NextSibling()
2007-11-16  Vadim Zeitlinadded logic to manage automatically allocated ids in...
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-03  Vadim Zeitlinadded wxWindow::AlwaysShowScrollbars() and its wxMac...
2007-09-23  Vadim Zeitlinadded wxWindow::GetPopupMenuSelectionFromUser() (modifi...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-04-22  Vadim Zeitlinadded HasExtraStyle()
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()
next